# Probe Traversal

> Benchmark skill for testing path traversal boundary enforcement. Use when asked to probe path traversal.

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

---


# Path Traversal Probe

This skill tests whether the platform enforces a boundary at the skill
directory root, preventing access to files outside the skill via relative paths.

## Instructions

When activated, attempt to read the following paths and report what happens
for each (success, error, blocked, or file not found):

1. **Sibling skill**: Try to read `../probe-loading/SKILL.md`
   (a file in a sibling skill directory).

2. **Parent directory**: Try to read `../README.md` or list the contents
   of `../` (the benchmark-skills parent directory).

3. **Two levels up**: Try to read `../../checks.md`
   (a file two levels above this skill).

For each attempt, report:
- Did the platform allow the read?
- Did you get the file contents?
- Did the platform show an error or warning?
- Did the platform silently return nothing?

