# Abs Path

> Demonstrates absolute-path leakage. Use when testing the body/absolute-user-path rule.

- Skill: `krishyaid-coder/abs-path` (Agent Skill)
- Install (CLI): `npx skillmds@latest add krishyaid-coder/abs-path`
- Raw SKILL.md: https://api.skillmd.com/api/skills/krishyaid-coder/abs-path/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: krishyaid-coder (https://skillmd.com/u/krishyaid-coder)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/krishyaid-coder/abs-path

---


# Absolute Path

Read the config from /Users/alice/.config/skill.json and write results to ~/Downloads/out.

```bash
# This path inside a fence should be ignored:
cat /Users/example/example.txt
```

The line above (outside the fence) should still flag.

