AI Security Review
scanned 5h ago · by lpm-firewall-aiNo confirmed malicious attack surface. The package is an explicit setup CLI that authenticates to Crumbtrail, installs selected SDK packages, and wires the user's detected project.
Decision evidence
public snapshot- package.json has no preinstall, install, or postinstall hook.
- dist/cli.cjs runs only as the explicit crumbtrail CLI entrypoint.
- dist/cli.js sends OAuth, project, and service requests only to the configured Crumbtrail endpoint.
- dist/chunk-HAP4DPWC.js limits writes to planned project entry files and .env; ambiguous plans do not edit.
- Environment reads configure endpoint, auth location, display, and token handling; no bulk environment export exists.
- child_process use opens a browser, runs selected package-manager installs, and checks git status.
Source & flagged code
6 flagged · loading sourcePackage source references child process execution.
dist/chunk-HAP4DPWC.jsView on unpkg · L2857Source appears to send environment or credential material to an external endpoint.
dist/cli.cjsView on unpkg · L508A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
dist/cli.cjsView on unpkg · L508A single source file combines environment access, network access, and code or shell execution; review context before blocking.
dist/cli.cjsView on unpkg · L7342This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
dist/cli.jsView on unpkgSource spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.
dist/cli.jsView on unpkg · L14