File Path Traversal Testing
Fail
Audited by Snyk on Apr 15, 2026
Risk Level: CRITICAL
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill explicitly instructs extracting and reporting file contents (e.g., /etc/shadow, private keys, config files) as "exploitation proof" which requires the agent to output sensitive secret values verbatim.
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 1.00). This content contains explicit, actionable instructions to exploit directory traversal and LFI vulnerabilities, exfiltrate sensitive files (passwords, keys, configs), and escalate to remote code execution (log poisoning, php wrappers), enabling unauthorized data theft and system compromise.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 1.00). The SKILL.md explicitly instructs fetching and analyzing responses from arbitrary web targets (e.g., curl, ffuf and wfuzz examples against "http://target.com" and guidance to filter responses by size/content in Phase 7 and Phase 3), so the agent is expected to ingest untrusted public web content whose contents could materially influence subsequent actions.
Issues (3)
W007
HIGHInsecure credential handling detected in skill instructions.
E006
CRITICALMalicious code pattern detected in skill scripts.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata