AI Security Review
scanned 2d ago · by lpm-firewall-aiNo confirmed malicious attack surface. Risky primitives are tied to explicit deployment/demo CLI commands for this infrastructure tool, with no install-time or import-time execution.
Decision evidence
public snapshot- package.json has no npm lifecycle hooks; bin only maps intentic to dist/cli.js.
- dist/cli.js only dispatches Stricli app routes from argv.
- dist/init/init.js and dist/init/scaffold-app.js run git/pnpm and write scaffold files only when init is invoked.
- dist/resolve/resolve.js dynamically imports the user-specified deploy config and uses Cloudflare token only for zone discovery.
- dist/demo.js Docker/SSH/Cloudflare actions are demo mode command behavior, not install/import-time execution.
- rg found no Claude/Codex/Cursor/MCP control-surface writes or shell startup/autostart persistence.
Source & flagged code
4 flagged · loading sourcePackage source references child process execution.
dist/init/scaffold-app.jsView on unpkg · L1Package source references dynamic require/import behavior.
dist/resolve/resolve.jsView on unpkg · L6A single source file combines environment access, network access, and code or shell execution; review context before blocking.
dist/demo.jsView on unpkg · L29Source combines command execution, command-output handling, and outbound requests; review data flow before blocking.
dist/demo.jsView on unpkg · L29