security-auditor

Automate security audits with static and dynamic analysis tools.

Updated May 9, 2026
One-click install
npx skills add https://github.com/LeandroBenjaminL/lend-ai --skill security-auditor-leandrobenjaminl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-auditor
Source: https://github.com/LeandroBenjaminL/lend-ai/tree/main/skills/security-auditor
Command: npx skills add https://github.com/LeandroBenjaminL/lend-ai --skill security-auditor-leandrobenjaminl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bandit, semgrep, trivy, gitleaks, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates security audits and hardening checks, helping to ensure the safety of your applications and infrastructure.

Core Features & Use Cases

  • Automated Security Audits: Performs SAST, DAST, dependency scanning, secret detection, and container hardening.
  • Pre-Deployment Checks: Triggers audits before deployment, when integrating new dependencies, or detecting insecure code practices.
  • Use Case: Before deploying a new version of your application, the Skill can automatically scan for vulnerabilities, dependencies issues, and secrets, ensuring that the deployment is secure.

Quick Start

Run the security-auditor skill to perform a full security audit of the application.

Frequently Asked Questions about security-auditor

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

FAQPage Schema
How do I automate security audits and pre-deployment vulnerability scanning?

Automate security audits by running static and dynamic analysis, dependency checking, and container hardening checks. This process scans for vulnerabilities, dependency issues, and leaked secrets to ensure your application deployment is secure.

Does pre-deployment security auditing work with bandit and semgrep?

Pre-deployment security auditing works directly with bandit and semgrep, alongside trivy and gitleaks. These tools perform SAST, DAST, dependency scanning, and secret detection to identify insecure code practices before release.

What is the best way to check dependencies and harden containers before deployment?

The best way to check dependencies and harden containers is to trigger automated vulnerability analysis before deployment. This performs dependency checking and container hardening to verify your application infrastructure meets security compliance.

How does secret detection and vulnerability scanning integrate into deployment checks?

Secret detection and vulnerability scanning integrate into deployment checks by triggering automated audits when integrating new dependencies. The system scans for leaked secrets and insecure code practices, ensuring secure application deployments.

When should I run automated security auditing for my application?

You should run automated security auditing before deploying a new application version, when integrating new dependencies, or when detecting insecure code practices. This ensures continuous security compliance and infrastructure safety.

Can I use trivy and gitleaks for container hardening and secret detection?

Yes, you can use trivy and gitleaks for container hardening and secret detection. These tools execute vulnerability analysis and identify exposed secrets as part of a comprehensive automated security audit.