SE

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.zip

Installs 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.
158 chars · catalog descriptionno explicit “when” trigger
Advanced

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

You give it
Security topic, vulnerability, or specific CVE
You get back
Threat brief, quick security update, or CVE analysis

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:

  1. Check existing intel — query security_memory for what's already known about the topic, target, or CVE
  2. Scan CVE feeds — use cve_search to pull recent CVEs matching the target stack, product, or keyword
  3. Check Exploit-DB — search for public exploits, PoCs, and weaponized code via security_feeds (source=exploit-db)
  4. Aggregate security RSS — use security_feeds to scan NVD, CISA KEV, Krebs, Schneier, vendor bulletins
  5. Correlate with target intel — cross-reference findings against security_memory target profiles to identify in-scope exposure
  6. Browse for context — use browser to read vendor advisories, blog posts, conference talks, or PoC writeups
  7. 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?
  8. Store findings in security_memory (store_finding, store_cve, store_advisory)
  9. Rate severity of each finding: critical / high / medium / low / info
  10. Rate exploitability of each finding: critical / high / medium / low

Quick Threat Scan Workflow

When asked for a quick security update on a topic:

  1. Query cve_search for recent CVEs (last 7 days)
  2. Scan security_feeds for trending advisories and exploits
  3. Check security_memory for any prior tracking of the topic
  4. Summarize top 5 most critical items with severity + exploitability ratings
  5. Note anything relevant to currently tracked targets

CVE Deep-Dive Workflow

When asked to analyze a specific CVE:

  1. Fetch CVE details using cve_search get (primary), browser for NVD page (fallback)
  2. Search Exploit-DB for related exploits and PoCs via security_feeds
  3. Read vendor advisory via browser if available
  4. 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
  5. Store the analysis in security_memory

Threat Brief Generation

When generating a threat intelligence digest:

  1. Search security_memory for recent findings, CVEs, and advisories
  2. Organize by severity and exploitability
  3. 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)
  4. Store the digest in security_memory (store_digest)
  5. Publish to Discord using discord_feed with action=publish:
    • Pass content with the full digest text and title with a descriptive heading
    • Do NOT pass channel_id — publish uses a pre-configured webhook automatically
    • Long content is auto-chunked into multiple embeds

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

RatingCriteria
CriticalActive exploitation in the wild; weaponized exploit; RCE without auth; CVSS 9.0+
HighPublic PoC available; reliable exploit path; minimal prerequisites; CVSS 7.0-8.9
MediumTheoretical exploit; requires specific conditions (auth, local access); CVSS 4.0-6.9
LowNo known exploit; highly specific conditions; defense-in-depth concern; CVSS < 4.0
InfoEnvironmental observation; no direct risk; useful context

Exploitability Rating Guide

RatingCriteria
CriticalTrivially exploitable; no auth required; remote; network-accessible; active campaigns observed
HighPublic PoC works reliably; minimal skill required; broad attack surface
MediumRequires specific conditions; authenticated access; local access; unusual configuration
LowNo 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.

SkillInstallsUpdatedSafetyDifficulty
security-research (this skill)04moNo flagsAdvanced
red-team-tools-and-methodology76moReviewAdvanced
hunt-focus-definition17moNo flagsIntermediate
hunt-research-system-and-tradecraft17moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

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.

759

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.

13

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.

13

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.

00

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...

00

forensics

novice1248

CTFのForensics(フォレンジクス)ジャンル。パケット解析、ファイルカービング、ステガノグラフィ、メモリフォレンジクスについて説明。Forensics問題に取り組む際に参照。

00

Search skills

Search the agent skills registry