security-audit — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited security-audit (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Security audit patterns (OWASP Top 10, CWE Top 25 2025, CVSS v4.0) and GitHub project security checks for any project. Deep automated PHP/TYPO3 code scanning with 80+ checkpoints, 19 reference guides, and PreToolUse warnings.
This is an Agent Skill following the open standard originally developed by Anthropic and released for cross-platform use.
Supported Platforms:
Skills are portable packages of procedural knowledge that work across any AI agent supporting the Agent Skills specification.
Add the Netresearch marketplace once, then browse and install skills:
# Claude Code
/plugin marketplace add netresearch/claude-code-marketplaceInstall with any Agent Skills-compatible agent:
npx skills add https://github.com/netresearch/security-audit-skill --skill security-auditDownload the latest release and extract to your agent's skills directory.
git clone https://github.com/netresearch/security-audit-skill.gitcomposer require netresearch/security-audit-skillRequires netresearch/composer-agent-skill-plugin.
npm install --save-dev \
@netresearch/agent-skill-coordinator \
github:netresearch/security-audit-skillRequires @netresearch/agent-skill-coordinator, which discovers the skill in node_modules and registers it in AGENTS.md via a postinstall hook. For pnpm, also allowlist the coordinator's postinstall:
{
"pnpm": {
"onlyBuiltDependencies": ["@netresearch/agent-skill-coordinator"]
}
}This skill is automatically triggered when:
Example queries:
security-audit-skill/
├── SKILL.md # Skill metadata and core patterns
├── SECURITY.md # Security policy
├── hooks/
│ └── hooks.json # PreToolUse hook configuration
├── scripts/
│ └── check_risky_command.py # Risky command detection hook
├── skills/security-audit/
│ ├── SKILL.md # Skill definition
│ ├── checkpoints.yaml # 80+ automated security checkpoints
│ ├── scripts/
│ │ ├── security-audit.sh # PHP project security audit
│ │ └── github-security-audit.sh # GitHub repo security audit
│ └── references/
│ ├── cwe-top25.md # CWE Top 25 (2025) coverage map
│ ├── owasp-top10.md # OWASP Top 10 patterns
│ ├── xxe-prevention.md # XXE detection and prevention
│ ├── cvss-scoring.md # CVSS v3.1 & v4.0 scoring
│ ├── api-key-encryption.md # API key encryption (sodium)
│ ├── deserialization-prevention.md # Insecure deserialization
│ ├── path-traversal-prevention.md # Path traversal prevention
│ ├── file-upload-security.md # File upload security
│ ├── authentication-patterns.md # Auth, session, JWT, MFA
│ ├── security-headers.md # HTTP security headers
│ ├── security-logging.md # Security logging & monitoring
│ ├── input-validation.md # Input validation & encoding
│ ├── cryptography-guide.md # Cryptographic best practices
│ ├── framework-security.md # TYPO3/Symfony/Laravel security
│ ├── modern-attacks.md # SSRF, mass assignment, race conditions
│ ├── cve-patterns.md # CVE-derived patterns (15 vulnerability types)
│ ├── php-security-features.md # PHP 8.x security features
│ ├── ci-security-pipeline.md # CI/CD security tooling
│ └── supply-chain-security.md # SLSA, signing, OpenSSF
└── .github/
├── dependabot.yml # Automated dependency updates
└── workflows/
├── release.yml # Release automation
└── ci.yml # ShellCheck, Python lint, testsThis project uses split licensing:
See the individual license files for full terms.
Developed and maintained by Netresearch DTT GmbH.
Made with love for Open Source by [Netresearch](https://www.netresearch.de/)
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.