nemoclaw-maintainer-security-code-review

Analyze GitHub pull request diffs against a nine-category security checklist.

Updated May 23, 2026
One-click install
npx skills add https://github.com/yo-steven/skills-exploration-20260522 --skill nemoclaw-maintainer-security-code-review-yo-steven
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nemoclaw-maintainer-security-code-review
Source: https://github.com/yo-steven/skills-exploration-20260522/tree/main/skills/NemoClaw/nemoclaw-maintainer-security-code-review
Command: npx skills add https://github.com/yo-steven/skills-exploration-20260522 --skill nemoclaw-maintainer-security-code-review-yo-steven

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you quickly and consistently assess whether a GitHub pull request or issue change introduces security vulnerabilities, insecure configuration, or sensitive-data exposure before you merge or act.

Core Features & Use Cases

  • PR/Issue Security Triage: Review a specific PR or issue by checking out the branch and analyzing the diff.
  • 9-Category Security Checklist: Produce PASS/WARNING/FAIL verdicts across secrets, input validation, auth, dependencies, error handling, crypto, headers, security testing, and holistic posture.
  • Structured, Auditable Output: Generate a findings table and per-category detailed analysis listing every file reviewed.

Quick Start

Run a security review against a pull request URL like https://github.com/OWNER/REPO/pull/NUMBER and request a structured verdict report using the nine-category checklist.

Frequently Asked Questions about nemoclaw-maintainer-security-code-review

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

FAQPage Schema
How do I check a GitHub pull request for security vulnerabilities before merging?

To check a GitHub pull request for security vulnerabilities, you need to assess the changed files and diffs against a security checklist. This process evaluates risks like secret leakage, injection flaws, auth bypasses, and unsafe configurations to prevent insecure changes from reaching production.

What categories should a code review security checklist cover?

A comprehensive security review checklist should cover secrets, input validation, authentication, dependencies, error handling, cryptography, headers, security testing, and holistic posture. Reviewing these nine categories ensures you catch insecure configuration and sensitive data exposure in pull requests.

How do I triage a GitHub PR diff for insecure changes and secret leakage?

To triage a GitHub PR diff for insecure changes, check out the target branch, enumerate the changed files, and read each diff. Analyzing these changes against a fixed security checklist produces PASS, WARNING, or FAIL verdicts to identify secret leakage and injection flaws.

Can I generate structured security audit findings for a specific GitHub issue?

Yes, you can generate structured security audit findings for a GitHub issue by analyzing the associated code changes. This produces an auditable output table with per-category detailed analysis and a full list of every file reviewed to track security posture.

What is the best way to automate AppSec triage for pull requests?

The best way to automate AppSec triage for pull requests is applying a fixed nine-category security checklist to analyze diffs and changed files. This structured approach yields consistent PASS/WARNING/FAIL verdicts, preventing unsafe configurations from reaching production.

Does PR security review work without checking out the target branch?

No, effective PR security review requires checking out the target branch to enumerate changed files and read the actual diffs. Without accessing the branch directly, you cannot accurately assess the code changes for injection flaws or unsafe configurations.