Awarexone

Axguard Scan — Development skill for Claude Code

Development community

Fast vulnerability scan (text/JSON).

How to install Axguard Scan

Installs to ~/.claude/skills/awarexone-axguard-axguard-scan/SKILL.md

Terminal
mkdir -p ~/.claude/skills/awarexone-axguard-axguard-scan && curl -fsSL https://raw.githubusercontent.com/Awarexone/AXguard/HEAD/commands/axguard-scan.md -o ~/.claude/skills/awarexone-axguard-axguard-scan/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Axguard Scan does


description: Fast vulnerability scan (text/JSON). No full report suite. Usage: /axguard-scan [path]

/axguard-scan

**Specialist:** Scanner

Quick pass while coding. Prefer `/axguard-audit` when the user wants HTML/MD deliverables.

Usage

/axguard-scan
/axguard-scan ./src

Steps

axguard scan 
axguard scan  --format json -o .findings/axguard/scan.json

Print findings with file:line. Offer `/axguard-audit` if they need a shareable report.

Alternatives in Development

  • /token Scan — Fast rug pull detection for meme coins and token contracts 1.7k ★
  • 01 Fts5 Search — Replace Inkwell's naive LIKE post filter with a real SQLite FTS5 full-text index that ranks 143 ★
  • Wp A11y — Quick WordPress accessibility scan - fast pattern detection for semantic, keyboard, focus, ARIA, and form-labe 76 ★

Full documentation available on GitHub

View Source Repository