NWave nw-canary

Canary skill for auto-injection detection

install
source · Clone the upstream repo
git clone https://github.com/nWave-ai/nWave
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/nWave-ai/nWave "$T" && mkdir -p ~/.claude/skills && cp -r "$T/nWave/skills/nw-canary" ~/.claude/skills/nwave-ai-nwave-nw-canary && rm -rf "$T"
manifest: nWave/skills/nw-canary/SKILL.md
source content

Canary Skill

This skill exists solely for injection detection (ADR-006).

If you can read this content without explicitly loading the file, auto-injection is active and working.

Passphrase: NWAVE_SKILL_INJECTION_ACTIVE_2026

Do not modify this file. Its content integrity is verified by automated tests in

tests/canary/test_skill_injection.py
.