You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**[api-mitmproxy](skills/appsec/api-mitmproxy/SKILL.md)** - Interactive HTTPS proxy for API security testing with traffic interception and modification | [Tool](https://mitmproxy.org/)
29
-
-**[dast-ffuf](skills/appsec/dast-ffuf/SKILL.md)** - Fast web fuzzer for directory enumeration and parameter fuzzing | [Tool](https://github.com/ffuf/ffuf)
24
+
-**[api-mitmproxy](skills/appsec/api-mitmproxy/SKILL.md)** - Interactive HTTPS proxy for API security testing with [mitmproxy](https://mitmproxy.org/) traffic interception and modification
25
+
-**[dast-ffuf](skills/appsec/dast-ffuf/SKILL.md)** - Fast web fuzzer using [ffuf](https://github.com/ffuf/ffuf) for directory enumeration and parameter fuzzing
26
+
-**[dast-nuclei](skills/appsec/dast-nuclei/SKILL.md)** - Fast, template-based vulnerability scanning using ProjectDiscovery's [Nuclei](https://docs.projectdiscovery.io/tools/nuclei/overview)
-**[sast-bandit](skills/appsec/sast-bandit/SKILL.md)** - Python security vulnerability detection using [Bandit](https://github.com/PyCQA/bandit) SAST with CWE and OWASP mappings
29
+
-**[sast-semgrep](skills/appsec/sast-semgrep/SKILL.md)** - Static application security testing using [Semgrep](https://semgrep.dev/docs/) for vulnerability detection
30
+
-**[sca-blackduck](skills/appsec/sca-blackduck/SKILL.md)** - Software Composition Analysis using Synopsys [Black Duck](https://sig-product-docs.synopsys.com/bundle/bd-hub/page/Welcome.html) for dependency vulnerabilities and license compliance
30
31
31
32
### DevSecOps (devsecops/)
32
33
33
-
-**[secrets-gitleaks](skills/devsecops/secrets-gitleaks/SKILL.md)** - Hardcoded secret detection and prevention in git repositories using Gitleaks | [Tool](https://github.com/gitleaks/gitleaks)
34
-
-**[iac-checkov](skills/devsecops/iac-checkov/SKILL.md)** - Infrastructure as Code security scanning using Checkov with 750+ built-in policies | [Tool](https://www.checkov.io/)
35
-
-**[container-hadolint](skills/devsecops/container-hadolint/SKILL.md)** - Dockerfile security linting and best practice validation using Hadolint | [Tool](https://github.com/hadolint/hadolint)
34
+
-**[secrets-gitleaks](skills/devsecops/secrets-gitleaks/SKILL.md)** - Hardcoded secret detection and prevention in git repositories using [Gitleaks](https://github.com/gitleaks/gitleaks)
35
+
-**[iac-checkov](skills/devsecops/iac-checkov/SKILL.md)** - Infrastructure as Code security scanning using [Checkov](https://www.checkov.io/) with 750+ built-in policies
36
+
-**[container-hadolint](skills/devsecops/container-hadolint/SKILL.md)** - Dockerfile security linting and best practice validation using [Hadolint](https://github.com/hadolint/hadolint)
36
37
37
38
### Secure SDLC (secsdlc/)
38
39
39
-
-**[reviewdog](skills/secsdlc/reviewdog/SKILL.md)** - Automated code review and security linting integration for CI/CD pipelines | [Tool](https://github.com/reviewdog/reviewdog)
-**[sbom-syft](skills/secsdlc/sbom-syft/SKILL.md)** - Software Bill of Materials (SBOM) generation using Syft for container images and filesystems | [Tool](https://github.com/anchore/syft)
40
+
-**[reviewdog](skills/secsdlc/reviewdog/SKILL.md)** - Automated code review and security linting integration for CI/CD pipelines using [reviewdog](https://github.com/reviewdog/reviewdog)
-**[sbom-syft](skills/secsdlc/sbom-syft/SKILL.md)** - Software Bill of Materials (SBOM) generation using [Syft](https://github.com/anchore/syft) for container images and filesystems
42
43
43
44
### Compliance (compliance/)
44
45
45
-
-**[policy-opa](skills/compliance/policy-opa/SKILL.md)** - Policy-as-code enforcement and compliance validation using Open Policy Agent (OPA) | [Tool](https://www.openpolicyagent.org/docs/latest/)
46
+
-**[policy-opa](skills/compliance/policy-opa/SKILL.md)** - Policy-as-code enforcement and compliance validation using [Open Policy Agent](https://www.openpolicyagent.org/docs/latest/) (OPA)
46
47
47
48
### Incident Response (incident-response/)
48
49
49
-
-**[detection-sigma](skills/incident-response/detection-sigma/SKILL.md)** - Generic detection rule creation and management using Sigma (universal SIEM rule format) | [Tool](https://github.com/SigmaHQ/sigma)
50
+
-**[detection-sigma](skills/incident-response/detection-sigma/SKILL.md)** - Generic detection rule creation and management using [Sigma](https://github.com/SigmaHQ/sigma) (universal SIEM rule format)
50
51
51
52
### Offensive Security (offsec/)
52
53
53
-
-**[pentest-metasploit](skills/offsec/pentest-metasploit/SKILL.md)** - Penetration testing framework for exploit development and vulnerability validation | [Tool](https://docs.metasploit.com/)
54
-
-**[recon-nmap](skills/offsec/recon-nmap/SKILL.md)** - Network reconnaissance and security auditing using Nmap for port scanning and service detection | [Tool](https://nmap.org/book/)
55
-
-**[network-netcat](skills/offsec/network-netcat/SKILL.md)** - Network utility for reading/writing data across TCP/UDP connections and port scanning | [Tool](https://nmap.org/ncat/guide/index.html)
56
-
-**[analysis-tshark](skills/offsec/analysis-tshark/SKILL.md)** - Network protocol analyzer and packet capture tool for traffic analysis | [Tool](https://www.wireshark.org/docs/man-pages/tshark.html)
57
-
-**[webapp-sqlmap](skills/offsec/webapp-sqlmap/SKILL.md)** - Automated SQL injection detection and exploitation tool for web application security testing | [Tool](https://sqlmap.org/)
58
-
-**[webapp-nikto](skills/offsec/webapp-nikto/SKILL.md)** - Web server vulnerability scanner for identifying security issues and misconfigurations | [Tool](https://cirt.net/Nikto2)
-**[pentest-metasploit](skills/offsec/pentest-metasploit/SKILL.md)** - Penetration testing framework using [Metasploit](https://docs.metasploit.com/) for exploit development and vulnerability validation
55
+
-**[recon-nmap](skills/offsec/recon-nmap/SKILL.md)** - Network reconnaissance and security auditing using [Nmap](https://nmap.org/book/) for port scanning and service detection
56
+
-**[network-netcat](skills/offsec/network-netcat/SKILL.md)** - Network utility using [Netcat](https://nmap.org/ncat/guide/index.html)for reading/writing data across TCP/UDP connections and port scanning
57
+
-**[analysis-tshark](skills/offsec/analysis-tshark/SKILL.md)** - Network protocol analyzer and packet capture tool using [tshark](https://www.wireshark.org/docs/man-pages/tshark.html) for traffic analysis
58
+
-**[webapp-sqlmap](skills/offsec/webapp-sqlmap/SKILL.md)** - Automated SQL injection detection and exploitation using [SQLMap](https://sqlmap.org/) for web application security testing
59
+
-**[webapp-nikto](skills/offsec/webapp-nikto/SKILL.md)** - Web server vulnerability scanner using [Nikto](https://cirt.net/Nikto2) for identifying security issues and misconfigurations
60
+
-**[crack-hashcat](skills/offsec/crack-hashcat/SKILL.md)** - Advanced password recovery and hash cracking using [Hashcat](https://hashcat.net/wiki/) supporting multiple algorithms
0 commit comments