security

Audit authentication, authorization, secrets hygiene, and risk classification in code changes.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/ResearchMonkey/Foundation_template --skill security-researchmonkey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security
Source: https://github.com/ResearchMonkey/Foundation_template/tree/main/.agent/skills/security
Command: npx skills add https://github.com/ResearchMonkey/Foundation_template --skill security-researchmonkey

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps ensure authentication, authorization, and secrets hygiene are properly reviewed in code changes, reducing security risk and preventing credential leaks.

Core Features & Use Cases

  • Auth and access control checks on new or modified code paths
  • Secrets detection and risk classification of changes
  • Security review checklist and escalation guidance for critical findings

Quick Start

Review the latest pull request for authentication and secrets handling.

Frequently Asked Questions about security

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

FAQPage Schema
How do I check for hardcoded secrets in code changes?

To check for hardcoded secrets, you can audit code changes to enforce verification checks that ensure no credentials are committed. This process detects secrets hygiene issues and prevents credential leaks in new or modified paths.

What is security risk classification for a pull request?

Security risk classification for a pull request is a formal evaluation of authentication flows, access control, and token handling changes. It assigns a risk level to each change to guide escalation guidance for critical findings.

How do I review authentication and authorization flows in modified code?

You can review authentication and authorization flows by applying security checks to modified code paths. This enforces proper session handling and verifies access control mechanisms in web applications and services.

Does this security review work for web applications and services?

Yes, this security review works for web applications and services. It applies to security-sensitive changes across authentication flows, token handling, and secrets management within these environments.

When do I need a formal security review for my code changes?

You need a formal security review when implementing security-sensitive changes across authentication flows, access control, or secrets management. It enforces a security checklist and provides escalation guidance for critical findings.