Awarexone

Axguard SQL — Data skill for Claude Code

Data community

SQL injection sinks — f-string/format/concat queries, ORM raw helpers.

How to install Axguard SQL

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

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

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

What Axguard SQL does


description: SQL injection sinks — f-string/format/concat queries, ORM raw helpers. Usage: /axguard-sql [path]

/axguard-sql

**Specialist:** SQL Injection Hunter

Usage

/axguard-sql
/axguard-sql ./backend

Focus

  • String-built SQL (f"...", %s / .format, + concat into execute)
  • ORM .raw / text( / from_sql helpers
  • PHP mysqli_query / ->query with $ interpolation

Steps

  1. Scan → keep sql.*.
  2. Confirm the interpolated value is request- or us

Alternatives in Data

  • SQL Queries — Generate SQL queries from natural language across major dialects 7.8k ★
  • Claude Code Usage Monitor — by Maciek-roboblog - A real-time terminal-based tool for monitoring Claude Code token usage 7k ★
  • LLM Redteam — LLM red-team corpus runner — fires categorized prompt-injection / jailbreak / system-prompt-leak / data-exfil 4.5k ★

Full documentation available on GitHub

View Source Repository