AI Security Review
scanned 2d ago · by lpm-firewall-aiNo confirmed malicious attack surface. The package is an infrastructure deployment CLI whose network, secret, filesystem, and subprocess behavior is package-aligned and activated by explicit commands.
Decision evidence
public snapshot- package.json has no lifecycle scripts; only bin is dist/cli.js
- dist/cli.js only dispatches user-invoked stricli commands
- dist/init/init.js runs git/pnpm and writes intent/desired-state/app files only during explicit init
- dist/resolve/resolve.js dynamically imports the user-specified deploy config and reads Cloudflare token for zone discovery
- dist/demo.js Docker/SSH/Cloudflare actions are gated by explicit demo up/down/clear mode and are not wired as bin or install hook
- No AI-agent control-surface writes, shell startup persistence, credential harvesting, or hidden exfiltration 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