ablate-ai-layer
Warn
Audited by Snyk on Aug 7, 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). The runtime path
run_ablation.pyreads outsider-authored free text into the prompt viaprompt = Path(args.task_file).read_text(...).strip()and then passes it to the agent on stdin (subprocess.run(..., input=prompt, ...)).
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata