Awarexone

Axguard Secrets — Development skill for Claude Code

Development community

Hunt hard-coded secrets, keys, tokens, PEM material.

How to install Axguard Secrets

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

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

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

What Axguard Secrets does


description: Hunt hard-coded secrets, keys, tokens, PEM material. Usage: /axguard-secrets [path]

/axguard-secrets

**Specialist:** Secrets Hunter

Usage

/axguard-secrets
/axguard-secrets ./

Steps

  1. Run focused scan (filter secrets rules from full audit or grep leads):
axguard scan  --format json -o .findings/axguard/secrets.json
  1. Keep findings whose id starts with secrets.
  2. For each hit: confirm it is live material (not a fixture/example), t

Alternatives in Development

  • Tare — Diagnose Claude Code usage — where tokens went and why 256 ★
  • Foundry Ingest — Ingest raw material into the Foundry vault 99 ★
  • Agenfk Calc Tokens — Calculate and log token usage for the current session 64 ★

Full documentation available on GitHub

View Source Repository