security-audit

Assess codebases, dependencies, and infrastructure for security vulnerabilities.

4|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/MatrixFounder/Agentic-development --skill security-audit-matrixfounder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-audit
Source: https://github.com/MatrixFounder/Agentic-development/tree/main/.agent/skills/security-audit
Command: npx skills add https://github.com/MatrixFounder/Agentic-development --skill security-audit-matrixfounder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill proactively identifies and helps remediate security vulnerabilities across your codebase, dependencies, configurations, and infrastructure, preventing breaches and ensuring compliance.

Core Features & Use Cases

  • Automated Scanning: Detects secrets, code injection flaws, dependency vulnerabilities, IaC misconfigurations, and more using a suite of integrated tools.
  • Adversarial Review: Provides checklists and guidance to "think like a hacker" for manual verification of critical areas like smart contracts and APIs.
  • Use Case: Before deploying a new web service, run this Skill to catch hardcoded API keys, vulnerable dependencies, and insecure Docker configurations, significantly reducing your attack surface.

Quick Start

Run the security audit script against the current project directory.

Frequently Asked Questions about security-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find hardcoded secrets and code injection vulnerabilities in my project?

This Skill performs automated scanning to detect secrets exposure, code injection flaws, dependency vulnerabilities, and IaC misconfigurations across your codebase and infrastructure configurations, preventing breaches.

What is the best way to check my codebase for OWASP Top 10 and API Security compliance?

The best way to check for OWASP Top 10 and API Security compliance is using this Skill, which assesses your codebase against these standards and identifies risks like insecure patterns and injection flaws.

Can I scan infrastructure as code configurations for security misconfigurations before deployment?

Yes, you can scan infrastructure as code configurations for security misconfigurations before deployment. This Skill detects IaC misconfigurations and insecure Docker configurations to reduce your attack surface.

How does an adversarial security review work for smart contracts and APIs?

An adversarial security review works by providing checklists and guidance to think like a hacker, enabling manual verification of critical areas like smart contracts and APIs to catch logic flaws automated scanning might miss.

Does this security audit support dependency vulnerability scanning for web services?

Yes, this security audit supports dependency vulnerability scanning for web services. It identifies vulnerable dependencies alongside code risks and IaC misconfigurations to ensure comprehensive coverage.