ワンクリックで
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: