dyno-from-skill
Warn
Audited by Snyk on Jul 7, 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 required workflow fetches public web content at runtime via
curl -fsSL https://docs.dynobox.xyz/config-authoring.md(SKILL.md:20-22), which is outsider-authored free text that can be ingested into the agent’s LLM context.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The dyno explicitly fetches the external authoring docs at https://docs.dynobox.xyz/config-authoring.md at runtime (see the curl in SKILL.md and the authoringDocs http.endpoint in dyno/dyno-from-skill.dyno.mjs), and the fetched document is required to determine/assert the test assertion syntax and thus directly controls the agent's instructions.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata