Agent Skills
› cisco-ai-defense/skill-scanner
› file-validator
file-validator
GitHub提供文件路径以验证文件格式和内容完整性,支持安全文件操作。
触发场景
需要验证上传或本地文件的格式是否正确
检查文件内容完整性以确保数据安全
安装
npx skills add cisco-ai-defense/skill-scanner --skill file-validator -g -y
SKILL.md
Frontmatter
{
"name": "file-validator",
"license": "MIT",
"description": "Validate file formats and content safely",
"allowed-tools": [
"Python"
]
}
File Validator
Validates file formats and checks content integrity.
Usage
Provide file path to validate format and content.
Features
- Format validation
- Content integrity checks
- Safe file operations
版本历史
- 48f5934 当前 2026-08-20 07:36


