feat(llm-security): wire TRG 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
fea943bdfb
commit
75aeeeee68
4 changed files with 83 additions and 1 deletions
|
|
@ -143,6 +143,7 @@ export const OWASP_MAP = Object.freeze({
|
|||
SCR: ['LLM03'],
|
||||
PST: ['LLM01', 'LLM06'],
|
||||
WFL: ['LLM02', 'LLM06'],
|
||||
TRG: ['LLM06'],
|
||||
});
|
||||
|
||||
/**
|
||||
|
|
@ -162,6 +163,7 @@ export const OWASP_AGENTIC_MAP = Object.freeze({
|
|||
SCR: ['ASI04'],
|
||||
PST: ['ASI02', 'ASI03', 'ASI04', 'ASI05'],
|
||||
WFL: ['ASI04'],
|
||||
TRG: [],
|
||||
});
|
||||
|
||||
/**
|
||||
|
|
@ -181,6 +183,7 @@ export const OWASP_SKILLS_MAP = Object.freeze({
|
|||
SCR: ['AST06'],
|
||||
PST: ['AST01', 'AST03'],
|
||||
WFL: [],
|
||||
TRG: ['AST04'],
|
||||
});
|
||||
|
||||
/**
|
||||
|
|
@ -200,6 +203,7 @@ export const OWASP_MCP_MAP = Object.freeze({
|
|||
SCR: ['MCP04'],
|
||||
PST: ['MCP02', 'MCP07'],
|
||||
WFL: [],
|
||||
TRG: [],
|
||||
});
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue