🛡️
QualityTypeScript

Security Auditor

by eigent-ai

Security Auditor is a Quality skill for Claude Code, published by eigent-ai in eigent.

15K stars1.8K forkson eigent-ai/eigentAdded 2026/08/14Repository updated 2026/08/13
agent-frameworkagent-skillsagentic-aiagentic-workflowclaude-coworkclaude-cowork-alternativeclaude-cowork-freedesktop-agentmulti-agent-systems
Install in seconds
Install Security Auditor
Copy Security Auditor 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/eigent-ai/eigent/tree/main/resources/example-skills/skill-security-auditor ~/.claude/skills/skill-security-auditor

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/eigent-ai/eigent.git

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

In this catalog

Source file
resources/example-skills/skill-security-auditor/SKILL.md in eigent-ai/eigent
Installs to
~/.claude/skills/skill-security-auditor
Collection
One of 6 skills cataloged from this repository
Category
Quality1354 skills

What Security Auditor does

Security Auditor scans codebases, configs, and dependencies for vulnerabilities, hardcoded secrets, authentication flaws, and insecure defaults. Use it when an agent needs to run a vulnerability scan, find secrets, check for CVEs, or generate a security report.

Security Auditor is cataloged under Quality on DirSkills. Security Auditor comes from a repository tagged agent-framework, agent-skills, agentic-ai, agentic-workflow and claude-cowork.

Documentation

README

Security Auditor Guide

Overview

This guide covers security auditing workflows for source code, dependencies, and configurations. For detailed vulnerability patterns and detection rules, see references/vulnerability-patterns.md. For secrets detection patterns, see references/secrets-patterns.md.

Quick Start

Run the bundled scan script against a project directory:

python scripts/scan_project.py /path/to/project

This performs a lightweight scan for common issues: hardcoded secrets, dangerous function calls, and insecure patterns. For deeper analysis, follow the workflows below.

Testing the scripts

python scripts/scan_project.py /path/to/some/project --format text
python scripts/scan_secrets.py /path/to/some/project --format text

Audit Workflow

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

Frequently asked about Security Auditor

  • What else does eigent-ai publish alongside Security Auditor?

    Security Auditor is one of 6 skills that DirSkills catalogs from eigent-ai/eigent, the repository it ships in. Its siblings there include DOCX, PDF Processing and PowerPoint. Each one is a separate skill with its own page in this directory, installs the same way Security Auditor does, and is maintained by eigent-ai in that same repository. The rest of the collection is listed on the eigent-ai/eigent page.

  • How does Security Auditor compare to other Quality skills?

    Security Auditor ranks #151 by stars among the 1354 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 Security Auditor against them. Open each page to compare what they document and how they install.