Agent Skills
› cisco-ai-defense/skill-scanner
› unpinned-dependency
unpinned-dependency
GitHub演示未锁定精确版本的包依赖示例,用于展示依赖声明规范中的潜在问题。
触发场景
检查依赖版本锁定情况
演示不安全依赖配置
安装
npx skills add cisco-ai-defense/skill-scanner --skill unpinned-dependency -g -y
SKILL.md
Frontmatter
{
"name": "unpinned-dependency",
"license": "Apache-2.0",
"description": "Demonstrate a package dependency that is not locked to an exact version"
}
Unpinned Dependency
Dependencies are declared in requirements.txt. Nothing is installed by the evaluation.
版本历史
- 431cb58 当前 2026-09-09 14:53


