lanes
Warn
Audited by Snyk on Jul 30, 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). In
scripts/lane-launcher.sh, outsider-controlled free text is read only from files referenced by--config/$CLAUDE_OPS_LANES_CONFIG/<repo>/.work/lanes.jsonvialanes[].prompt, then the launcher ingests that prompt text withprompt="$(cat "$prompt_path")"and passes it toclaude --bg ... "<prompt>"without requiring the outsider to submit a specific item through the workflow UI first.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata