USE when verifying security of code changes or auditing file safety. Automatically scans for secrets (API keys, tokens) and prevents modification of protected files (locks, credentials).
/plugin marketplace add Git-Fg/thecattoolkit/plugin install sys-core@cattoolkitThis skill is limited to using the following tools:
This skill provides automatic security verification via hooks:
Trigger: PreToolUse (Edit/Write)
Action: Scans content for:
Trigger: PreToolUse (Edit/Write)
Action: Warns on modification of:
package-lock.json, poetry.lock).env, credentials/)This skill functions passively via the runtime hook system. You do not need to invoke it manually.
Patterns are defined in:
plugins/verify/hooks/scripts/security-check.pyplugins/verify/hooks/scripts/protect-files.py