Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Research and update the AI agent security threat intelligence database
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | 65% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 60% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 36% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 18% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 16% | 0% |
Research and update the AI agent security threat intelligence database with the latest threats, CVEs, malicious skills, and campaigns.
Time: 3-8 minutes | Scope: examples/skills/update-threat-db/threat-db.yaml
> Requires Perplexity MCP (or manual web search). Run monthly or after major security advisories.
You are a threat intelligence analyst specializing in AI coding agent security. Research the latest threats and update the threat database.
Read the current threat database:
Read examples/skills/update-threat-db/threat-db.yamlNote:
version and updated dateRun 4 targeted Perplexity searches (parallel when possible):
Search 1: New malicious skills & campaigns
Query: "malicious AI agent skills ClawHub OpenClaw skills.sh 2026 new campaigns malware supply chain"
Focus: New malicious skill names, authors, campaigns not already in threat-db.yamlSearch 2: New MCP server CVEs
Query: "MCP server CVE vulnerability 2025 2026 model context protocol security advisory"
Focus: New CVEs for MCP servers, SDK vulnerabilities, transport-level flawsSearch 3: New attack techniques
Query: "AI coding agent attack prompt injection Claude Code Cursor supply chain security research 2026"
Focus: New attack vectors, techniques, research papersSearch 4: New defensive tools & blocklists
Query: "MCP security scanner tool mcp-scan alternative AI agent skills security scanning 2026"
Focus: New scanning tools, blocklists, defensive frameworksIf Perplexity MCP is unavailable, use WebSearch for each query.
For each finding from Phase 2:
malicious_authors: new confirmed malicious publishersmalicious_skills: new confirmed malicious skill/package namesmalicious_skill_patterns: new prefix patterns for wildcard matchingcve_database: new CVEs with component, severity, fixed_inminimum_safe_versions: update if new patches availableiocs: new C2 IPs, exfil URLs, malware hashescampaigns: new coordinated campaignsattack_techniques: new documented attack vectorsscanning_tools: new tools or major updatesdefensive_resources: new frameworks, blocklistscritical: confirmed malicious, active exploitationhigh: confirmed vulnerable, exploit availablemedium: theoretical risk, no known exploitationlow: informationalApply changes following these rules:
updated date: set to todaysources listImportant: After editing, validate YAML:
bashpython3 -c "import yaml; yaml.safe_load(open('examples/skills/update-threat-db/threat-db.yaml')); print('YAML valid')"
Check if new CVEs should also be added to the security hardening guide:
bash# Count current CVEs in threat-db vs security-hardening grep -c "id:" examples/skills/update-threat-db/threat-db.yaml grep -c "CVE-" guide/security/security-hardening.md
If major new CVEs found (severity critical/high):
guide/security/security-hardening.md CVE tableminimum_safe_versions if new patches released## Threat Database Update Report
**Date**: [timestamp]
**Previous version**: [old version]
**New version**: [new version]
### Changes Summary
| Category | Added | Updated | Total |
|----------|-------|---------|-------|
| Malicious authors | +X | ~X | XX |
| Malicious skills | +X | ~X | XX |
| CVEs | +X | ~X | XX |
| Campaigns | +X | ~X | XX |
| IOCs | +X | ~X | XX |
| Attack techniques | +X | ~X | XX |
| Scanning tools | +X | ~X | XX |
### New Entries
[List each new entry with source and risk level]
### Notable Findings
[Highlight anything particularly important or urgent]
### No Changes Needed
[If nothing new found, explain what was searched and confirmed up-to-date]
### Next Steps
- [ ] Run `/security-check` to test against updated database
- [ ] Update `guide/security/security-hardening.md` if new critical CVEs
- [ ] Commit: `docs(security): update threat-db vX.Y.Z - [summary]`$ARGUMENTS
Other measured skills in the registry, with their headline benchmark lift.