qa-security

Analyze code changes for OWASP Top 10 vulnerabilities and prompt injection patterns.

1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/dev-gios/agent-teams-qa --skill qa-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-security
Source: https://github.com/dev-gios/agent-teams-qa/tree/main/skills/qa-security
Command: npx skills add https://github.com/dev-gios/agent-teams-qa --skill qa-security

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill acts as a vigilant guardian, scanning code changes for security vulnerabilities, prompt injection risks, and data exposure, ensuring the integrity and safety of the codebase.

Core Features & Use Cases

  • OWASP Top 10 Analysis: Detects vulnerabilities across all major OWASP categories.
  • Prompt Injection Detection: Identifies malicious instructions or payloads targeting AI models within code, comments, and strings.
  • Data Exposure Checks: Flags instances of sensitive data leakage, PII in logs, or insecure handling of credentials.
  • Veto Power: Can halt the review process with a "BLOCKER" finding for critical security flaws.
  • Use Case: Before merging a new feature that handles user authentication, this Skill would meticulously check for broken access control, weak authentication mechanisms, and potential injection vectors, preventing security breaches.

Quick Start

Use the qa-security skill to analyze the staged code changes for any security vulnerabilities.

Frequently Asked Questions about qa-security

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

FAQPage Schema
How do I check my code changes for OWASP Top 10 vulnerabilities?

This Skill scans code changes for OWASP Top 10 vulnerabilities by validating authentication, authorization, and data exposure. It detects prompt injection patterns and malicious instructions in comments and strings, providing comprehensive security analysis.

Can I detect prompt injection patterns in code comments and strings?

Yes, this Skill detects prompt injection patterns by scanning comments and strings for malicious instructions targeting AI models. It identifies embedded payloads and flags them during the code review process.

What is the best way to automate security reviews for sensitive data exposure?

Automating security reviews for sensitive data exposure involves scanning code for PII in logs, credential leakage, and insecure data handling. This Skill flags these instances during analysis to prevent sensitive information from being exposed.

Does this code review tool support blocking merges for critical security flaws?

Yes, this tool has veto power to halt the review process with a BLOCKER finding when it detects critical security flaws. It prevents merging of code changes that contain severe vulnerabilities or dangerous prompt injection risks.

How do I validate authentication and authorization mechanisms before merging a new feature?

To validate authentication and authorization mechanisms, this Skill analyzes code changes for broken access control and weak authentication. It detects potential injection vectors and flags them before the feature is merged.

What types of malicious patterns in strings will this vulnerability scanner flag?

This vulnerability scanner flags malicious patterns in strings that indicate prompt injection risks, data exposure, or payloads targeting AI models. It detects insecure credential handling and malicious instructions hidden in standard code text.