cyber-security

Audit codebases for security vulnerabilities, code quality issues, and technical debt.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/BFLabsAI/algoritmo-milionario --skill cyber-security-bflabsai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cyber-security
Source: https://github.com/BFLabsAI/algoritmo-milionario/tree/main/skills/cyber-security
Command: npx skills add https://github.com/BFLabsAI/algoritmo-milionario --skill cyber-security-bflabsai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill helps development teams identify and remediate security vulnerabilities, code quality gaps, and technical debt across codebases to improve security, reliability, and maintainability.

Core Features & Use Cases

  • Security Audit: identify injection flaws, authentication/authorization weaknesses, secrets exposure, and insecure configurations across applications.
  • Code Review: assess security, performance, correctness, N+1 queries, and error handling to raise actionable findings.
  • Technical Debt & Test Strategy: identify and prioritize debt, define concrete test strategies, and improve overall test coverage.
  • Debugging & Web App Testing: structured debugging workflows and web app testing patterns using Playwright, with pytest coverage to validate fixes.

Quick Start

Run a security audit on your project and summarize findings in a structured report.

Frequently Asked Questions about cyber-security

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

FAQPage Schema
How do I audit my codebase for security vulnerabilities and technical debt?

To audit codebases for security vulnerabilities and technical debt, apply structured security audits and code reviews to identify injection flaws, authentication weaknesses, and debt hotspots, categorizing results by vulnerability type to drive targeted remediation.

How does a code review identify N+1 queries and performance issues?

A code review identifies N+1 queries and performance issues by assessing code correctness, security, and error handling, raising actionable findings that categorize performance bottlenecks alongside vulnerability types for structured remediation.

Can I use Playwright and pytest for web app testing and debugging?

Yes, you can use Playwright and pytest for web app testing and debugging. Apply structured debugging workflows and web app testing patterns with Playwright, using pytest coverage to validate applied fixes and performance improvements.

What is the best way to define a test strategy for fixing security flaws?

The best way to define a test strategy for fixing security flaws is to identify and prioritize technical debt, define concrete test strategies using pytest coverage, and enforce structured findings to validate remediation across web apps and APIs.

Does this security audit approach work for both web apps and APIs?

Yes, this security audit approach works for both web apps and APIs. It identifies injection flaws, authentication and authorization weaknesses, secrets exposure, and insecure configurations across applications to improve security and reliability.