spec-reviewer-blocks-on-os-system-in-test-code

The automated spec reviewer (superpowers code-reviewer agent) flags os.system references in test code as a security finding even when the test is intentionally validating that dangerous patterns are rejected by a security scanner. When writing tests for AST validation or code security utilities, add explicit comments marking intentional dangerous patterns as test fixtures to prevent false-positive security hook blocks on subsequent spec reviews.