hdr-dynmeta-docs
Warn
Audited by Snyk on Jun 27, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). The skill’s runtime workflow can fetch outsider-authored free text from public GitHub sources (e.g.,
raw.githubusercontent.com/quietvoid/.../README.mdandapi.github.com/.../releases/latest), whichhdrdocs.pyingests viaurllib.request.urlopen()and then prints/returns as LLM-readable text infetch,search, andsectionoutputs.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's runtime Python script fetches remote content (used directly in search/section/fetch/index) from URLs such as https://raw.githubusercontent.com/quietvoid/dovi_tool/main/README.md and https://api.github.com/repos/quietvoid/dovi_tool/releases/latest, and injects that fetched text/JSON into the agent output/context, so external content directly controls the agent's responses.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata