AI Security Review
scanned 18h ago · by lpm-firewall-aiNo confirmed malicious attack surface is established by source inspection. The package is an AI/workspace CLI with explicit commands that scaffold its own workspace assets and optionally call package-aligned hosted APIs.
Decision evidence
public snapshot- dist/index.js sends optional telemetry to PostHog including hosted user id/email when a PostHog API key is configured.
- dist/index.js exposes user-invoked local agent harness commands, including documented --yolo modes.
- Bundled worker kit contains workers/custom-workspace-operator/CLAUDE.md and SKILL.md agent instructions copied by starter/kit commands.
- package.json has no install/preinstall/postinstall/prepare lifecycle scripts.
- dist/index.js is the bin entrypoint; risky writes are under package-owned homes like ~/.paperclip or .growthub-fork and occur from CLI commands.
- No lifecycle-triggered writes to .claude, CLAUDE.md, MCP configs, shell startup files, VCS hooks, or foreign agent control surfaces were found.
- GitHub, Growthub bridge, skills.sh, OpenAI/Anthropic, and PostHog network use is command/feature aligned, not stealth credential exfiltration.
- Dynamic import in resolver-loader loads local resolver files from the generated workspace server directory, not remote code.
Source & flagged code
15 flagged · loading sourcePackage contains a possible secret pattern.
dist/runtime/server/dist/index.jsView on unpkg · L250Source downloads or fetches remote code and executes it.
dist/runtime/server/ui-dist/assets/OnboardingWizard-Dg9nKXj1.jsView on unpkg · L1Package source references child process execution.
dist/runtime/server/ui-dist/assets/OnboardingWizard-Dg9nKXj1.jsView on unpkg · L784Package source references shell execution.
dist/runtime/server/ui-dist/assets/OnboardingWizard-Dg9nKXj1.jsView on unpkg · L786Package source references dynamic code evaluation.
assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/lib/adapters/integrations/resolver-loader.jsView on unpkg · L30Package source references dynamic require/import behavior.
dist/runtime/server/ui-dist/assets/livescript-BwQOo05w.jsView on unpkg · L1Package source executes code through a VM context API.
dist/runtime/server/dist/services/plugin-runtime-sandbox.jsView on unpkg · L18Package source references weak cryptographic algorithms.
dist/runtime/server/dist/routes/plugin-ui-static.jsView on unpkg · L122Source appears to send environment or credential material to an external endpoint.
dist/index.jsView on unpkg · L14A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
dist/index.jsView on unpkg · L14A single source file combines environment access, network access, and code or shell execution; review context before blocking.
dist/index.jsView on unpkg · L10413Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
dist/index.jsView on unpkg · L14Package ships non-JavaScript build or shell helper files.
assets/worker-kits/growthub-custom-workspace-starter-v1/setup/check-deps.shView on unpkgThis package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/app/settings/apps/page.jsxView on unpkg