security-audit

Audit repository code and configuration for security vulnerabilities.

18|5|Updated Nov 25, 2025
One-click install
npx skills add https://github.com/wsman/MY-DOGE-MICRO --skill security-audit-wsman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-audit
Source: https://github.com/wsman/MY-DOGE-MICRO/tree/main/.agents/skills/security-audit
Command: npx skills add https://github.com/wsman/MY-DOGE-MICRO --skill security-audit-wsman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you identify security weaknesses in a codebase before release, reducing the risk of data exposure, unauthorized access, tampering, and unsafe deployment settings.

Core Features & Use Cases

  • Repository Security Review: Audits application code and configuration for common vulnerabilities such as weak authentication, authorization gaps, secret leakage, and unsafe logging.
  • Game and Product Coverage: Supports both game-specific risks like save tampering and cheat vectors, and product risks like OWASP-style API, session, and privacy issues.
  • Release Readiness Checks: Produces prioritized findings so teams can decide what must be fixed before shipping and what can be accepted as residual risk.

Quick Start

Ask the security-audit skill to review the repository in full mode and summarize the highest-risk findings.

Frequently Asked Questions about security-audit

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

FAQPage Schema
How do I find security vulnerabilities in my codebase before release?

Auditing repository security vulnerabilities involves checking application code and configuration against common attack surfaces like weak authentication, authorization gaps, and secret leakage to identify risks before shipping.

Can I scan game projects for save tampering and cheat vectors?

Yes, you can scan game projects for save tampering and cheat vectors. Security audits support game-specific risks alongside product risks like input validation, network abuse, and unsafe release configuration.

Does this security audit cover OWASP API issues and dependency risk reviews?

Yes, security audits cover OWASP-style API issues, session privacy problems, and dependency risk reviews. It checks authentication, rate limiting, and file handling against these common attack surfaces.

What is the best way to prioritize security findings for release readiness?

The best way to prioritize security findings for release readiness is to generate a full repository audit in full mode, which produces prioritized findings so teams can decide what must be fixed and what is residual risk.

How do I check my repository for secret exposure and unsafe logging?

You check your repository for secret exposure and unsafe logging by running a security audit that reviews application code and configuration, identifying weaknesses like leaked secrets and unsafe deployment settings before release.