security-audit

Scan Clawdbot deployments for credentials, open ports, misconfigurations, and vulnerabilities.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/Tigha66/dexters-ai-assistant --skill security-audit-tigha66
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-audit
Source: https://github.com/Tigha66/dexters-ai-assistant/tree/main/skills/security-audit
Command: npx skills add https://github.com/Tigha66/dexters-ai-assistant --skill security-audit-tigha66

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Identifies security weaknesses and exposure in Clawdbot deployments by scanning for credentials, open ports, misconfigurations, and vulnerabilities. This helps teams detect sensitive data leaks before they impact operations and reduces time to remediation.

Core Features & Use Cases

  • Credentials exposure checks across config files and code
  • Port exposure scanning and service exposure detection
  • Configuration security validation (rate limiting, auth, CORS, etc.)
  • File permissions and sensitive file protection, including environment files
  • Docker security checks and best practices
  • Git history checks for secrets exposure in recent commits

Quick Start

Run the audit.cjs script in skills/security-audit/scripts to perform either a quick audit for common issues or a full audit for a comprehensive security assessment.

Frequently Asked Questions about security-audit

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

FAQPage Schema
How do I scan my deployment for exposed credentials and misconfigurations?

The audit script scans for exposed credentials by checking config files and code for sensitive data leaks, while also validating rate limiting, auth, and CORS settings to detect configuration gaps across your deployment environment.

What is the best way to check Docker containers for security risks?

The best way to check Docker security risks is using an automated audit that evaluates container configurations against best practices, identifies misconfigurations, and provides an auto-fix option to remediate common issues found during the scan.

Can I detect secrets leaked in my Git history?

Yes, you can detect secrets leaked in Git history by running the security audit, which includes checks for secrets exposure in recent commits, helping teams find sensitive data leaks in version control before they impact operations.

Does the security audit work in a CI/CD deployment pipeline?

Yes, the security audit works in deployment pipelines by running the audit script during automated flows, supporting scheduled scans and post-incident investigations across environments to scan port exposure, file permissions, and configuration gaps.

How do I run a quick security check versus a full audit?

You run a quick security check or full audit by executing the audit.cjs script in the scripts directory, where the quick audit targets common issues for fast validation and the full audit provides a comprehensive security assessment.

Can the audit automatically fix open ports and file permission issues?

Yes, the audit can automatically fix open ports and file permission issues using its built-in auto-fix option, which remediates common security problems found during the scan, including port exposure and sensitive file protection gaps.