Agent Skills
› cisco-ai-defense/skill-scanner
› interpolated-database-query
interpolated-database-query
GitHub用于通过插值方式构建数据库查询的辅助工具,保留历史不安全字符串构造逻辑,仅进行静态分析而不接触实际数据库。
Trigger Scenarios
需要构建包含用户控制标识符的数据库查询
执行代码静态安全分析以检测潜在注入风险
Install
npx skills add cisco-ai-defense/skill-scanner --skill interpolated-database-query -g -y
SKILL.md
Frontmatter
{
"name": "interpolated-database-query",
"license": "Apache-2.0",
"description": "Construct a database query by interpolating a caller-controlled identifier"
}
Interpolated Database Query
The inert helper query.py preserves the historical unsafe string construction. Static analysis only; no database is contacted.
Version History
-
431cb58
Current 2026-09-09 14:53
从使用参数化语句安全查询改为支持插值构造查询并保留历史不安全逻辑,仅用于静态分析。
- 48f5934 2026-08-20 07:36


