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:
Kjell Tore Guttormsen 2026-06-20 09:19:54 +02:00
commit 54115a95e1
6 changed files with 340 additions and 0 deletions

View 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.