security-sentinel

Audit codebases for OWASP Top 10 vulnerabilities and hardcoded secrets.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/praburajasekaran/ruthva-clinic-os --skill security-sentinel-praburajasekaran
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-sentinel
Source: https://github.com/praburajasekaran/ruthva-clinic-os/tree/main/.gemini/skills/security-sentinel
Command: npx skills add https://github.com/praburajasekaran/ruthva-clinic-os --skill security-sentinel-praburajasekaran

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill performs thorough security audits on code, identifying vulnerabilities and ensuring compliance with OWASP standards.

Core Features & Use Cases

  • Security Audits: Identifies vulnerabilities such as input validation issues, authentication flaws, and hardcoded secrets.
  • OWASP Compliance: Checks against the OWASP Top 10 vulnerabilities.
  • Use Case: Before deploying new code, use the security-sentinel to scan for security issues and ensure compliance.

Quick Start

Run the security-sentinel to audit the codebase for potential security vulnerabilities.

Frequently Asked Questions about security-sentinel

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

FAQPage Schema
How do I perform a security audit on my codebase for OWASP compliance?

To perform a security audit for OWASP compliance, use this Skill to scan your codebase for vulnerabilities like input validation issues, authentication flaws, and hardcoded secrets. It checks against the OWASP Top 10 to ensure your application meets security standards before deployment.

What is the best way to detect hardcoded secrets and authentication flaws in my code?

The best way to detect hardcoded secrets and authentication flaws is running an automated security audit. This Skill analyzes your codebase using grep to identify these vulnerabilities and checks for OWASP Top 10 compliance, highlighting areas requiring manual review for accuracy.

Can I use this security audit tool with a Rails application?

Yes, you can use this security audit tool with a Rails application. The Skill includes Rails-specific checks to accurately identify vulnerabilities and hardcoded secrets, ensuring your Rails codebase complies with OWASP standards during the review process.

Does automated vulnerability detection replace the need for manual code review?

Automated vulnerability detection does not replace manual code review. This Skill identifies potential security issues like input validation flaws and hardcoded secrets using grep, but it explicitly requires manual review afterwards to verify findings and ensure accurate OWASP compliance.