repo-review-security

Identify security and abuse-path findings in a repository slice.

4|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/danielbaustin/agent-design-language --skill repo-review-security
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: repo-review-security
Source: https://github.com/danielbaustin/agent-design-language/tree/main/adl/tools/skills/repo-review-security
Command: npx skills add https://github.com/danielbaustin/agent-design-language --skill repo-review-security

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Review slices of repositories to identify security and abuse-path risks without performing remediation, enabling bounded, expert assessments.

Core Features & Use Cases

  • Performs trust-boundary, secret handling, injection, privilege/permission, unsafe IO, deserialization, supply-chain, and abuse-path reviews.
  • Emits findings first with severity, affected surface, and abuse scenarios, suitable for integration into a larger security review workflow.
  • Use when a bounded AppSec role is required to scope investigations and generate review artifacts for governance and audit.

Quick Start

Provide a bounded repository slice and ask the specialist to emit a findings artifact without implementing remediation.

Frequently Asked Questions about repo-review-security

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

FAQPage Schema
How do I perform a bounded security review on a repository slice?▼

A bounded security review scopes the audit to trust boundaries, secret handling, injection risks, privilege failures, unsafe IO, deserialization, and supply-chain exposure. You provide a repository slice, and the reviewer generates a structured findings artifact without implementing remediation.

What is an abuse-path review for code security?▼

An abuse-path review identifies how a system might be maliciously exploited rather than just checking for functional bugs. It generates findings with severity, affected surface, and abuse scenarios, enabling targeted risk assessment within a larger security workflow.

Can I automate secret handling and injection risk checks for my codebase?▼

Yes, you can automate checks for secret handling and injection risks by scoping a security review to those specific trust boundaries. The reviewer outputs a structured artifact containing validation status and residual risk for governance and audit purposes.

Does this security review tool fix the vulnerabilities it finds?▼

No, this security review tool does not implement remediation. It performs a bounded assessment to identify findings, including privilege and permission failures, and emits a structured review artifact containing the affected surface and residual risk for downstream handling.

What is the best way to assess supply-chain exposure in a repository?▼

The best way to assess supply-chain exposure is to run a bounded security review scoped to supply-chain risks. This generates a structured artifact detailing the affected surface, validation status, and residual risk without applying any code remediation.

When do I need a trust-boundary analysis for my repository?▼

You need a trust-boundary analysis when scoping a security investigation to determine where data crosses privilege levels. It outputs a structured review artifact with findings and abuse scenarios, suitable for integration into governance and audit workflows.