skill-share
Audited by Socket on Feb 19, 2026
1 alert found:
Obfuscated FileThe workflow correctly implements the stated goal of generating Xiaohongshu-ready content and adds an optional deep-analysis path that installs and inspects third-party 'skills'. The primary security concern is the auto-install and copy behavior: running npx to fetch/run third-party code and copying its files into agent runtime areas constitute a real supply-chain and remote code execution risk. The many user confirmation points help, but are insufficient without integrity checks, sandboxing, provenance verification, and audit-preserving behavior. Recommend treating auto-install as high privilege: require explicit user acknowledgement, add package signature/checksum verification, prefer manual installs or isolated sandboxed environments, preserve installer artifacts for auditing, and avoid automatic copying of executable content into runtime areas.