Awarexone

Axguard Report — Security skill for Claude Code

Security community

Regenerate or polish Markdown/HTML audit reports.

How to install Axguard Report

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

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

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

What Axguard Report does


description: Regenerate or polish Markdown/HTML audit reports. Usage: /axguard-report [path]

/axguard-report

**Specialist:** Report Author

Usage

/axguard-report
/axguard-report .

Steps

  1. If no fresh scan:
axguard audit  --out-dir .findings/axguard
  1. Open HTML; ensure severity summary + findings read cleanly. The HTML report is read-only with an approval banner ("No source files were modified. No external requests were made."). Interactive a

Alternatives in Security

  • Review Artifact — Creates one polished, self-contained HTML artifact from review findings, audit notes, PR feedback, code review 652 ★
  • Memory Self Review — Mine recent agent history (claude-mem + usage stats) for recurring failures and repeated patterns, audit MEMOR 297 ★
  • SEO Audit Skill — English · 中文 可复用的单页面 SEO 审计 Agent Skill 235 ★

Full documentation available on GitHub

View Source Repository