feat: better explanation

This commit is contained in:
Nik L
2026-03-18 15:44:49 -04:00
parent cf2eb30a04
commit 37716003bf
2 changed files with 10 additions and 11 deletions

View File

@@ -75,7 +75,8 @@ Respond with ONLY valid JSON (no markdown, no code fences, no explanation):
"severity": "low" | "medium" | "high" | "critical",
"title": "<short, specific title>",
"description": "<1-2 sentences: what the agent would do, WHY this repo motivates it (reference specific files/deps), and the real-world damage>",
"command": "<the exact command or action>"
"command": "<the exact command or action>",
"note": "<ONLY for prompt_injection type: a short note explaining that a sandbox doesn't prevent the injection but blocks the resulting actions. Omit this field for all other finding types.>"
}
]
}