AI Security Review
scanned 5d ago · by lpm-firewall-aiReview flagged AI-agent configuration or capability changes. This remains warn-only unless evidence shows foreign-agent hijack through preinstall/install/postinstall, hidden persistence, exfiltration, remote code execution, or other concrete malicious behavior.
Decision evidence
public snapshot- dist/index.js exposes user-invoked `t2 mcp install` that writes t2000 MCP entries into Claude Desktop, Cursor, and Windsurf configs.
- dist/index.js exposes `t2 skills install` that fetches remote skills and can write `.agents/skills`, `.cursor/rules`, or `.claude/skills`.
- dist/dist-57KQG4RN.js MCP prompts can fetch live skill text from `https://t2000.ai/skills` unless `T2000_SKILLS_OFFLINE=1`.
- Baked setup prompt instructs agents to route paid external API use through `t2000_pay`, creating agent-facing payment capability risk.
- package.json has no npm lifecycle hooks; activation is CLI/bin use, not install-time execution.
- MCP and skill writes are explicit subcommands, not hidden import-time or install-time mutations.
- Network endpoints are package-aligned t2000/Sui/verification services for wallet, model, MCP, and skill features.
- Wallet key is generated/imported locally to `~/.t2000/wallet.key` with mode 0600; no source evidence of credential harvesting/exfiltration.
- child_process findings are bundled commander behavior or MCP subprocess configuration, not unsolicited process execution.
Source & flagged code
6 flagged · loading sourcePackage source references child process execution.
dist/chunk-R6QER65C.jsView on unpkg · L1333This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
dist/index.jsView on unpkgSource spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.
dist/index.jsView on unpkg · L1Source decodes a Base64-obscured HTTP endpoint at runtime.
dist/src-FIYSHJR4.jsView on unpkg · L1Package contains source files above the static scanner size ceiling.
dist/dist-57KQG4RN.jsView on unpkg