Awarexone

Axguard Paths — Development skill for Claude Code

Development community

Attack graph + vulnerability chaining (Phase 6).

How to install Axguard Paths

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

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

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

What Axguard Paths does


description: Attack graph + vulnerability chaining (Phase 6). Chains Phase 1-5 findings into multi-hop attack paths. Usage: /axguard-paths [path]

/axguard-paths

**Specialist:** Attack Graph + Vulnerability Chaining

Chains findings from earlier phases into multi-hop **attack paths** — `entrypoint → … → sensitive outcome` — instead of reporting vulnerabilities in isolation. It is a **composition / rollup layer**: it detects no new vulnerabilities and invents no second confidence syste

Alternatives in Development

  • JWT Scan — JWT attack toolkit (offline) — alg:none forgery, RS256→HS256 algorithm confusion, weak-secret crack, static cl 4.5k ★
  • /hunt — Active vulnerability hunting on a target 1.8k ★
  • Engage.Recon — Execute Phase 1 - Reconnaissance and Attack Surface Mapping 348 ★

Full documentation available on GitHub

View Source Repository