security-reviewer

Review code, IaC, dependencies, and deployment pipelines for security vulnerabilities.

4|Updated Mar 16, 2018
One-click install
npx skills add https://github.com/InNoobWeTrust/dotfiles --skill security-reviewer-innoobwetrust
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-reviewer
Source: https://github.com/InNoobWeTrust/dotfiles/tree/main/.agents/skills/security-reviewer
Command: npx skills add https://github.com/InNoobWeTrust/dotfiles --skill security-reviewer-innoobwetrust

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Security Reviewer applies an adversarial first-principles lens to code, configurations, and infrastructure to uncover vulnerabilities, misconfigurations, and insecure defaults before deployment.

Core Features & Use Cases

  • Adversarial mindset: apply security-focused challenges to design, architectures, and changes in real time.
  • Coverage across artifacts: review code, IaC configurations, dependencies, and deployment workflows using security attack vectors (secrets exposure, authentication/authorization flaws, input validation, cryptography, SSRF/CSRF, supply-chain risks, and failure modes).
  • Modes of operation: explicit review on demand, self-challenge during production work, and proactive flagging in conversation to enforce secure by default practices.

Quick Start

Prompt me to apply the adversarial protocol to a target artifact to begin a security review.

Frequently Asked Questions about security-reviewer

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

FAQPage Schema
How do I audit infrastructure configurations for hardcoded secrets and misconfigurations?

To audit infrastructure configurations for hardcoded secrets and misconfigurations, apply an adversarial first-principles lens to challenge security decisions across code, IaC, and deployment pipelines. This process detects weak auth, insecure defaults, and supply-chain risks.

What is adversarial threat modeling for code reviews?

Adversarial threat modeling for code reviews is the practice of applying security-focused challenges to design and architecture changes in real time. It uses attack vectors like SSRF, CSRF, and input validation flaws to proactively flag insecure defaults during production work.

Does this security review approach work with IaC and deployment pipelines?

Yes, this security review approach works with IaC and deployment pipelines by applying adversarial protocols to detect misconfigurations and hardcoded secrets. It explicitly reviews infrastructure configurations, dependencies, and deployment workflows to enforce secure by default practices.

How do I identify weak authentication and insecure defaults in my codebase?

To identify weak authentication and insecure defaults in your codebase, prompt an adversarial security review on the target artifact. The review challenges every security decision using attack vectors like authentication flaws and cryptography failures to provide remediation guidance.

What are the limitations of using an adversarial protocol for security audits?

The limitation of using an adversarial protocol for security audits is that it operates within explicit review modes, requiring a target artifact to challenge security decisions. It relies on citing the adversarial-protocol reference to justify conclusions rather than providing automated runtime protection.

Can I use this to scan dependencies for supply-chain risks?

Yes, you can use this to scan dependencies for supply-chain risks by applying adversarial security attack vectors across dependency management and deployment workflows. The review identifies vulnerable components and insecure defaults to enforce secure practices across your supply chain.