From c73ad4674e9d36cfb32e92db535a3931a887ff9b Mon Sep 17 00:00:00 2001 From: CoderDeltaLAN Date: Tue, 16 Jun 2026 20:30:28 +0100 Subject: [PATCH] test: cover all diagnostic governance fixtures --- tests/test_diagnostic_fixtures.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/test_diagnostic_fixtures.py b/tests/test_diagnostic_fixtures.py index 341e787..2859d49 100644 --- a/tests/test_diagnostic_fixtures.py +++ b/tests/test_diagnostic_fixtures.py @@ -14,7 +14,12 @@ "multi-agent-overlap/.cursor/rules/agent-rules.mdc", "multi-agent-overlap/.github/copilot-instructions.md", "multi-agent-overlap/.github/instructions/agents.instructions.md", + "missing-authority-scope/AGENTS.md", + "missing-secret-boundary/AGENTS.md", "risky-instructions/AGENTS.md", + "runtime-network-llm/AGENTS.md", + "unsafe-command-execution/AGENTS.md", + "unsupported-claim/AGENTS.md", } SUPPORTED_INSTRUCTION_PATHS = { @@ -31,6 +36,9 @@ "ghp_", "AKIA", "-----BEGIN", + "hf_", + "xoxb-", + "npm_", )