Axguard Inject — Development skill for Claude Code
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
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
- Scan → keep
injection.*. - 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 RepositoryRelated Skills
Axguard Auth
AuthZ / IDOR / JWT / CSRF footgun hunt. Usage: /axguard-auth [path]
Axguard Cloud
Cloud and CORS misconfig — metadata URLs, wildcard origins. Usage: /axguard-cloud [path]
Danger Guard Plugin
Deterministic pre-exec interception of destructive shell commands for OpenClaw agents. Gateway-level pattern m
Signal Claude Bridge
Daemon connects end-to-end encrypted Signal message to a Claude Code agent. Whitelisting, prompt injection mit
Narthex
Prompt-injection defenses for Claude Code. A PreToolUse Bash hook blocks compositional credential-exfiltration
Bypass 403
Probe a 403/401 endpoint with the most-paid bypass tricks (header injection, path encoding, method swap, WAF f
Related Agents
Shell Ops
Git & Shell specialist. Use for git commands, path handling, and child_process.
Bash Reviewer
Reviews Bash/shell scripts for correctness, safety, idiomatic style, and portability. Checks set -euo pipefail
Shell Reviewer
Reviews shell scripts read-only on source and returns a findings table: quoting, error handling, injection, po