AI Security Review
scanned 5h ago · by lpm-firewall-aiNo install-time malware was confirmed, but the CLI is a high-risk AI-agent orchestrator. User-invoked initialization mutates broad assistant control surfaces and live execution can launch coding agents with permission checks bypassed.
Decision evidence
public snapshot- bin/imhcode.js init copies CLAUDE.md/AGENTS.md and skills into ~/.claude, ~/.gemini, and ~/.copilot.
- bin/imhcode.js registerCliGlobally writes shims to ~/.imhcode/bin and ~/.local/bin and appends PATH to shell rc files.
- bin/imhcode.js ensureCavemanAndGraphify runs npm install -g skills and npx skills add juliusbrussee/caveman during CLI init.
- src/orchestrator/executor.ts live OpenCode uses --dangerously-skip-permissions and Codex uses --dangerously-bypass-approvals-and-sandbox.
- bin/imhcode.js execute/test runs generated docs/sprint-*/run_all_tasks.sh scripts via sh.
- package.json has no preinstall/install/postinstall lifecycle hooks.
- Risky behavior is reached by explicit imhcode CLI commands, not package import or npm install.
- No credential harvesting or data exfiltration flow found in inspected entrypoints.
- Network references are package/tool aligned: model CLIs, npm skills install, Gemini image-generation helper.
- Shipped AGENTS.md and CLAUDE.md contain product workflow guidance, not reviewer bypass or secret theft instructions.
Source & flagged code
20 flagged · loading sourcePackage source references a known benign dynamic code generation pattern.
skills/typeui-main/src/prompts/designSystem.tsView on unpkg · L18Source writes persistence or remote-access backdoor material.
bin/imhcode.jsView on unpkg · L23A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
bin/imhcode.jsView on unpkg · L23Package source references dynamic require/import behavior.
bin/imhcode.jsView on unpkg · L21Package hides binary, compressed, or executable-looking payloads in test/fixture/hidden paths.
skills/ui-ux-pro-max/.claude/skills/design/scripts/cip/generate.pyView on unpkgPackage ships non-JavaScript build or shell helper files.
skills/ui-ux-pro-max/.claude/skills/design/scripts/cip/generate.pyView on unpkgPackage ships high-entropy non-source blobs.
skills/theme-factory/theme-showcase.pdfView on unpkgHardcoded password in skills/graphify/skill-windows.md
skills/graphify/skill-windows.mdView on unpkg · L681Hardcoded password in skills/graphify/skill-trae.md
skills/graphify/skill-trae.mdView on unpkg · L592Hardcoded password in skills/graphify/skill-pi.md
skills/graphify/skill-pi.mdView on unpkg · L543Hardcoded password in skills/graphify/skill-codex.md
skills/graphify/skill-codex.mdView on unpkg · L605Hardcoded password in skills/graphify/skill-kiro.md
skills/graphify/skill-kiro.mdView on unpkg · L543Hardcoded password in skills/graphify/skill-copilot.md
skills/graphify/skill-copilot.mdView on unpkg · L603Hardcoded password in skills/graphify/skill-opencode.md
skills/graphify/skill-opencode.mdView on unpkg · L655Hardcoded password in skills/graphify/skill-aider.md
skills/graphify/skill-aider.mdView on unpkg · L544Hardcoded password in skills/graphify/skill-claw.md
skills/graphify/skill-claw.mdView on unpkg · L544Hardcoded password in skills/graphify/skill-droid.md
skills/graphify/skill-droid.mdView on unpkg · L600Hardcoded password in skills/django-tdd/SKILL.md
skills/django-tdd/SKILL.mdView on unpkg · L25Hardcoded password in skills/django-tdd/SKILL.md
skills/django-tdd/SKILL.mdView on unpkg · L117Hardcoded password in skills/django-tdd/SKILL.md
skills/django-tdd/SKILL.mdView on unpkg · L126