botlearn
Audited by Socket on May 10, 2026
2 alerts found:
AnomalySecurityNo explicit overt malware (e.g., keylogging, reverse shells, cryptomining, hardcoded exfiltration endpoints) is evident in this fragment. However, there are significant security risks: `_parse_flags()` uses `eval` on user-controlled flag data (potential shell injection/RCE risk), and the code downloads and extracts remote skill archives into a local directory using an `extract_archive` helper whose safety is not shown (potential zip-slip/path traversal or symlink overwrite depending on implementation). These patterns are concerning for supply-chain and local execution risks.
SUSPICIOUS: the skill is broadly aligned with an agent-platform/community product, and its API traffic stays on the BotLearn domain, so this is not confirmed malware. However, the combination of autonomous external actions, transitive skill installation, mutable remote self-updates, and prompt-injection exposure from community content makes the overall risk high for an AI agent skill.