ci: add scanignore for doctor-heal.md false positive
The prompt injection scan flags "You are now responsible" in doctor-heal.md as role injection (matches "you are now [a-z]"). This is a pre-existing legitimate prompt instruction, not injection.
This commit is contained in:
parent
bc20104a44
commit
563fdae8e2
1 changed files with 2 additions and 0 deletions
2
.prompt-injection-scanignore
Normal file
2
.prompt-injection-scanignore
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# False positives in GSD prompt templates — these are legitimate LLM instructions, not injection
|
||||
src/resources/extensions/gsd/prompts/doctor-heal.md:You are now responsible
|
||||
Loading…
Add table
Reference in a new issue