Cursor rule Cursor
Conventions for mcpnuke check modules and pattern files.
Cursor rule Cursor
Conventions for mcpnuke check modules and pattern files.
Cursor rule Cursor
Core mcpnuke development standards and superpowers workflow integration.
Cursor rule Cursor
Test conventions for mcpnuke — enforces TDD workflow.
Skill Claude CodeCodexCursor
Create a new mcpnuke security check module end-to-end: pattern file, check function, wire into runallchecks, add tests, update changelog. Use when adding a new security check to mcpnuke.
Skill Claude CodeCodexCursor
Add new regex detection patterns to mcpnuke's pattern libraries with test coverage. Use when adding new patterns to rules.py or probes.py, or when extending detection for a vulnerability class.
Skill Claude CodeCodexCursor
Add a new transport type to mcpnuke alongside SSE, HTTP, and ToolServer. Use when adding support for a new MCP transport protocol like DPoP, mTLS, or a custom gateway.
Skill Claude CodeCodexCursor
Add new DVMCP challenge test classes to mcpnuke's test suite following the established pattern. Use when adding tests for a new vulnerability type or DVMCP challenge.
Skill Claude CodeCodexCursor
Run mcpnuke's test suite, interpret failures, and fix issues. Use when running tests, debugging test failures, or verifying changes in mcpnuke.