원클릭으로
probe-traversal
Benchmark skill for testing path traversal boundary enforcement. Use when asked to probe path traversal.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Benchmark skill for testing path traversal boundary enforcement. Use when asked to probe path traversal.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Benchmark skill for testing how platforms handle edge-case YAML values in the metadata frontmatter field. Use when asked to probe metadata value handling.
First skill in a three-skill invocation chain for testing cross-skill invocation, depth limits, and language sensitivity. Use when asked to start an invocation chain.
Second skill in a three-skill invocation chain. Activated by invoke-alpha, activates invoke-gamma. Use when directed by invoke-alpha.
Third and final skill in a three-skill invocation chain. Activated by invoke-beta. Use when directed by invoke-beta.
First of a pair of skills that reference each other, for testing circular invocation handling. Use when asked to probe circular dependencies.
Second of a pair of skills that reference each other, for testing circular invocation handling. Use when directed by probe-circular-alpha.
| name | probe-traversal |
| description | Benchmark skill for testing path traversal boundary enforcement. Use when asked to probe path traversal. |
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: