Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/B.3.1-mcp-least-privilege.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ The rules are designed to avoid redundant or contradictory findings:
| Fixture directory | Expected findings | Purpose |
|-----------------------------------|-------------------|----------------------------------|
| `mcp_clean_skill/` | None | Negative test -- all caps declared |
| `mcp_underdeclared_skill/` | LP1, LP3 | Missing permissions + undeclared caps |
| `mcp_underdeclared_skill/` | LP3 | Missing permissions + detected caps |
| `mcp_overprivileged_skill/` | LP2, LP4 | Wildcard + overdeclared permissions |

---
Expand Down
Loading