performing-ssrf-vulnerability-exploitation
Fail
Audited by Snyk on Aug 17, 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 fetching cloud metadata (169.254.169.254) and to "analyze responses" and "generate a vulnerability assessment report" where the example states that AWS AccessKeyId/SecretAccessKey in responses confirm SSRF, which requires the agent to read and potentially include secret credential values verbatim—an exfiltration risk.
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 1.00). This repository contains explicit SSRF exploitation tooling that probes cloud metadata endpoints, searches for access tokens/keys, performs internal port scanning, and uses bypass/redirect techniques—capabilities that enable credential theft, data exfiltration, and internal network reconnaissance.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The runtime workflow in
scripts/agent.pysends outsider-controlled free-text (e.g.,--target-urlwhich includes a user-providedurl=parameter value) throughtest_ssrf_payload()usingrequests.get, then ingests the fetched response body (resp.text/resp.content) into its analysis and report.
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