AI Security Review
scanned 6d ago · by lpm-firewall-aiNo confirmed install-time malware, but the package carries an AI-agent settings payload with an embedded token and permissive auto-execution settings. Activation requires user-invoked setup or manual import of Takomi-Agents settings.
Decision evidence
public snapshot- assets/Takomi-Agents/kilo-code-settings.json contains a KiloCode JWT-like token value.
- Same settings file enables autoApprovalEnabled, yoloMode, alwaysAllowWrite, alwaysAllowExecute, alwaysAllowMcp.
- src/utils.js copyAgentYamls copies all assets/Takomi-Agents into a project when selected.
- src/cli.js init can install Takomi-Agents via the user-selected yamls component.
- PowerShell helpers can dispatch takomi/pi commands, but require -Execute.
- package.json postinstall only prints guidance and exits in CI or TAKOMI_SUPPRESS_POSTINSTALL.
- bin/takomi.js only imports src/cli.js; no install-time payload beyond postinstall guidance.
- No credential harvesting or exfiltration logic found in inspected JS/PS1 files.
- flow-media.mjs only parses/clicks Google Flow media URLs in a browser automation feature.
- Pi asset copier explicitly excludes .pi/settings.json and takomi-profile.json from default bundled Pi copy.
Source & flagged code
7 flagged · loading sourcePackage defines install-time lifecycle scripts.
package.jsonView on unpkgInstall-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgPackage contains a critical-looking secret pattern.
assets/Takomi-Agents/kilo-code-settings.jsonView on unpkg · L1Supabase service role key (JWT) in assets/Takomi-Agents/kilo-code-settings.json
assets/Takomi-Agents/kilo-code-settings.jsonView on unpkg · L1Package ships non-JavaScript build or shell helper files.
plugins/takomi-codex/scripts/takomi-pi-dispatch.ps1View on unpkgPackage hides binary, compressed, or executable-looking payloads in test/fixture/hidden paths.
assets/.agent/skills/ui-ux-pro-max/scripts/design_system.pyView on unpkgThis package version adds a dangerous source file absent from the previous stored version.
plugins/takomi-flow/scripts/lib/flow-media.mjsView on unpkg