Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

find-cve-agent

find-cve-agent 收录了来自 ByamB4 的 21 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
21
Stars
38
更新
2026-03-20
Forks
7
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

report-writing
信息安全分析师

Generate polished, human-sounding vulnerability disclosure reports for GHSA, HackerOne, and email. Auto-selects channel, calculates CVSS, and adapts tone.

2026-03-20
advisory-mining
信息安全分析师

Mine GitHub Security Advisories and CVE databases for incomplete fixes, finding variant vulnerabilities in patched code or similar patterns in related packages.

2026-03-20
auth-bypass
信息安全分析师

Detect authentication and authorization bypass vulnerabilities including missing auth middleware, JWT algorithm confusion, IDOR, and session fixation.

2026-03-20
code-injection-codegen
信息安全分析师

Detect code injection vulnerabilities in packages that dynamically generate or evaluate code via new Function(), eval(), vm.run*, or template literal interpolation.

2026-03-20
command-injection
信息安全分析师

Detect OS command injection via shell execution sinks where user-controlled input reaches system commands without proper sanitization.

2026-03-20
cross-pollination
信息安全分析师

Cross-pollination multiplier technique: find a vulnerability in one package, then search for the same pattern across all similar packages to multiply findings.

2026-03-20
decompression-bomb
信息安全分析师

Detect decompression bomb vulnerabilities where compressed input can expand to exhaust memory, targeting buffer-based decompression without size limits.

2026-03-20
entity-expansion
信息安全分析师

Detect XML/SVG/YAML entity expansion (Billion Laughs) vulnerabilities in parsers that allow unbounded entity definitions.

2026-03-20
fp-check
信息安全分析师其他法律支持工作者

Systematic false positive elimination for security findings. 6-gate verification, 13-item checklist, devil's advocate questioning. MANDATORY before any CVE submission.

2026-03-20
jwt-attacks
信息安全分析师

Detect JWT implementation vulnerabilities including algorithm confusion, none algorithm acceptance, weak secrets, and JWK injection attacks.

2026-03-20
method-clobbering
信息安全分析师

Detect method clobbering via user-controlled object keys that overwrite built-in methods like toString, valueOf, or hasOwnProperty, causing crashes or logic bypass.

2026-03-20
path-traversal
信息安全分析师

Detect path traversal and Zip Slip vulnerabilities where user-controlled path components can escape intended directories.

2026-03-20
prototype-pollution
信息安全分析师

Detect prototype pollution via object merge/clone/assign operations where __proto__ or constructor.prototype keys can modify Object.prototype.

2026-03-20
recursion-dos
信息安全分析师

Detect stack overflow and infinite recursion DoS in recursive parsers, tree walkers, and serializers that lack depth limits.

2026-03-20
redos
信息安全分析师

Detect Regular Expression Denial of Service (ReDoS) where crafted input causes catastrophic backtracking in regex patterns applied to user-controlled strings.

2026-03-20
sandbox-escape
信息安全分析师

Detect VM/sandbox escape vulnerabilities in packages using node:vm, simpleeval, or custom sandboxes that can be bypassed to achieve code execution.

2026-03-20
sqli
信息安全分析师

Detect SQL injection where user input reaches SQL query construction through string concatenation, template literals, or ORM raw query methods.

2026-03-20
ssrf
信息安全分析师

Detect Server-Side Request Forgery where user-controlled URLs can reach internal services, cloud metadata endpoints, or bypass network boundaries.

2026-03-20
ssti
信息安全分析师

Detect Server-Side Template Injection where user input is passed as the template string itself rather than as template variables, enabling code execution.

2026-03-20
target-recon
信息安全分析师

Target discovery methodology for finding high-quality npm/PyPI/GitHub packages to audit for vulnerabilities, with evaluation criteria and search strategies.

2026-03-20
xxe
信息安全分析师

Detect XML External Entity injection where XML parsers process untrusted input with external entity loading enabled, allowing file read or SSRF.

2026-03-20