Awarexone

Axguard Path — Development skill for Claude Code

Development community

Path traversal / LFI — open/join, send_file, PHP include with variables.

How to install Axguard Path

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

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

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

What Axguard Path does


description: Path traversal / LFI — open/join, send_file, PHP include with variables. Usage: /axguard-path [path]

/axguard-path

**Specialist:** Path Traversal Hunter

Usage

/axguard-path
/axguard-path ./api

Focus

  • open / Path joins with variable segments
  • send_file / sendFile / res.download with user paths
  • PHP include/require with $ variables

Steps

  1. Scan → keep path.*.
  2. Resolve whether .. or absolute paths can escape the intended root

Alternatives in Development

  • PHP Lsp — PHP /plugin install php-lsp@claude-plugins-official 14k ★
  • Releasing — This project ships as a Claude Code plugin 10.9k ★
  • Param Discover — Discover hidden HTTP parameters on a URL or list of URLs using Arjun (or x8 fallback) 4.5k ★

Full documentation available on GitHub

View Source Repository