Back to Registry
View Author Profile
Official Verified
ai-vulnerability-tracker
AI 漏洞追踪器 - 在 GitHub 和微信公众号搜索近一个月的 AI 相关漏洞(提示词注入、提示词越狱等),并推送到飞书表格。支持去重和翻译。 搜索关键字: prompt injection, prompt jailbreak, LLM vulnerability, AI security, adversarial prompt, jailbreak attack 数据源: - GitHub: 最近一个月的安全漏洞提交 - 微信公众号: AI 安全相关文章 使用方式: - 运行技能执行一次搜索和推送 - 配置 cron 进行定时执行
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/0ctday/ai-vulnerability-trackerOr
🤖 AI 漏洞追踪器技能
功能概述
- 搜索 GitHub - 近一个月新增的 AI 安全相关漏洞
- 搜索微信公众号 - AI 安全相关文章
- 去重 - 按原文链接去重
- 翻译 - 英文内容翻译为中文
- 推送飞书 - 写入指定的多维表格
搜索关键字
英文关键字
- prompt injection
- prompt jailbreak
- LLM vulnerability
- AI security vulnerability
- adversarial prompt
- jailbreak CVE
- prompt injection CVE
- AI model security
- LLM security bug
- ChatGPT jailbreak
中文关键字
- 提示词注入
- 提示词越狱
- AI 漏洞
- LLM 安全
- 对抗提示
目标表格
- Wiki Token: NqxZwVzXriRIRAkvP4LcApCdnNb
- Table ID: tblnfK3JPSfUyZmb
字段映射
⚠️ 请根据实际表格字段调整以下映射
| 字段名 | 说明 |
|---|---|
| 标题 | 漏洞/文章标题 |
| 链接 | 原文 URL |
| 漏洞类型 | 提示词注入/提示词越狱/其他 |
| 来源 | GitHub / 微信公众号 |
| 发布时间 | 发布日期 |
| 描述 | 简要描述 |
| 发现时间 | 收录时间 |
使用方式
手动运行
在支持 skills 的会话中直接运行,或通过 cron 定时执行。
定时任务 (cron)
# 每天 9:00 执行
openclaw cron add "0 9 * * *" "ai-vulnerability-tracker"
# 每周一 9:00 执行
openclaw cron add "0 9 * * 1" "ai-vulnerability-tracker"
输出
- 搜索结果数量
- 新增记录数量
- 去重过滤数量
- 错误信息(如有)
依赖
- 网络访问 (GitHub, 微信搜索)
- 飞书 API 访问权限
- 翻译 API (可选)
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-0ctday-ai-vulnerability-tracker": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.