AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Pwnote Cve Research

skill-pwnote-skills-pwnote-cve-research · by Pwnote

Use whenever the user is doing vulnerability research aimed at a CVE/advisory — tracking a responsible disclosure timeline, drafting a vendor notification, requesting a CVE ID from MITRE or a CNA, writing a public security advisory, or mapping a finding to a CWE. Trigger on "CVE", "CNA", "MITRE", "advisory", "responsible disclosure", "vendor notification", "embargo", or "disclosure timeline", eve…

No reviews yet
0 installs
18 views
0.0% view→install

Install

$ agentstack add skill-pwnote-skills-pwnote-cve-research

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-pwnote-skills-pwnote-cve-research)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
21d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Pwnote Cve Research? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

CVE Research & Disclosure Workflow

Reference for running a vulnerability research + responsible disclosure engagement from initial finding through published advisory and CVE assignment.

1. Disclosure Timeline Tracking

Track every engagement as a timestamped activity log (maps to pwnote activity blocks or a timeline block):

| Stage | What to log | |---|---| | Discovery | date, affected product/version, initial severity assessment | | Vendor contact | date, channel used (security.txt, PSIRT email, HackerOne if they run a VDP), response received y/n | | Vendor acknowledgment | date, vendor's stated timeline/SLA | | Fix development | vendor updates, patch ETA changes | | Embargo date | agreed public disclosure date — track any renegotiation | | CVE assignment | date requested, date assigned, CVE ID | | Publication | advisory published date, links |

Default disclosure window if the vendor is unresponsive: industry norm is 90 days from initial contact before considering public disclosure, with recognition that this can extend if the vendor engages in good faith and needs more time for a complex fix. State your policy explicitly in the first vendor contact so there's no ambiguity later.

2. CVE Request Workflow

Two paths:

  • Vendor has a CNA (most major vendors do) — request through their PSIRT/security contact; they issue the CVE.
  • Vendor has no CNA — request via MITRE's CVE Request form, or use a CNA-of-last-resort if the vendor is unresponsive after your disclosure window has elapsed.

MITRE submission needs (map these fields when drafting a request):

  • Vendor and product name(s) + affected version range
  • Vulnerability type (map to a CWE — see references/cwe-mapping.md)
  • Attack vector and prerequisites (what access/conditions are needed)
  • Impact statement (confidentiality/integrity/availability, written concretely)
  • Discoverer credit line (how you want to be attributed)
  • Reference URLs (advisory, patch, vendor bulletin) — can be added after assignment if not yet published

Keep the description factual and impact-focused; MITRE reviewers reject vague submissions ("could allow attackers to do bad things") — be specific about what the flaw actually allows.

3. Advisory Writing Template

# [Vendor] [Product] — [Vuln Type] (CVE-YYYY-NNNNN)

## Summary
[1-2 sentences]

## Affected Versions
[version range]

## Details
[technical root cause explanation]

## Impact
[what an attacker can achieve]

## CVSS
Score: X.X
Vector: CVSS:3.1/...

## CWE
CWE-XXX: [name]

## Timeline
- YYYY-MM-DD: Discovered
- YYYY-MM-DD: Vendor notified
- YYYY-MM-DD: Vendor acknowledged
- YYYY-MM-DD: Patch released
- YYYY-MM-DD: CVE assigned
- YYYY-MM-DD: Public disclosure

## Credit
[researcher name/handle]

## References
- [patch link]
- [vendor bulletin]

This matches the structure used for prior published advisories (SSRF and auth-bypass class findings) — keep the format consistent across advisories so they're easy to reference as a set.

4. PoC Documentation Standards

Maintain two PoC versions:

  • Public advisory PoC — sanitized, no working exploit for unpatched instances if patch isn't yet widely deployed; enough to prove the claim, not enough to be a turnkey exploit
  • Client/internal PoC — full technical detail, kept in the engagement's private notes only, never in the published advisory

Default to withholding full exploit detail until patch adoption is reasonably mature, and use judgment on whether any technical detail should be withheld longer for high-impact/hard-to-patch classes (e.g. widely deployed infrastructure software).

5. Reference Files

  • references/cwe-mapping.md — quick-lookup CWE categories for common vuln classes
  • references/cna-submission.md — field-by-field MITRE/CNA submission checklist

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.