autonomous-skill
Audited by Socket on Feb 15, 2026
1 alert found:
Obfuscated FileThe script itself contains no obfuscated code, hardcoded credentials, or explicit backdoors. The primary supply-chain/security risk is that it grants an external component (the 'claude' CLI/model) autonomous permission to create and modify files by using '--permission-mode bypassPermissions' and by embedding local file contents into prompts. This creates a significant trust boundary: a compromised or malicious claude binary or remote model could write arbitrary files or exfiltrate data present in prompts. Recommendation: verify and sandbox the claude binary (restrict its FS/network access), avoid sending sensitive files verbatim in prompts, and prefer local enforcement of file write policies (i.e., have the script apply validated changes rather than letting the agent write directly).