All authors
ByamB4 avatar

Claude Skills by ByamB4

github.com/ByamB4
21 skillsA× 17B× 40 installs5 views
Advisory MiningA

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

securityjavascriptgo
0
29
Auth BypassA

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

securitygobash
0
29
Code Injection CodegenA

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

securityjavascripttypescript
0
29
Command InjectionB

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

securityjavascripttypescript
0
29
Cross PollinationA

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

securityjavascriptpython
0
29
Decompression BombA

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

securityjavascriptpython
0
29
Entity ExpansionA

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

securityjavascriptpython
0
29
Fp CheckA

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

securityrustbash
0
29
Jwt AttacksA

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

securitygoshell
0
29
Method ClobberingA

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

securityrustbash
0
29
Path TraversalB

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

securityjavascripttypescript
0
29
Prototype PollutionA

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

securityrustbash
0
29
Recursion DosA

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

securitygobash
0
29
RedosA

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

securityjavascripttypescript
0
29
Report WritingA

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

securityrustgo
0
29
Sandbox EscapeA

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

securitypythonrust
0
29
SqliA

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

securityjavascriptpython
0
29
SsrfB

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

securityjavascriptpython
0
29
SstiA

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

securityjavascriptpython
0
29
Target ReconA

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

securityjavascriptpython
0
29
XxeB

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

securityjavascriptpython
0
29