AI Security Review
scanned 9d ago · by lpm-firewall-aiNo confirmed malicious attack surface was established. Risky primitives are activated by explicit CLI commands for an AI development pipeline and are aligned with the package purpose.
Decision evidence
public snapshot- dist/commands/setup.js writes ~/.coral/env and symlinks skills into ~/.claude/skills on explicit sps setup
- dist/commands/setup.js runs npm install -g @agentclientprotocol/claude-agent-acp only during setup
- dist/commands/projectInit.js installs .claude hooks/settings into a target project on sps project init
- dist/manager/worker-manager-impl.js can spawn ACP workers and rescue-push git branches during pipeline recovery
- package.json has no install/postinstall hook; prepublishOnly is publish-time build only
- dist/main.js only dispatches CLI commands after user invocation
- project-template/.claude/hooks/*.sh call sps lifecycle commands and contain only commented webhook examples
- dist/commands/hookCommand.js reads SPS env/marker files to label current cards; no credential harvesting or exfiltration found
- Network behavior found is user-configured GitLab/Matrix/local console or docs/examples, aligned with CLI purpose
- Child process usage is for CLI supervision, git, chmod/which, and setup adapter install, not hidden import-time execution
Source & flagged code
10 flagged · loading sourcePackage source references child process execution.
dist/infra/spawn.jsView on unpkg · L10Package source invokes a package manager install command at runtime.
dist/commands/setup.jsView on unpkg · L205Source writes installer persistence such as shell profile or service configuration.
dist/commands/setup.jsView on unpkg · L20Package ships non-JavaScript build or shell helper files.
project-template/batch_scheduler.shView on unpkgPackage hides binary, compressed, or executable-looking payloads in test/fixture/hidden paths.
project-template/.claude/hooks/stop.shView on unpkgThis package version adds a dangerous source file absent from the previous stored version.
dist/manager/worker-manager-impl.jsView on unpkg