Leaderboard/Security/claude-cybersecurity
Last commit on April 15, 2026·Created on April 11, 2026

AgriciDaniel/claude-cybersecurity

Runs eight parallel security agents across every layer of the codebase.
Combined rank
#684
across all skills
In Security
#27
category rank
Stars
223
+1.4% in last 7d
Forks
45
+2.3% in last 7d
Watchers
1
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill spawns eight specialist security agents in parallel, covering vulnerability detection, authorization, secrets, dependencies, IaC, threat intelligence, AI-generated code audit, and logic review. It helps application security engineers scale reviews across many codebases, DevSecOps teams embed scanning into CI/CD pipelines, and open source maintainers vet contributions for backdoors and supply chain risks. The agents share project context and produce a weighted score with prioritized findings.

WHO IT'S FOR
Application Security Engineers
perform comprehensive security code audits
DevSecOps Engineers
integrate automated security scanning into pipelines
Security-conscious Software Developers
self-audit code security before release
Compliance and Audit Teams
validate code compliance with regulatory frameworks
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

Manual installation (recommended)

Installs: cybersecurity skill bundle · Claude Code

Before you start
  • Claude Code
  • Git
  • Bash
  1. Run this complete command sequence in a terminal. It clones the repository, enters the cloned directory, and runs the installer.

    git clone https://github.com/AgriciDaniel/claude-cybersecurity.git
    cd claude-cybersecurity
    bash install.sh
README.md · Checked Sep 18, 2026install.sh · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Run a quick security scan

Uses cybersecurity

  • <project-path>: path to the project to review
Use the cybersecurity skill to run a quick security scan of <project-path>, focusing on entry points, authorization, secrets, and dependencies. Report the security issues you find with confidence levels and prioritized remediation; do not modify the project.
skills/cybersecurity/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026