security-code-review
Fail
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: CRITICALEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The file
references/markdown.mdcontains a live phishing URL (http://malicious-site.com/tool.exe) and a tracking pixel URL (http://tracker.evil.com/pixel.gif). While these are documented as examples of unsafe Markdown, their presence in the skill's reference material is a security risk as an agent might inadvertently access or recommend these malicious domains. - [REMOTE_CODE_EXECUTION]: Reference guides in
references/python.mdandreferences/shell.mdcontain code patterns for remote code execution, such as Python'seval()andpickle.loads(), and Shell'seval. These are provided as educational examples of unsafe practices but represent high-risk code segments. - [COMMAND_EXECUTION]: In
references/shell.md, the skill documents destructive shell commands likerm -rf $dir/$file(which can resolve to root if variables are empty) and command injection vulnerabilities. Static analysis confirms these are destructive patterns. - [DATA_EXFILTRATION]: Reference materials in
references/markdown.mdandreferences/python.mdhighlight patterns for sensitive data exposure and exfiltration, including hardcoded credentials (e.g.,sk-1234567890abcdef) and external tracking pixels. - [PROMPT_INJECTION]: The skill has a significant attack surface for Indirect Prompt Injection as it is designed to process and analyze untrusted third-party code. The skill includes specific constraints in
SKILL.mdandreferences/lessons-learned.md(Constraints 9-11) aimed at mitigating sophisticated prompt injection and DoS attacks through JSON nesting and multimodal token manipulation.
Recommendations
- CRITICAL: 1 infected file(s) detected - DO NOT USE
- Contains 1 malicious URL(s) - DO NOT USE
Audit Metadata