AI Security Review
scanned 10d ago · by lpm-firewall-aiNo confirmed malicious attack surface. The package contains developer automation for Treeseed workflows, verification, managed tool installation, deployment, and cleanup, but inspected execution paths are explicit CLI/exported operations rather than covert install/import behavior.
Decision evidence
public snapshot- Read package.json: no preinstall/install/postinstall hooks; only prepare points to missing source path used for development/git installs.
- dist/managed-dependencies.js downloads GitHub CLI and runs npm install/rebuild only through exported install/status helpers.
- dist/workflow/operations.js has many destructive/deploy/git functions but they are exported workflow operations requiring explicit invocation and inputs.
- dist/verification.js exits only when invoked as CLI/bin, not on import.
- Network endpoints are aligned with declared Treeseed/GitHub/Railway/Cloudflare tooling, not covert exfiltration.
- Credential helpers translate expected service env names and redact GitHub token output; no broad env/file harvesting found in inspected hot paths.
- Generated Act workflow writes only temp verify workflow/lock files and package-local verification commands.
- No obfuscation, payload staging, or AI-agent control-surface mutation found in inspected files.
Source & flagged code
7 flagged · loading sourcePackage source references child process execution.
dist/scenes/render-media-assets.jsView on unpkg · L2Package source references a known benign dynamic code generation pattern.
dist/platform-operation-store.jsView on unpkg · L173Package source references dynamic require/import behavior.
dist/scenes/seed.jsView on unpkg · L21Package source references weak cryptographic algorithms.
dist/platform/book-export.jsView on unpkg · L132This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
dist/workflow/operations.jsView on unpkgA single source file combines environment access, network access, and code or shell execution; review context before blocking.
dist/workflow/operations.jsView on unpkg · L4038Package source invokes a package manager install command at runtime.
dist/managed-dependencies.jsView on unpkg · L472