reviewing-agent-skills

Audit agent skills for security, compliance, and prompt injection risks.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/Alanlee0323/my-agent-skills --skill reviewing-agent-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewing-agent-skills
Source: https://github.com/Alanlee0323/my-agent-skills/tree/main/gemini-skill-reviewer
Command: npx skills add https://github.com/Alanlee0323/my-agent-skills --skill reviewing-agent-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Acts as a QA Auditor and Red Team for new Agent Skills. Verifies structure, safety guardrails, and compliance with global-rules.

Core Features & Use Cases

  • Static analysis of skill structure (frontmatter, folders)
  • Security & safety auditing (protocol integrity, environment guards)
  • Risk scoring and remediation guidance for new skills

Quick Start

Run a fresh skill draft through the Gauntlet standards and generate a SKILL_AUDIT.md report.

Frequently Asked Questions about reviewing-agent-skills

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

FAQPage Schema
How do I perform a security audit on new agent skills to check for prompt injection?

A security audit for agent skills validates YAML frontmatter, verifies folder structures, applies language guards, and tests defense against prompt injection to produce a compliance report.

What is static analysis for skill structure and when do I need it?

Static analysis for skill structure validates YAML frontmatter and folder hierarchy. You need it during skill creation, post-mortem analysis, and pre-commit checks to ensure safety compliance.

Can I use a QA auditor to generate risk scores for agent skills?

Yes, a QA auditor evaluates protocol integrity and environment guards to generate risk scores, providing remediation guidance for identified safety and compliance gaps.

Does the skill auditing process check YAML frontmatter validity and folder structure?

Yes, the skill auditing process explicitly checks YAML frontmatter validity and folder structure through static analysis to ensure new agent skills meet structural compliance standards before deployment.

How do I generate a SKILL_AUDIT.md report for a new skill draft?

To generate a SKILL_AUDIT.md report, run a fresh skill draft through Gauntlet standards to verify structure, safety guardrails, and compliance, outputting the audit document.

What are the limitations of automated red-team testing for agent skills?

Automated red-team testing for agent skills focuses on static analysis, protocol integrity, and environment guards, meaning it may not detect dynamic runtime vulnerabilities outside predefined compliance checks.