fractal
Warn
Audited by Snyk on Jul 31, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). Fractal’s runtime ingests outsider-authored free text provided as the user “question” (or via
--question-file) and passes it into multiple engine legs, including a runtime-supplied judge synthesis, viascripts/fractal.py→build_leg_prompt()→engine_legs.call_engine().
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill makes live HTTP calls to DeepSeek at https://api.deepseek.com (scripts/lib/deepseek_router.py), and that classifier + execution API is invoked at runtime to decide routing and to run routed tasks, so this external URL directly controls where prompts are executed.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata