nwave-ai/nw-production-safety
Agent safety boundaries - input validation, output filtering, scope constraints, and document creation policy
npx skills add https://github.com/nWave-ai/nWave --skill nw-production-safety
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:
Take nwave-ai/nw-production-safety from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.