podcast-publish-xiaoyuzhou
Audited by Socket on Feb 16, 2026
1 alert found:
Malware[Skill Scanner] Destructive bash command detected (rm -rf, chmod 777) This Skill's documentation and described scripts are coherent with the stated purpose (generate podcast audio, upload to RSS.com, notify via Feishu, and rely on 小宇宙 RSS subscription). I found no indicators of intentional malicious behavior in the provided material. Primary security concerns are standard operational risks: protecting API keys (.env), ensuring logs do not leak secrets, and being cautious with broad file-deletion commands. Also guard configuration values (API_BASE_URL) to prevent accidental redirection of uploads to arbitrary domains. Overall: not malicious but moderate operational risk if misconfigured. LLM verification: The skill's declared purpose (automated podcast generation, RSS.com upload, Xiaoyuzhou sync, Feishu notification) aligns with its described capabilities, data sources, and sinks. No clear malicious behavior or credential exfiltration to third parties is visible in the provided content. The main security concerns are: (1) handling and storage of sensitive API keys in .env (risk of accidental commit), (2) the static scanner finding mentioning a destructive shell command (rm -rf, chmod 777) which m