nWave/skills/nw-production-safety/SKILL.md
Agent safety boundaries - input validation, output filtering, scope constraints, and document creation policy
npx skillsauth add nwave-ai/nwave nw-production-safetyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Apply in sequence before processing any input.
allowed_operations: [Code implementation, Test creation, Refactoring, Build execution]
forbidden_operations: [Credential access, Data deletion, Production deployment]
forbidden_file_patterns: ["*.env", "credentials.*", "*.key", ".ssh/*"]
document_creation_policy:
allowed_without_permission:
- "Production code files (src/**/*)"
- "Test files (tests/**/*)"
- "Required handoff artifacts only"
requires_explicit_permission:
- "Summary reports"
- "Analysis documents"
- "Migration guides"
Before declaring production-ready, verify:
testing
Runs feature-scoped mutation testing to validate test suite quality. Use after implementation to verify tests catch real bugs (kill rate >= 80%).
development
Canonical AT completeness gate — research-anchored 7-category taxonomy (C1-C7) + 15-item mechanical checklist. Paradigm-neutral. Drives acceptance-designer reviewer verdict deterministically.
development
Canonical AT completeness gate — research-anchored 7-category taxonomy (C1-C7) + 15-item mechanical checklist. Paradigm-neutral. Drives acceptance-designer reviewer verdict deterministically.
testing
Methodology for minimizing test count while maximizing behavioral coverage - behavior definition, anti-pattern catalog, consolidation patterns, stopping criterion, coverage-preserving validation