Awarexone

Axguard Evidence — Security skill for Claude Code

Security community

Evidence & Confidence diagnostic (not a vuln report).

How to install Axguard Evidence

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

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

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

What Axguard Evidence does


description: Evidence & Confidence diagnostic (not a vuln report). Usage: /axguard-evidence [path]

/axguard-evidence

**Specialist:** Evidence & Confidence engine

Usage

/axguard-evidence
/axguard-evidence ./app

Focus

Deterministic Phase 5 pass after the False Positive Adversary:

  • Collects supporting and counter evidence per finding (source, flow, sink, controls, framework, config, reachability, trust boundary, …)
  • Deduplicates evidence into a shared stor

Alternatives in Security

  • Memory Self Review — Mine recent agent history (claude-mem + usage stats) for recurring failures and repeated patterns, audit MEMOR 297 ★
  • CodexQB — CodexQB is a Codex plugin for evidence-backed repo comprehension, planning, QA audit, and gated implementation 186 ★
  • Gdpr Review — Audit the codebase (or a given path/feature) for GDPR compliance and produce a prioritized findings report 172 ★

Full documentation available on GitHub

View Source Repository