AI Security Review
scanned 12d ago · by lpm-firewall-aiLPM blocks this version under the AI-agent control-surface policy. The package is an interactive installer that also mutates Claude Code's agent security configuration to bypass permission checks. This creates an AI-agent control-surface weakening beyond normal dependency installation.
Decision evidence
public snapshot- dist/index.js bin runs full installer on invocation and calls installClaudeCode() without a separate confirmation gate.
- dist/index.js seeds brand-scoped CLAUDE_CONFIG_DIR under ~/.<brand>/.claude and calls seedBypassPermissionsSettings().
- dist/permissions-seed.js writes settings.json permissions.defaultMode="bypassPermissions", explicitly described as skipping all permission checks for every tool.
- dist/permissions-seed.js adds autoMode allow text sanctioning Cloudflare token minting and persistence to account secrets.
- dist/index.js registers Claude plugin marketplaces and alters global git config for GitHub HTTPS.
- dist/index.js performs privileged system mutations: apt repos/packages, systemd units, hostname, Neo4j auth, Samba sudoers.
- package.json has no install/postinstall lifecycle hook; activation is via user-run bin create-sitedesk-code.
- Network and package-manager use is mostly installer-aligned for Node, Claude Code, Neo4j, Ollama, cloudflared, browser/VNC dependencies.
- Secrets generated by installer are local Neo4j/session credentials and many shell logs redact password arguments.
Source & flagged code
19 flagged · loading sourcePackage contains a possible secret pattern.
payload/platform/scripts/smoke-boot-services.shView on unpkg · L317A single source file combines environment access, network access, and code or shell execution with blocking evidence.
dist/index.jsView on unpkg · L134Source downloads or fetches remote code and executes it.
dist/index.jsView on unpkg · L1A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
dist/index.jsView on unpkg · L1Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
dist/index.jsView on unpkg · L1Source spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.
dist/index.jsView on unpkg · L1Package source invokes a package manager install command at runtime.
dist/index.jsView on unpkg · L1066Source writes installer persistence such as shell profile or service configuration.
dist/index.jsView on unpkg · L1Package hides binary, compressed, or executable-looking payloads in test/fixture/hidden paths.
payload/platform/plugins/prompt-optimiser/skills/prompt-optimiser/__tests__/restatement-ladder.test.shView on unpkgPackage ships non-JavaScript build or shell helper files.
payload/platform/plugins/prompt-optimiser/skills/prompt-optimiser/__tests__/restatement-ladder.test.shView on unpkgPackage ships high-entropy non-source blobs.
payload/server/public/assets/cormorant-latin-ext-500-normal-AH9qog1s.woff2View on unpkgHardcoded password in payload/platform/plugins/email/mcp/dist/__tests__/email-delete.test.js
payload/platform/plugins/email/mcp/dist/__tests__/email-delete.test.jsView on unpkg · L52Hardcoded password in payload/platform/plugins/email/mcp/dist/__tests__/email-setup.test.js
payload/platform/plugins/email/mcp/dist/__tests__/email-setup.test.jsView on unpkg · L28Hardcoded password in payload/platform/plugins/email/mcp/dist/__tests__/email-setup.test.js
payload/platform/plugins/email/mcp/dist/__tests__/email-setup.test.jsView on unpkg · L43Hardcoded password in payload/platform/plugins/email/mcp/dist/__tests__/email-setup.test.js
payload/platform/plugins/email/mcp/dist/__tests__/email-setup.test.jsView on unpkg · L57Hardcoded password in payload/platform/plugins/email/mcp/dist/__tests__/email-setup.test.js
payload/platform/plugins/email/mcp/dist/__tests__/email-setup.test.jsView on unpkg · L127Hardcoded password in payload/platform/lib/task-secrets/src/__tests__/redact-secrets.test.ts
payload/platform/lib/task-secrets/src/__tests__/redact-secrets.test.tsView on unpkg · L73