AI Security Review
scanned 2d ago · by lpm-firewall-aiNo confirmed malicious attack surface. Sensitive operations are user-invoked deployment/demo CLI behavior aligned with the package purpose.
Decision evidence
public snapshot- package.json has no npm lifecycle hooks; only bin intentic -> dist/cli.js.
- dist/cli.js only dispatches Stricli commands; no install/import-time side effects.
- dist/init/init.js runs git/pnpm and writes intent/desired-state/app files only when user invokes init.
- dist/resolve/resolve.js imports user config and calls Cloudflare zone APIs using env token for deployment resolution.
- dist/demo.js Docker/SSH/Cloudflare operations are demo-mode code, not package install-time behavior.
- No writes to AI-agent control surfaces, shell startup files, VCS hooks, or broad home persistence found.
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