Awarexone

Axguard Inject — Development skill for Claude Code

Development community

Injection and RCE sinks — eval, exec, pickle, shell, child_process.

How to install Axguard Inject

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

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

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

What Axguard Inject does


description: Injection and RCE sinks — eval, exec, pickle, shell, child_process. Usage: /axguard-inject [path]

/axguard-inject

**Specialist:** Injection Hunter

Usage

/axguard-inject
/axguard-inject ./backend

Focus

  • pickle.loads, eval/exec, shell=True, child_process.exec
  • SSTI / unsanitized template render (manual follow-up)
  • SQL string concat (manual follow-up when ORM not used)

Steps

  1. Scan → keep injection.*.
  2. Prove taint: who controls the a

Alternatives in Development

  • Oob — Out-of-band orchestrator — confirm BLIND SSRF/XXE/SQLi/RCE/Log4Shell by correlating interactsh callbacks to th 4.5k ★
  • Claude Supermemory — Persistent memory across sessions and projects using Supermemory 2.3k ★
  • Exec Summary — Compress a document or update into a crisp executive summary 1.3k ★

Full documentation available on GitHub

View Source Repository