AI Security Review
scanned 13h ago · by lpm-firewall-aiNo confirmed malicious attack surface. Risky primitives are aligned with an infrastructure deployment CLI and are activated by explicit commands, not package installation or import.
Decision evidence
public snapshot- package.json has bin but no preinstall/install/postinstall/prepare lifecycle hooks.
- dist/cli.js only dispatches user-invoked @stricli commands.
- dist/init/init.js writes intent/, desired-state/, and app/ scaffolding and runs git/pnpm only during init command.
- dist/resolve/resolve.js imports the user config path and uses Cloudflare token only for zone discovery.
- dist/demo.js Docker/SSH/Cloudflare actions are demo command behavior, not install/import-time execution.
- Search found no MCP, CLAUDE, Codex, Cursor, or other AI-agent control-surface writes.
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