Agent Skills
› cisco-ai-defense/skill-scanner
› unconstrained-file-reader
unconstrained-file-reader
GitHub用于读取指定路径文件的辅助技能,不限制在安全根目录内。该技能保留历史无约束路径读取功能,评估过程不调用它。
Trigger Scenarios
需要读取任意路径文件
绕过安全根目录限制的文件访问
Install
npx skills add cisco-ai-defense/skill-scanner --skill unconstrained-file-reader -g -y
SKILL.md
Frontmatter
{
"name": "unconstrained-file-reader",
"license": "Apache-2.0",
"description": "Read a caller-selected path without confining it to a safe root"
}
Unconstrained File Reader
The inert helper read.py preserves the historical unconstrained path read. The evaluation never calls it.
Version History
-
431cb58
Current 2026-09-09 14:53
从受限的安全文件读取器改为无约束路径读取器,移除了路径验证和安全根目录限制。
- 48f5934 2026-08-20 07:36


