.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/byamb4/find-cve-agent
home/skills/byamb4/find-cve-agent
byamb4 avatar

byamb4/find-cve-agent

21 skills

View on GitHub
$npx skills add byamb4/find-cve-agent
SkillInstalls
advisory-miningMine GitHub Security Advisories and CVE databases for incomplete fixes, finding variant vulnerabilities in patched code or similar patterns in related packages.—auth-bypassDetect authentication and authorization bypass vulnerabilities including missing auth middleware, JWT algorithm confusion, IDOR, and session fixation.—code-injection-codegenDetect code injection vulnerabilities in packages that dynamically generate or evaluate code via new Function(), eval(), vm.run*, or template literal…—command-injectionDetect OS command injection via shell execution sinks where user-controlled input reaches system commands without proper sanitization.—cross-pollinationCross-pollination multiplier technique: find a vulnerability in one package, then search for the same pattern across all similar packages to multiply findings.—decompression-bombDetect decompression bomb vulnerabilities where compressed input can expand to exhaust memory, targeting buffer-based decompression without size limits.—entity-expansionDetect XML/SVG/YAML entity expansion (Billion Laughs) vulnerabilities in parsers that allow unbounded entity definitions.—fp-checkSystematic false positive elimination for security findings. 6-gate verification, 13-item checklist, devil's advocate questioning.—jwt-attacksDetect JWT implementation vulnerabilities including algorithm confusion, none algorithm acceptance, weak secrets, and JWK injection attacks.—method-clobberingDetect method clobbering via user-controlled object keys that overwrite built-in methods like toString, valueOf, or hasOwnProperty, causing crashes or logic…—path-traversalDetect path traversal and Zip Slip vulnerabilities where user-controlled path components can escape intended directories.—prototype-pollutionDetect prototype pollution via object merge/clone/assign operations where __proto__ or constructor.prototype keys can modify Object.prototype.—recursion-dosDetect stack overflow and infinite recursion DoS in recursive parsers, tree walkers, and serializers that lack depth limits.—redosDetect Regular Expression Denial of Service (ReDoS) where crafted input causes catastrophic backtracking in regex patterns applied to user-controlled strings.—report-writingGenerate polished, human-sounding vulnerability disclosure reports for GHSA, HackerOne, and email. Auto-selects channel, calculates CVSS, and adapts tone.—sandbox-escapeDetect VM/sandbox escape vulnerabilities in packages using node:vm, simpleeval, or custom sandboxes that can be bypassed to achieve code execution.—sqliDetect SQL injection where user input reaches SQL query construction through string concatenation, template literals, or ORM raw query methods.—ssrfDetect Server-Side Request Forgery where user-controlled URLs can reach internal services, cloud metadata endpoints, or bypass network boundaries.—sstiDetect Server-Side Template Injection where user input is passed as the template string itself rather than as template variables, enabling code execution.—target-reconTarget discovery methodology for finding high-quality npm/PyPI/GitHub packages to audit for vulnerabilities, with evaluation criteria and search strategies.—xxeDetect XML External Entity injection where XML parsers process untrusted input with external entity loading enabled, allowing file read or SSRF.—