fix(conformance): name the fixture field pattern_id, not id — the schema already owns that word
schema/finding.schema.json defines a finding `id` as DS-<scanner>-<counter>, built from a process-global counter: stable across neither runs nor processes, and the schema says so itself. The corpus keys its comparison on the lexicon's stable rule identity. Two normative documents in one repository using one word for both would produce runtimes failing every case for a reason unrelated to detection. Also adds spec section 3.1, which publishes the bridge a consumer actually needs and which neither normative document named: a runtime's own label reaches a pattern_id through the lexicon's `aliases` object, and a runtime absent from that object has no published way to be compared -- a mapping kept privately in a consumer is the drift this repository exists to prevent. Regenerated all 83 fixtures; re-verified from the corpus alone against both runtimes, 83 cases, 0 failures. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WhXDL82FRrQWedEmUg12Pj
This commit is contained in:
parent
49e1e79807
commit
0ffee85a4b
85 changed files with 146 additions and 98 deletions
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "config:bypass-safety"
|
||||
"pattern_id": "config:bypass-safety"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "config:disable-filtering"
|
||||
"pattern_id": "config:disable-filtering"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "config:ignore-claudemd"
|
||||
"pattern_id": "config:ignore-claudemd"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,13 +12,13 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "config:override-system-prompt"
|
||||
"pattern_id": "config:override-system-prompt"
|
||||
},
|
||||
{
|
||||
"id": "leetspeak:override"
|
||||
"pattern_id": "leetspeak:override"
|
||||
},
|
||||
{
|
||||
"id": "override:override-instructions"
|
||||
"pattern_id": "override:override-instructions"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "data-uri:executable"
|
||||
"pattern_id": "data-uri:executable"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "evasion:academic-context"
|
||||
"pattern_id": "evasion:academic-context"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "evasion:educational"
|
||||
"pattern_id": "evasion:educational"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "evasion:fictional"
|
||||
"pattern_id": "evasion:fictional"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "evasion:hypothetical"
|
||||
"pattern_id": "evasion:hypothetical"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "evasion:red-team"
|
||||
"pattern_id": "evasion:red-team"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "evasion:research-purpose"
|
||||
"pattern_id": "evasion:research-purpose"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "evasion:security-audit-sim"
|
||||
"pattern_id": "evasion:security-audit-sim"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "evasion:test-pretense"
|
||||
"pattern_id": "evasion:test-pretense"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "evasion:thought-experiment"
|
||||
"pattern_id": "evasion:thought-experiment"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "hidden-comment:agent-directed"
|
||||
"pattern_id": "hidden-comment:agent-directed"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "hitl-trap:approve-immediately"
|
||||
"pattern_id": "hitl-trap:approve-immediately"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "hitl-trap:brevity-skip"
|
||||
"pattern_id": "hitl-trap:brevity-skip"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "hitl-trap:details-omitted"
|
||||
"pattern_id": "hitl-trap:details-omitted"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "hitl-trap:just-approve"
|
||||
"pattern_id": "hitl-trap:just-approve"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "hitl-trap:no-need-review"
|
||||
"pattern_id": "hitl-trap:no-need-review"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "hitl-trap:scope-minimization"
|
||||
"pattern_id": "hitl-trap:scope-minimization"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "hitl-trap:suppress-review"
|
||||
"pattern_id": "hitl-trap:suppress-review"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "hitl-trap:too-long"
|
||||
"pattern_id": "hitl-trap:too-long"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "homoglyph:cyrillic-latin-mix"
|
||||
"pattern_id": "homoglyph:cyrillic-latin-mix"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "html-obfuscation:aria-label"
|
||||
"pattern_id": "html-obfuscation:aria-label"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "html-obfuscation:display-none"
|
||||
"pattern_id": "html-obfuscation:display-none"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "html-obfuscation:offscreen"
|
||||
"pattern_id": "html-obfuscation:offscreen"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "html-obfuscation:visibility-hidden"
|
||||
"pattern_id": "html-obfuscation:visibility-hidden"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "html-obfuscation:zero-font"
|
||||
"pattern_id": "html-obfuscation:zero-font"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "html-obfuscation:zero-opacity"
|
||||
"pattern_id": "html-obfuscation:zero-opacity"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "html-obfuscation:zero-size-overflow"
|
||||
"pattern_id": "html-obfuscation:zero-size-overflow"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "hybrid-p2sql:inject-sql"
|
||||
"pattern_id": "hybrid-p2sql:inject-sql"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "hybrid-p2sql:sql-inject"
|
||||
"pattern_id": "hybrid-p2sql:sql-inject"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "hybrid-recursive:conditional-response"
|
||||
"pattern_id": "hybrid-recursive:conditional-response"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "hybrid-recursive:inject-output"
|
||||
"pattern_id": "hybrid-recursive:inject-output"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "hybrid-xss:event-handler"
|
||||
"pattern_id": "hybrid-xss:event-handler"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "hybrid-xss:iframe-src"
|
||||
"pattern_id": "hybrid-xss:iframe-src"
|
||||
},
|
||||
{
|
||||
"id": "hybrid-xss:javascript-uri"
|
||||
"pattern_id": "hybrid-xss:javascript-uri"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "hybrid-xss:javascript-uri"
|
||||
"pattern_id": "hybrid-xss:javascript-uri"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "hybrid-xss:script-tag"
|
||||
"pattern_id": "hybrid-xss:script-tag"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "identity:new-directive"
|
||||
"pattern_id": "identity:new-directive"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "identity:new-role"
|
||||
"pattern_id": "identity:new-role"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "identity:no-longer"
|
||||
"pattern_id": "identity:no-longer"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "identity:pretend"
|
||||
"pattern_id": "identity:pretend"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "identity:you-are-now"
|
||||
"pattern_id": "identity:you-are-now"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "indirect:direct-address"
|
||||
"pattern_id": "indirect:direct-address"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "indirect:instruction-to-ai"
|
||||
"pattern_id": "indirect:instruction-to-ai"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "indirect:trigger-based"
|
||||
"pattern_id": "indirect:trigger-based"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "leetspeak:disregard"
|
||||
"pattern_id": "leetspeak:disregard"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "leetspeak:forget-instructions"
|
||||
"pattern_id": "leetspeak:forget-instructions"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "leetspeak:ignore-previous"
|
||||
"pattern_id": "leetspeak:ignore-previous"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "leetspeak:override"
|
||||
"pattern_id": "leetspeak:override"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "markdown:link-anchor-injection"
|
||||
"pattern_id": "markdown:link-anchor-injection"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "markdown:link-ref-comment"
|
||||
"pattern_id": "markdown:link-ref-comment"
|
||||
},
|
||||
{
|
||||
"id": "override:ignore-previous"
|
||||
"pattern_id": "override:ignore-previous"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "multi-lang:french"
|
||||
"pattern_id": "multi-lang:french"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "multi-lang:german"
|
||||
"pattern_id": "multi-lang:german"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "multi-lang:spanish"
|
||||
"pattern_id": "multi-lang:spanish"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "nl-indirection:download-execute"
|
||||
"pattern_id": "nl-indirection:download-execute"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "nl-indirection:extract-exfiltrate"
|
||||
"pattern_id": "nl-indirection:extract-exfiltrate"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "nl-indirection:fetch-execute"
|
||||
"pattern_id": "nl-indirection:fetch-execute"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "nl-indirection:read-dotfile"
|
||||
"pattern_id": "nl-indirection:read-dotfile"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "nl-indirection:send-external"
|
||||
"pattern_id": "nl-indirection:send-external"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "normalization:claudemd-conflict"
|
||||
"pattern_id": "normalization:claudemd-conflict"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "normalization:prioritize-user"
|
||||
"pattern_id": "normalization:prioritize-user"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "normalization:skip-confirmation"
|
||||
"pattern_id": "normalization:skip-confirmation"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "normalization:user-precedence"
|
||||
"pattern_id": "normalization:user-precedence"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "leetspeak:disregard"
|
||||
"pattern_id": "leetspeak:disregard"
|
||||
},
|
||||
{
|
||||
"id": "override:disregard"
|
||||
"pattern_id": "override:disregard"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "leetspeak:forget-instructions"
|
||||
"pattern_id": "leetspeak:forget-instructions"
|
||||
},
|
||||
{
|
||||
"id": "override:forget-instructions"
|
||||
"pattern_id": "override:forget-instructions"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "override:ignore-previous"
|
||||
"pattern_id": "override:ignore-previous"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "leetspeak:override"
|
||||
"pattern_id": "leetspeak:override"
|
||||
},
|
||||
{
|
||||
"id": "override:override-instructions"
|
||||
"pattern_id": "override:override-instructions"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "override:prior-constraints"
|
||||
"pattern_id": "override:prior-constraints"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "override:suspend-constraints"
|
||||
"pattern_id": "override:suspend-constraints"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "reframing:actual-task"
|
||||
"pattern_id": "reframing:actual-task"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "reframing:real-purpose"
|
||||
"pattern_id": "reframing:real-purpose"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "reframing:should-actually-do"
|
||||
"pattern_id": "reframing:should-actually-do"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "spoofed-header:hash-system"
|
||||
"pattern_id": "spoofed-header:hash-system"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "spoofed-header:inst"
|
||||
"pattern_id": "spoofed-header:inst"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "spoofed-header:instructions"
|
||||
"pattern_id": "spoofed-header:instructions"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "spoofed-header:pipe-system"
|
||||
"pattern_id": "spoofed-header:pipe-system"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "spoofed-tag:system-close"
|
||||
"pattern_id": "spoofed-tag:system-close"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "spoofed-tag:system-open"
|
||||
"pattern_id": "spoofed-tag:system-open"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "sub-agent:delegate-bypass"
|
||||
"pattern_id": "sub-agent:delegate-bypass"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "sub-agent:spawn-dangerous"
|
||||
"pattern_id": "sub-agent:spawn-dangerous"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"match": "exact-within-scope",
|
||||
"findings": [
|
||||
{
|
||||
"id": "unicode:zero-width-in-word"
|
||||
"pattern_id": "unicode:zero-width-in-word"
|
||||
}
|
||||
],
|
||||
"observed_out_of_scope": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue