Agent Skills
› cisco-ai-defense/skill-scanner
› file-validator
file-validator
GitHub用于安全验证文件格式与内容完整性的工具,通过提供文件路径执行格式校验和完整性检查,确保文件操作的安全性。
Trigger Scenarios
需要验证上传或接收文件的格式是否合法
需要检查文件内容的完整性以防止损坏或篡改
Install
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
Version History
- 48f5934 Current 2026-08-20 07:36


