security-guardian

Automates security audits for OpenClaw projects by scanning for hardcoded secrets and container vulnerabilities with Trivy.

2|1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/simplefarmer69/ape-claw --skill security-guardian-simplefarmer69
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-guardian
Source: https://github.com/simplefarmer69/ape-claw/tree/main/data/forge-skills/clawhub-security-guardian
Command: npx skills add https://github.com/simplefarmer69/ape-claw --skill security-guardian-simplefarmer69

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of identifying hardcoded secrets (like API keys and tokens) and container vulnerabilities within your projects, ensuring a more secure codebase.

Core Features & Use Cases

  • Secret Scanning: Detects hardcoded credentials in project files.
  • Container Vulnerability Scanning: Identifies Common Vulnerabilities and Exposures (CVEs) in Docker images.
  • Use Case: Before deploying a new microservice, run the security guardian to scan its container image for critical vulnerabilities and check the codebase for any accidentally committed API keys.

Quick Start

Scan the project located at /path/to/my/project for hardcoded secrets.

Frequently Asked Questions about security-guardian

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

FAQPage Schema
How do I scan my codebase for hardcoded secrets before deployment?

Scanning for hardcoded secrets involves detecting credentials like API keys and tokens committed in project files. This security auditing process identifies sensitive data in your codebase, allowing you to transition those secrets to a vault for secure credential management before release.

How do I check Docker images for vulnerabilities using Trivy?

Checking Docker images for vulnerabilities using Trivy identifies Common Vulnerabilities and Exposures (CVEs) within your containers. The automated scan generates structured reports for remediation, guiding you to update vulnerable base images to secure your microservices.

Do I need a vault to manage credentials found during a code audit?

Yes, transitioning hardcoded secrets found during a code audit requires a vault for credential management. The security auditing process detects sensitive credentials in your project files and relies on a vault integration to securely store and manage those exposed API keys and tokens.

What is the best way to automate container vulnerability scanning for microservices?

Automating container vulnerability scanning for microservices is best handled by integrating security auditing into your workflow. This approach uses Trivy to identify critical CVEs in Docker images and provides structured remediation reports to update vulnerable base images before deployment.

Can I get structured remediation reports for exposed secrets and container vulnerabilities?

Yes, you can get structured remediation reports for exposed secrets and container vulnerabilities. The security audit generates these reports after scanning your codebase for hardcoded credentials and your Docker images for CVEs, detailing steps like transitioning secrets to vaults and updating base images.