feat(llm-security): wire SIG scanner into orchestrator and policy
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
9e0a09ab1f
commit
e46bf12b86
4 changed files with 64 additions and 1 deletions
|
|
@ -83,6 +83,12 @@ const DEFAULT_POLICY = Object.freeze({
|
|||
'run', 'do', 'go', 'help', 'fix', 'use', 'get', 'set', 'all', 'any', 'it', 'this', 'that',
|
||||
],
|
||||
},
|
||||
// SIG — known-bad-identity signature engine. Toggle families or point at a
|
||||
// custom ruleset via policy.json.
|
||||
sig: {
|
||||
enabled_families: ['webshell', 'reverse_shell', 'cryptominer', 'hacktool'],
|
||||
custom_rules_path: null,
|
||||
},
|
||||
});
|
||||
|
||||
// Cache loaded policy per project root
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue