security-review

Detect secrets, injection, auth, and dependency risks in code changes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/igot-ai/os-twin --skill security-review-igot-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/igot-ai/os-twin/tree/main/.agents/skills/roles/qa/security-review
Command: npx skills add https://github.com/igot-ai/os-twin --skill security-review-igot-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables QA teams to perform focused security reviews of code changes, helping identify secrets, injection vectors, auth issues, and dependency vulnerabilities early in the software lifecycle.

Core Features & Use Cases

  • Secrets and credential review to detect hardcoded keys and tokens.
  • Injection and input handling checks to prevent SQLi, XSS, and command injections.
  • Dependency vulnerability awareness to flag outdated or vulnerable libraries.
  • Produce a security findings section in qa-report.md to document results and remediation steps.

Quick Start

Review the latest code changes for potential secrets and insecure patterns and record findings in qa-report.md.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I check code changes for hardcoded secrets and credential leaks?

To check code changes for hardcoded secrets and credential leaks, review pull requests and feature branches to detect hardcoded keys and tokens, preventing unauthorized access and data breaches early in the software lifecycle.

How do I identify injection and authentication vulnerabilities during a QA code review?

To identify injection and authentication vulnerabilities during a QA code review, analyze code changes for insecure input handling patterns to prevent SQLi, XSS, and command injections, ensuring proper auth checks are enforced.

How do I document security findings and remediation steps in a QA report?

To document security findings and remediation steps in a QA report, generate a dedicated security section within qa-report.md that records detected vulnerabilities, insecure configurations, and guided fixes from the code review.

What is a focused security review for pull requests?

A focused security review for pull requests is a targeted QA process that examines repository changes to detect secrets, injection vectors, auth issues, and dependency risks, preventing leaks and breaches before merging code.