security-research
Perform deep security research and generate threat briefs by scanning vulnerabilities and exploits.
Install
mkdir -p .claude/skills/security-research && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11817" && unzip -o skill.zip -d .claude/skills/security-research && rm skill.zipInstalls to .claude/skills/security-research
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Run a multi-step security intelligence workflow: scan CVE feeds, check Exploit-DB, aggregate security RSS, correlate with target intel, generate threat brief.Key capabilities
- →Scan CVE feeds for recent vulnerabilities
- →Check Exploit-DB for public exploits and PoCs
- →Aggregate security RSS feeds from various sources
- →Correlate findings with target intelligence
- →Generate structured threat briefs
- →Store security findings in `security_memory`
How it works
The skill performs multi-step security intelligence workflows by querying various security feeds, correlating data, and synthesizing findings into structured reports.
Inputs & outputs
When to use security-research
- →Research a specific vulnerability
- →Generate a threat landscape report
- →Scan for recent CVEs
About this skill
Security Research Skill
Run a multi-step security intelligence workflow: scan CVE feeds, check Exploit-DB, aggregate security RSS, correlate with target intel, generate threat brief.
Deep Threat Research Workflow
When asked to research a security topic, vulnerability, or threat in depth:
- Check existing intel — query
security_memoryfor what's already known about the topic, target, or CVE - Scan CVE feeds — use
cve_searchto pull recent CVEs matching the target stack, product, or keyword - Check Exploit-DB — search for public exploits, PoCs, and weaponized code via
security_feeds(source=exploit-db) - Aggregate security RSS — use
security_feedsto scan NVD, CISA KEV, Krebs, Schneier, vendor bulletins - Correlate with target intel — cross-reference findings against
security_memorytarget profiles to identify in-scope exposure - Browse for context — use
browserto read vendor advisories, blog posts, conference talks, or PoC writeups - Synthesize a threat brief with structured output:
- What is the threat landscape for this topic?
- Which CVEs/exploits are actively exploited or have public PoCs?
- What is in scope based on target intel?
- What are the recommended mitigations?
- What should we monitor going forward?
- Store findings in
security_memory(store_finding, store_cve, store_advisory) - Rate severity of each finding: critical / high / medium / low / info
- Rate exploitability of each finding: critical / high / medium / low
Quick Threat Scan Workflow
When asked for a quick security update on a topic:
- Query
cve_searchfor recent CVEs (last 7 days) - Scan
security_feedsfor trending advisories and exploits - Check
security_memoryfor any prior tracking of the topic - Summarize top 5 most critical items with severity + exploitability ratings
- Note anything relevant to currently tracked targets
CVE Deep-Dive Workflow
When asked to analyze a specific CVE:
- Fetch CVE details using
cve_search get(primary),browserfor NVD page (fallback) - Search Exploit-DB for related exploits and PoCs via
security_feeds - Read vendor advisory via
browserif available - Provide structured analysis:
- Vulnerability: What the flaw is and how it works
- Affected Products: Products and version ranges
- Attack Vector: Network / Adjacent / Local / Physical
- Exploit Status: Active exploitation / Public PoC / Theoretical / None
- Exploitability: Critical / High / Medium / Low (with justification)
- Impact: What an attacker achieves
- Target Relevance: Which in-scope systems are affected
- Mitigation: Patch, workaround, or compensating controls
- Store the analysis in
security_memory
Threat Brief Generation
When generating a threat intelligence digest:
- Search
security_memoryfor recent findings, CVEs, and advisories - Organize by severity and exploitability
- Write a concise threat brief with:
- Executive summary (3-5 sentences on current threat landscape)
- Critical/High findings (bullet points with exploitability ratings)
- Notable CVEs and exploits (with CVE IDs and affected products)
- Actionable recommendations (patch, mitigate, monitor)
- Store the digest in
security_memory(store_digest) - Publish to Discord using
discord_feedwithaction=publish:- Pass
contentwith the full digest text andtitlewith a descriptive heading - Do NOT pass
channel_id— publish uses a pre-configured webhook automatically - Long content is auto-chunked into multiple embeds
- Pass
Publishing to Discord
To publish any security intel to the team's Discord:
discord_feed action=publish title="Threat Brief — 2026-04-12" content="..."
Important: The publish action does NOT need a channel_id. It posts via a webhook automatically. Only scan, history, and digest actions need channel_id.
Severity Rating Guide
| Rating | Criteria |
|---|---|
| Critical | Active exploitation in the wild; weaponized exploit; RCE without auth; CVSS 9.0+ |
| High | Public PoC available; reliable exploit path; minimal prerequisites; CVSS 7.0-8.9 |
| Medium | Theoretical exploit; requires specific conditions (auth, local access); CVSS 4.0-6.9 |
| Low | No known exploit; highly specific conditions; defense-in-depth concern; CVSS < 4.0 |
| Info | Environmental observation; no direct risk; useful context |
Exploitability Rating Guide
| Rating | Criteria |
|---|---|
| Critical | Trivially exploitable; no auth required; remote; network-accessible; active campaigns observed |
| High | Public PoC works reliably; minimal skill required; broad attack surface |
| Medium | Requires specific conditions; authenticated access; local access; unusual configuration |
| Low | No known exploit; requires chained vulnerabilities; highly constrained environment |
When not to use it
- →Publishing to Discord with a channel_id for the `publish` action
- →Inferring severity or exploitability without criteria
- →Skipping correlation with target intel for in-scope exposure
Limitations
- →Requires `security_memory` for existing intel and storage
- →Requires `discord_feed` for publishing to Discord
- →Severity and exploitability ratings are based on defined criteria
How it compares
This skill automates a structured deep threat research workflow, including correlation with internal target intel and specific output formats, unlike general web searches for security news.
Compared to similar skills
security-research side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| security-research (this skill) | 0 | 4mo | No flags | Advanced |
| red-team-tools-and-methodology | 7 | 6mo | Review | Advanced |
| hunt-focus-definition | 1 | 7mo | No flags | Intermediate |
| hunt-research-system-and-tradecraft | 1 | 7mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by protoLabsAI
View all by protoLabsAI →You might also like
red-team-tools-and-methodology
davila7
This skill should be used when the user asks to "follow red team methodology", "perform bug bounty hunting", "automate reconnaissance", "hunt for XSS vulnerabilities", "enumerate subdomains", or needs security researcher techniques and tool configurations from top bug bounty hunters.
hunt-focus-definition
OTRF
Define a focused hunt hypothesis by synthesizing completed system internals and adversary tradecraft research. Use this skill after research has been completed to narrow a high-level hunt topic into a single, concrete attack pattern with clear investigative intent. This skill produces a structured, testable hypothesis and should be used before selecting data sources, defining environment scope, or developing analytics.
hunt-research-system-and-tradecraft
OTRF
Research system internals and adversary tradecraft to ground a threat hunt in real system behavior and realistic abuse patterns. Use this skill at the start of hunt planning, when you are given a high-level hunt topic but lack a clear understanding of how the system normally operates or how adversaries are known to abuse it. This skill informs early hunt direction by producing candidate abuse patterns, key assumptions, and cited sources, and should be used before defining a concrete hunt hypothesis or selecting data sources.
code-understanding
gadievron
Provides adversarial code comprehension for security research, mapping architecture, tracing data flows, and hunting vulnerability variants to build ground-truth understanding before or alongside static analysis.
anti-reversing-techniques
T-Sunm
Understand anti-reversing, obfuscation, and protection techniques encountered during software analysis. Use when analyzing protected binaries, bypassing anti-debugging for authorized analysis, or u...
forensics
novice1248
CTFのForensics(フォレンジクス)ジャンル。パケット解析、ファイルカービング、ステガノグラフィ、メモリフォレンジクスについて説明。Forensics問題に取り組む際に参照。