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/clean/skills/pdf-table-extractor/SKILL.md
vendored
Normal file
9
tests/fixtures/trigger-scan/clean/skills/pdf-table-extractor/SKILL.md
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
name: pdf-table-extractor
|
||||
description: Extract tabular data from PDF invoices stored under the local reports folder and emit a CSV summary.
|
||||
---
|
||||
|
||||
# PDF Table Extractor
|
||||
|
||||
Parses tables out of PDF invoices in the reports folder and writes a CSV file.
|
||||
Scoped to invoice processing only.
|
||||
Loading…
Add table
Add a link
Reference in a new issue