Skip to content

Commit b40300d

Browse files
committed
add various appsec offsec secdlc skills
1 parent fd5a129 commit b40300d

56 files changed

Lines changed: 18165 additions & 3 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude-plugin/marketplace.json

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
"./appsec/sast-semgrep",
1919
"./appsec/sast-bandit",
2020
"./appsec/dast-zap",
21-
"./appsec/dast-nuclei"
21+
"./appsec/dast-nuclei",
22+
"./appsec/api-mitmproxy",
23+
"./appsec/dast-ffuf"
2224
]
2325
},
2426
{
@@ -38,7 +40,9 @@
3840
"source": "./",
3941
"strict": false,
4042
"skills": [
41-
"./secsdlc/reviewdog"
43+
"./secsdlc/reviewdog",
44+
"./secsdlc/sast-horusec",
45+
"./secsdlc/sbom-syft"
4246
]
4347
},
4448
{
@@ -58,6 +62,21 @@
5862
"skills": [
5963
"./incident-response/detection-sigma"
6064
]
65+
},
66+
{
67+
"name": "offsec-skills",
68+
"description": "Offensive security skills for penetration testing, network reconnaissance, exploitation, and security assessments",
69+
"source": "./",
70+
"strict": false,
71+
"skills": [
72+
"./offsec/pentest-metasploit",
73+
"./offsec/recon-nmap",
74+
"./offsec/network-netcat",
75+
"./offsec/analysis-tshark",
76+
"./offsec/webapp-sqlmap",
77+
"./offsec/webapp-nikto",
78+
"./offsec/crack-hashcat"
79+
]
6180
}
6281
]
6382
}

0 commit comments

Comments
 (0)