AI Security Review
scanned 9d ago · by lpm-firewall-aiNo confirmed malicious attack surface was established by source inspection. Execution, network, package installation, and secret handling are SDK/deployment features activated by explicit Treeseed workflows or CLI helpers, not install-time payloads.
Decision evidence
public snapshot- package.json has no install/postinstall hook; prepare points to absent scripts/prepare.ts and is not a registry consumer install hook.
- Main dist/index.js is exports/import aggregation with no install-time or import-time execution observed.
- dist/verification.js only runs subprocess verification when invoked as the bin/verification entrypoint.
- dist/managed-dependencies.js installs npm deps/GitHub CLI only through exported user-invoked helpers and verifies GitHub CLI checksums.
- Credential env handling in dist/service-credentials.js maps TREESEED_* tokens to tool env vars; no exfiltration path found.
- AI/Codex references in dist/platform/desired-state.js mount existing auth into Treeseed local capacity provider config, not lifecycle-write foreign agent config.
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 · L132A single source file combines environment access, network access, and code or shell execution; review context before blocking.
dist/workflow/operations.jsView on unpkg · L4212Package source invokes a package manager install command at runtime.
dist/managed-dependencies.jsView on unpkg · L472This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
dist/operations/services/project-platform.jsView on unpkg