Awarexone

Axguard Flow — Development skill for Claude Code

Development community

Dataflow / taint path analysis (diagnostic).

How to install Axguard Flow

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

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

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

What Axguard Flow does


description: Dataflow / taint path analysis (diagnostic). Usage: /axguard-flow [path]

/axguard-flow

**Specialist:** Data Flow + Taint Analysis

Usage

/axguard-flow
/axguard-flow ./app

Focus

Static source→sink taint paths over the Phase 1 application model:

  • Sources (request params/body/headers/cookies, env, webhooks, AI outputs)
  • Sinks (sql, net, cmd, fs, html, eval, deser, redirect, ai_tool, …)
  • Controls along paths (parameterization, allowlist, sanitization, au

Alternatives in Development

  • Career-Ops For Codex — Read CLAUDE.md for all project instructions, routing, and behavioral rules 32.5k ★
  • Grammar Check — Identify grammar and flow errors with targeted fix suggestions 7.8k ★
  • JWT Scan — JWT attack toolkit (offline) — alg:none forgery, RS256→HS256 algorithm confusion, weak-secret crack, static cl 4.5k ★

Full documentation available on GitHub

View Source Repository