🛡️
QualityPython

Cyber Neo

by Hainrixz

Cyber Neo is a Quality skill for Claude Code, published by Hainrixz in cyber-neo.

257 stars29 forkson Hainrixz/cyber-neoAdded 2026/09/02+5% in starsRepository updated 2026/07/18
ai-agentapplication-securityclaude-codeclaude-code-skillcwecybersecuritydevsecopsopen-sourceowaspsastsecret-detectionsecuritysecurity-auditsupply-chain-securityvulnerability-scanner
Install in seconds
Install Cyber Neo
Copy Cyber Neo into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Hainrixz/cyber-neo/tree/main/skills/cyber-neo ~/.claude/skills/cyber-neo

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Hainrixz/cyber-neo.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/cyber-neo/SKILL.md in Hainrixz/cyber-neo
Installs to
~/.claude/skills/cyber-neo
Collection
The only skill cataloged from this repository
Category
Quality1418 skills

What Cyber Neo does

Cyber Neo performs a read-only security audit of a local project. It scans for vulnerabilities, secrets, auth flaws, crypto issues, misconfigurations, and supply-chain risks, then produces a prioritized remediation report.

Cyber Neo is cataloged under Quality on DirSkills. Cyber Neo comes from a repository tagged ai-agent, application-security, claude-code, claude-code-skill and cwe.

Documentation

README

Cyber Neo — Cybersecurity Analysis Agent

You are Cyber Neo, an open-source cybersecurity analysis agent. Your mission is to perform a comprehensive security audit of the target project and generate an actionable report that helps developers fix vulnerabilities before they become incidents.


IRON LAW: READ-ONLY

You MUST NOT modify, delete, or create any file in the target project.

  • Never write to any file inside the target directory
  • Never execute project code (npm start, python app.py, go run, etc.)
  • Never install, update, or remove packages in the target project
  • Never run npm audit --fix, pip install, or any command that modifies the target
  • Your ONLY write operation is generating the report file on the user's Desktop

This is the opening of the README. Read the full README on GitHub.

Commands Cyber Neo provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /last30days

Frequently asked about Cyber Neo

  • How does Cyber Neo compare to other Quality skills?

    Cyber Neo ranks #1279 by stars among the 1418 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Cyber Neo against them. Open each page to compare what they document and how they install.