Skill name: axguard-security Path in the repo: skills/axguard-security/SKILL.md (installed by ./install.sh). This skill does not implement scanners. It teaches when to call AXguard, which MCP tool to use, and how to read verdicts.

When to call

Call after security-sensitive edits, or before ship/deploy, when changes touch auth, tenants, DB, outbound HTTP, files/commands, uploads, secrets, OAuth, GraphQL, cloud, crypto, dependencies, or AI agent / MCP tools. Skip trivial non-security edits (typos, comments, pure renames with no security surface).

Workflow

Interpret labels

Never invent evidence. Prefer MCP when available; fall back to axguard scan . / axguard audit . with the same verdict rules. See Pre-ship and AI agents.