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_", )