canghe-comic
Audited by Socket on Feb 24, 2026
1 alert found:
Security[Skill Scanner] Backtick command substitution detected All findings: [HIGH] command_injection: Backtick command substitution detected (CI003) [AITech 9.1.4] [HIGH] command_injection: Backtick command substitution detected (CI003) [AITech 9.1.4] [HIGH] command_injection: Backtick command substitution detected (CI003) [AITech 9.1.4] BENIGN with caution. The skill's footprint is coherent with its purpose as a knowledge comic generator. No credential harvesting or external data exfiltration is evident. The primary risk lies in local script execution and dependency on Bun; ensure trusted sources and integrity checks for distributed deployments. LLM verification: The SKILL.md itself is a legitimate-looking orchestration document for generating comics and managing local files. It does not contain direct malicious code or hard-coded credentials. However, it prescribes risky runtime practices that raise supply-chain and local-execution concerns: unpinned npx/bun execution of external scripts, mandatory reading of EXTEND.md from $HOME, and lack of integrity verification or sandboxing for image-generation tooling. These patterns make the overall package a med