Automated security auditing for OpenClaw projects. Scans for hardcoded secrets (API keys, tokens) and container vulnerabilities (CVEs) using Trivy. Provides structured reports to help maintain a clean and secure codebase.
System for automated security auditing and credential protection.
Scan specific project directories for hardcoded credentials.
scripts/scan_secrets.pypython3 $WORKSPACE/skills/security-guardian/scripts/scan_secrets.py <path_to_project>mema-vault skill).Analyze Docker images for vulnerabilities prior to deployment.
scripts/scan_container.shbash $WORKSPACE/skills/security-guardian/scripts/scan_container.sh <image_name>HIGH and CRITICAL severities. Recommend base image updates or security patches.trivy to be installed on the host system.mema-vault.