AI Security Review
scanned 10d ago · by lpm-firewall-aiNo confirmed malicious attack surface was established. The package contains powerful user-directed SDK/CLI workflow automation, but it is aligned with Treeseed verification, release, deployment, and managed-tool features.
Decision evidence
public snapshot- dist/managed-dependencies.js can download GitHub CLI from GitHub and run npm install/rebuild when installTreeseedDependencies is invoked.
- dist/workflow/operations.js includes broad Treeseed workspace automation that can run git/npm, write manifests, create symlinks, and destroy configured resources when explicitly executed.
- dist/verification.js user-invoked bin spawns npm/gh act/docker checks and writes temporary act workflow files.
- package.json has no preinstall/install/postinstall hook; prepare is a development/packaging script and no automatic registry install execution was found.
- Main exports are SDK modules; inspected entrypoints do not execute workflow/install logic on import.
- Network endpoints are package-aligned: Treeseed/TreeDX APIs, npm registry, Docker Hub, PyPI/crates/Hex release checks, GitHub CLI downloads.
- Managed GitHub CLI download verifies checksum file hash and archive hash before installing to Treeseed tool cache.
- Credential handling is explicit Treeseed/GitHub configuration and redaction logic, not stealth harvesting or exfiltration.
- No prompt/reviewer manipulation or AI-agent control-surface file writes such as AGENTS.md/.codex were found.
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.
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 · L3994Package source invokes a package manager install command at runtime.
dist/managed-dependencies.jsView on unpkg · L472