一键导入
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: