AgentSecOpsAgentSecOpsOfficialยท29 Agent Skills Included

SecOpsAgentKit

Security scanning, penetration testing, and incident response workflows

Runs security scans across code, containers, APIs, and infrastructure using tools like Semgrep, Trivy, Nmap, and Metasploit. Covers vulnerability detection, secret scanning, threat modeling, forensics, and compliance checks mapped to OWASP, CWE, and MITRE ATT&CK. Eliminates manual scanner configuration by packaging each security tool as a ready-to-run workflow with CI/CD templates and remediation guidance.
npx skills add AgentSecOps/SecOpsAgentKit --all -g -y
Available:

Explains the skill structure, categories, and frontmatter rules so the agent can correctly discover, trigger, and execute the right security skill for each task.

All Skills in This Repository (29)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
AgentSecOpsAgentSecOps

skill-name

Create standardized SKILL.md frontmatter units for Claude Code security workflows.

Official
Intermediate
๐Ÿ“ฆ In Repo
AgentSecOpsAgentSecOps

analysis-tshark

Analyze network traffic and protocol behavior with Tshark for security investigations.

Official
Advanced
๐Ÿ“ฆ In Repo
AgentSecOpsAgentSecOps

webapp-sqlmap

Automate SQL injection testing and exploitation with SQLMap against authorized web applications.

Official
Advanced
๐Ÿ“ฆ In Repo
AgentSecOpsAgentSecOps

webapp-nikto

Scan web servers for vulnerabilities and misconfigurations using Nikto.

Official
Intermediate
๐Ÿ“ฆ In Repo
AgentSecOpsAgentSecOps

network-netcat

Run netcat-based connectivity checks, banner grabs, and shell sessions.

Official
Advanced
๐Ÿ“ฆ In Repo
AgentSecOpsAgentSecOps

recon-nmap

Perform authorized network reconnaissance with Nmap port scanning and service enumeration.

Official
Advanced
๐Ÿ“ฆ In Repo
AgentSecOpsAgentSecOps

crack-hashcat

Crack password hashes with Hashcat across multiple algorithms and attack modes.

Official
Advanced
๐Ÿ“ฆ In Repo
AgentSecOpsAgentSecOps

pentest-metasploit

Automate authorized penetration testing workflows with the Metasploit Framework.

Official
Advanced
๐Ÿ“ฆ In Repo
AgentSecOpsAgentSecOps

detection-sigma

Create, validate, and translate Sigma rules for Splunk, Elasticsearch, and Sentinel backends.

Official
Advanced
๐Ÿ“ฆ In Repo
AgentSecOpsAgentSecOps

ir-velociraptor

Analyze endpoint telemetry and artifacts for incident response with Velociraptor VQL workflows.

Official
Advanced
๐Ÿ“ฆ In Repo
AgentSecOpsAgentSecOps

forensics-osquery

Collect endpoint forensic artifacts using SQL-based osquery queries.

Official
Advanced
๐Ÿ“ฆ In Repo
AgentSecOpsAgentSecOps

reviewdog

Aggregate security and quality tool results into pull request comments.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install SecOpsAgentKit?โ–ผ

Run `npx skills add AgentSecOps/SecOpsAgentKit --all -g -y` in your terminal to install all security skills globally.

What security tasks can SecOpsAgentKit automate?โ–ผ

It covers SAST, DAST, dependency scanning, secret detection, container and IaC scanning, penetration testing, threat modeling, and incident response forensics. Each task maps findings to OWASP, CWE, and MITRE ATT&CK frameworks.

Can I run security scans in CI/CD pipelines?โ–ผ

Yes. Most skills include ready-made GitHub Actions, GitLab CI, and Jenkins templates with severity thresholds that fail builds on critical findings.

Does SecOpsAgentKit work with Claude Code?โ–ผ

Yes. All skills follow the standard SKILL.md format and run directly in Claude Code and other compatible coding agents.

Is it safe to use offensive security skills like Metasploit?โ–ผ

The offensive skills are designed for authorized testing only and include explicit authorization checklists, scope verification steps, and audit logging guidance before any exploitation.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’