aif-security-checklist

Audit project security posture using an OWASP-based checklist.

83|5|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ArtemYurov/TomoBar --skill aif-security-checklist-artemyurov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-security-checklist
Source: https://github.com/ArtemYurov/TomoBar/tree/main/.claude/skills/aif-security-checklist
Command: npx skills add https://github.com/ArtemYurov/TomoBar --skill aif-security-checklist-artemyurov

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Provides a structured, repeatable security audit framework grounded in OWASP Top 10 to help teams discover authentication flaws, input validation gaps, secrets exposure, and insecure configurations before deployment.

Core Features & Use Cases

  • Automated guidelines for authentication, injection, XSS, CSRF, secrets management, API security, and infrastructure security.
  • Reference material & patterns: Includes patterns and best practices in the references folder to accelerate remediation and compliance.
  • Use Case: A security engineer runs the audit across a codebase to surface critical findings and generate a remediation backlog.

Quick Start

Run the automated security audit to scan code, dependencies, and configurations for critical vulnerabilities.

Frequently Asked Questions about aif-security-checklist

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

FAQPage Schema
How do I run an OWASP security audit on my codebase?

To run an OWASP security audit, execute the included automated script to scan your codebase, dependencies, and configurations for critical vulnerabilities like authentication flaws and secrets exposure.

What does an OWASP-aligned security checklist cover?

An OWASP-aligned security checklist covers authentication, input validation, secrets management, API security, and infrastructure controls to identify weaknesses across multiple languages and deployment environments.

Can I use this security audit checklist for multiple programming languages?

Yes, you can apply this security audit checklist across multiple languages and environments to verify infrastructure controls, codebase security posture, and deployment configurations.

How do I check my project for secrets exposure and input validation gaps?

Check for secrets exposure and input validation gaps by applying the automated security guidelines to scan your project, which surfaces critical findings and generates a remediation backlog.

What's the best way to automate vulnerability scanning for deployment compliance?

Automate vulnerability scanning for compliance by running the executable audit script against your codebase and deployments to verify security controls and identify insecure configurations before release.

Does this security audit include reference patterns for fixing found vulnerabilities?

Yes, the security audit includes reference material and patterns in the references folder to accelerate remediation and compliance efforts for discovered authentication, injection, and XSS vulnerabilities.