sentinel

Evaluate code for OWASP Top 10 and supply-chain security risks.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/benediktms/overmind --skill sentinel-benediktms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentinel
Source: https://github.com/benediktms/overmind/tree/main/cli/claudecode-plugin/skills/sentinel
Command: npx skills add https://github.com/benediktms/overmind --skill sentinel-benediktms

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps security teams identify OWASP Top 10 risks, auth/authz gaps, secrets exposure, injection vectors, unsafe deserialization, and supply-chain risks early in the development lifecycle.

Core Features & Use Cases

  • Threat-focused code evaluation across new and existing codebases, with a focus on security risk identification and remediation guidance.
  • Automated risk triage that ranks findings by severity, exploitability, and blast radius to prioritize fixes.
  • Post-deploy threat review support for threat-focused post-delivery assessments before merging security-sensitive changes.

Quick Start

Run a security review on the target codebase using sentinel to generate a prioritized findings report.

Frequently Asked Questions about sentinel

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

FAQPage Schema
How do I audit code for OWASP Top 10 risks before merging?

A pre-merge code audit evaluates new endpoints and data flows for OWASP Top 10 risks, injection vectors, and auth gaps. It generates a prioritized findings report ranked by severity, exploitability, and blast radius.

What does automated security risk triage include for new endpoints?

Automated security risk triage evaluates new endpoints for auth checks, secrets handling, and injection vectors. It ranks findings by severity, exploitability, and blast radius to prioritize security fixes.

How do I check my codebase for supply-chain risks and secrets exposure?

Checking your codebase for supply-chain risks and secrets exposure involves evaluating dependencies and integration points. This threat-focused review identifies unsafe patterns early in the development lifecycle and suggests secure code alternatives.

Can I run a post-delivery threat review on existing codebases?

Yes, you can run a post-delivery threat review on existing codebases to identify authorization gaps and injection vectors. This assesses security-sensitive changes across projects and provides remediation guidance before merging.

What is the best way to prioritize security vulnerabilities during a code audit?

The best way to prioritize security vulnerabilities during a code audit is by ranking findings using severity, exploitability, and blast radius. This automated risk triage approach ensures critical threats are addressed before merging.