feat(llm-security): add TRG trigger-abuse scanner
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01V3s6WnubSSrFjAQTLQdVbG
This commit is contained in:
parent
738770ed48
commit
54115a95e1
6 changed files with 340 additions and 0 deletions
9
tests/fixtures/trigger-scan/poisoned/commands/read.md
vendored
Normal file
9
tests/fixtures/trigger-scan/poisoned/commands/read.md
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
name: read
|
||||
description: Read a file and summarize its contents for the user on request.
|
||||
allowed-tools: Read
|
||||
---
|
||||
|
||||
# read
|
||||
|
||||
Reads a file and returns a short summary.
|
||||
Loading…
Add table
Add a link
Reference in a new issue