update-threat-db
GitHub指导如何委托 AgentSec 进行威胁情报研究更新,验证指南和镜像站点。通过隔离工作区执行审查、测试及构建,同步安全数据源并检查兼容性数据库与目录同步状态。
Trigger Scenarios
Install
npx skills add FlorianBruniaux/claude-code-ultimate-guide --skill update-threat-db -g -y
SKILL.md
Frontmatter
{
"name": "update-threat-db",
"description": "Delegate threat-intelligence research and updates to AgentSec, then validate the guide and landing mirrors."
}
Update Threat Intelligence Through AgentSec
AgentSec Triage owns the technical source of truth. This guide skill is a delegator and does not carry a private copy of the threat database.
Workflow
- Locate the sibling
agentsec-triagecheckout or useAGENTSEC_REPO. - Read AgentSec's
AGENTS.mdand.claude/commands/update-threat-db.mdcompletely. - Execute the source review, red-first tests, authoring changes, and builders inside an isolated AgentSec worktree.
- Synchronize
exports/security-feed.v1.jsonto the guide and landing only after AgentSec passes locally. - Follow the guide's
.claude/commands/update-threat-db.mdfor compatibility database updates and the landing's searchable catalogue sync/check command. A current feed badge does not prove the catalogue contains the new records. - Run the guide and landing mirror checks, then report each repository's status separately.
Do not treat the guide's compatibility database as canonical. Do not publish, tag, or push AgentSec while its license decision blocks public release.
The compatibility database still consumed by the guide commands is
examples/commands/resources/threat-db.yaml.
Version History
-
d7a05d5
Current 2026-09-22 17:36
新增步骤:增加对兼容性数据库更新和可搜索目录同步/检查命令的执行要求;明确当前 feed 徽章不证明目录包含新记录;移除原有的单独运行检查步骤,合并为更详细的同步后验证流程。
-
a8d88fe
2026-08-20 04:36
重构:将威胁情报管理职责委托给 AgentSec,不再维护本地副本。
- fa57065 2026-07-25 10:20


