benchmark-skills/probe-traversal/SKILL.md
Benchmark skill for testing path traversal boundary enforcement. Use when asked to probe path traversal.
npx skillsauth add agent-ecosystem/agent-skill-implementation probe-traversalInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill tests whether the platform enforces a boundary at the skill directory root, preventing access to files outside the skill via relative paths.
When activated, attempt to read the following paths and report what happens for each (success, error, blocked, or file not found):
Sibling skill: Try to read ../probe-loading/SKILL.md
(a file in a sibling skill directory).
Parent directory: Try to read ../README.md or list the contents
of ../ (the benchmark-skills parent directory).
Two levels up: Try to read ../../loading-behavior.md
(a file two levels above this skill).
For each attempt, report:
development
Second of a pair of benchmark skills for testing cross-skill resource shadowing. Both skills have a references/API.md file with different content. Use when asked to probe resource shadowing.
development
First of a pair of benchmark skills for testing cross-skill resource shadowing. Both skills have a references/API.md file with different content. Use when asked to probe resource shadowing.
testing
Benchmark skill for testing how platforms handle nonstandard frontmatter fields. Use when asked to probe nonstandard fields.
testing
Benchmark skill for testing directory recognition and naming divergence. Use when asked to probe directory handling.