feat(llm-security): add SIG signature scanner with decode-pipeline matching

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:28:52 +02:00
commit 9e0a09ab1f
7 changed files with 346 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# Shell Safety Notes
This guide explains how to use your shell safely: prefer quoting variables,
avoid running scripts you did not write, and review any command before you
execute it. Nothing here runs code.