技能雷达 · GITHUB

值得安装的 Agent Skills。

汇总公开仓库中已验证的 Skills。安装前先看清它能做什么、包内包含什么、热度如何,以及来源是否可靠。

目录范围
已验证
Skills
10,772
仓库
1711
最近同步
2026年9月23日
10,772 Skills
yaklang
社区

api-auth-and-jwt-abuse

- API authentication and JWT abuse playbook. Use when testing bearer tokens, API keys, claim trust, header spoofing, rate limits, and API auth boundary weaknesses.

安装量
1
GitHub Stars
2224
最近更新
9月13日
yaklang
社区

api-recon-and-docs

- API reconnaissance and documentation review playbook. Use when discovering endpoints, schemas, versions, OpenAPI specs, hidden docs, and surface area for API testing.

安装量
1
GitHub Stars
2224
最近更新
9月13日
yaklang
社区

attack-surface-mapping

- Draw a testable attack surface from one authorized target URL or one application. Use when the user says 攻击面, 供给面, 画攻击面, map the surface, application recon, find the business host, JS inventory, or when the only visible page is login. Derive hosts, APIs, keys, and the object graph from what the app already exposes. Do not open with directory brute or payload spray. Use when the user runs /attack-surface-mapping.

安装量
1
GitHub Stars
2224
最近更新
9月13日
yaklang
社区

authbypass-authentication-flaws

- Authentication bypass testing playbook. Use when assessing login flows, password reset logic, account recovery, MFA bypass, token predictability, brute-force resistance, and session boundary flaws.

安装量
1
GitHub Stars
2224
最近更新
9月13日
yaklang
社区

business-logic-vuln

- Entry P1 category router for business logic testing. Use when workflow abuse, race conditions, pricing flaws, or multi-step state attacks matter more than parser-level input injection.

安装量
1
GitHub Stars
2224
最近更新
9月13日
yaklang
社区

classical-cipher-analysis

- Classical cipher analysis playbook. Use when encountering substitution ciphers, Vigenere, transposition, XOR, or encoded text in CTF challenges that requires frequency analysis, Kasiski examination, or known-plaintext cryptanalysis.

安装量
1
GitHub Stars
2224
最近更新
9月13日
yaklang
社区

cmdi-command-injection

- Command injection playbook. Use when user input may reach shell commands, process execution, converters, import pipelines, or blind out-of-band command sinks.

安装量
1
GitHub Stars
2224
最近更新
9月13日
yaklang
社区

code-obfuscation-deobfuscation

- Code obfuscation analysis and deobfuscation playbook. Use when reversing binaries protected by junk code, opaque predicates, self-modifying code, control flow flattening, VM protection, or string encryption.

安装量
1
GitHub Stars
2224
最近更新
9月13日
yaklang
社区

container-escape-techniques

- Container escape playbook. Use when operating inside a Docker container, LXC, or Kubernetes pod and need to escape to the host via privileged mode, capabilities, Docker socket, cgroup abuse, namespace tricks, or runtime vulnerabilities.

安装量
1
GitHub Stars
2224
最近更新
9月13日
yaklang
社区

cors-cross-origin-misconfiguration

- CORS misconfiguration testing playbook. Use when analyzing cross-origin trust, credentialed browser reads, origin reflection, preflight policy bugs, and browser-based access to authenticated APIs.

安装量
1
GitHub Stars
2224
最近更新
9月13日
yaklang
社区

crlf-injection

- CRLF injection playbook. Use when user input reaches HTTP response headers, Location redirects, Set-Cookie values, or log files where carriage-return/line-feed characters can split or inject content.

安装量
1
GitHub Stars
2224
最近更新
9月13日
yaklang
社区

csp-bypass-advanced

- Advanced Content Security Policy bypass techniques. Use when XSS or data exfiltration is blocked by CSP and you need to find policy weaknesses, trusted endpoint abuse, nonce leakage, or exfiltration channels that CSP cannot block.

安装量
1
GitHub Stars
2224
最近更新
9月13日
yaklang
社区

csrf-cross-site-request-forgery

- CSRF testing playbook. Use when reviewing state-changing web flows, anti-CSRF defenses, SameSite behavior, JSON CSRF, login CSRF, and OAuth state handling.

安装量
1
GitHub Stars
2224
最近更新
9月13日
yaklang
社区

dangling-markup-injection

- Dangling markup injection playbook. Use when HTML injection is possible but JavaScript execution is blocked (CSP, sanitizer strips event handlers, WAF blocks script tags) — exfiltrate CSRF tokens, session data, and page content by injecting unclosed HTML tags that capture subsequent page content.

安装量
1
GitHub Stars
2224
最近更新
9月13日
yaklang
社区

expression-language-injection

- Expression Language injection playbook. Use when Java EL, SpEL, OGNL, or MVEL expressions may evaluate attacker-controlled input in Spring, Struts2, Confluence, or similar frameworks.

安装量
1
GitHub Stars
2224
最近更新
9月13日
yaklang
社区

file-access-vuln

- Entry P1 category router for file access and upload workflows. Use when testing download endpoints, file paths, local file inclusion, upload flows, preview pipelines, archive extraction, or storage and sharing boundaries.

安装量
1
GitHub Stars
2224
最近更新
9月13日
yaklang
社区

ghost-bits-cast-attack

- Java "Ghost Bits" / Cast Attack playbook (Black Hat Asia 2026). Use when attacking Java services where 16-bit char is silently narrowed to 8-bit byte to bypass WAF/IDS for SQL injection, deserialization RCE, file upload (Webshell), path traversal, CRLF injection, request smuggling, and SMTP injection. Affects Tomcat, Spring, Jetty, Undertow, Vert.x, Jackson, Fastjson, Apache Commons BCEL, Apache HttpClient, Angus Mail, JDK HttpServer, Lettuce, Jodd, XMLWriter and re-enables many "patched" CVEs through WAF bypass.

安装量
1
GitHub Stars
2224
最近更新
9月13日
yaklang
社区

hack

- Entry P0 primary router and operating doctrine for HackSkills. Use when the task involves web application testing, API security assessment, recon, vulnerability triage, exploit path planning, authorized pentest, code audit, source-leak mining, middleware audit, SOC triage, detection engineering, incident response, or choosing the right next category skill before any deep topic skill. Also use when the user mentions 安全工程师, 渗透测试, 红队, 蓝队, 代码审计, 源码泄露, SRC. Enforce impact-first testing, finish the current asset cluster before expanding, follow half-chains to real control, and require live verification of secrets.

安装量
1
GitHub Stars
2224
最近更新
9月13日
yaklang
社区

hash-attack-techniques

- Hash attack playbook. Use when exploiting length extension, MD5/SHA1 collisions, HMAC timing leaks, birthday attacks, or hash-based proof of work in CTF and authorized testing scenarios.

安装量
1
GitHub Stars
2224
最近更新
9月13日
yaklang
社区

http-parameter-pollution

- HTTP Parameter Pollution (HPP): duplicate query/body keys parsed differently by servers, proxies, WAFs, and app frameworks. Use when filters and application layers disagree on which value wins, enabling bypass, SSRF second URL, logic abuse, or CSRF token confusion.

安装量
1
GitHub Stars
2224
最近更新
9月13日
yaklang
社区

http2-specific-attacks

- HTTP/2 protocol-specific attack playbook. Use when the target supports HTTP/2 and you need to exploit binary framing, HPACK compression, h2c upgrade smuggling, pseudo-header injection, stream multiplexing abuse, or H2→H1 downgrade translation flaws.

安装量
1
GitHub Stars
2224
最近更新
9月13日
yaklang
社区

jwt-oauth-token-attacks

- JWT and OAuth token attack playbook. Use when validating token trust, signing algorithms, key handling, claim abuse, bearer flows, and OAuth account-binding weaknesses.

安装量
1
GitHub Stars
2224
最近更新
9月13日
yaklang
社区

kernel-exploitation

- Linux kernel exploitation playbook. Use when exploiting kernel vulnerabilities (UAF, OOB, race condition, type confusion) for privilege escalation via commitcreds, modprobepath overwrite, or kernel ROP chains in CTF and real-world scenarios.

安装量
1
GitHub Stars
2224
最近更新
9月13日
yaklang
社区

lattice-crypto-attacks

- Lattice-based cryptanalysis playbook. Use when attacking RSA via Coppersmith small roots, recovering DSA/ECDSA nonces from bias, solving knapsack problems, or applying LLL/BKZ reduction to cryptographic constructions.

安装量
1
GitHub Stars
2224
最近更新
9月13日