Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Automated security auditing for OpenClaw projects. Scans for hardcoded secrets (API keys, tokens) and container vulnerabilities (CVEs) using Trivy. Provides...
Automated security auditing for OpenClaw projects. Scans for hardcoded secrets (API keys, tokens) and container vulnerabilities (CVEs) using Trivy. Provides...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
System for automated security auditing and credential protection.
Scan specific project directories for hardcoded credentials. Tool: scripts/scan_secrets.py Usage: python3 $WORKSPACE/skills/security-guardian/scripts/scan_secrets.py <path_to_project> Workflow: Execute scan on a specific project or directory. If findings are reported (exit code 1): Review the file and line number. Transition: Move the secret to a secure vault (e.g., using the mema-vault skill). Redact: Replace the plaintext secret in the source code with an environment variable or a vault lookup call.
Analyze Docker images for vulnerabilities prior to deployment. Tool: scripts/scan_container.sh Usage: bash $WORKSPACE/skills/security-guardian/scripts/scan_container.sh <image_name> Logic: Identify HIGH and CRITICAL severities. Recommend base image updates or security patches.
Scope Limitation: Avoid scanning system-level directories. Focus only on relevant project workspaces. Credential Isolation: Hardcoded secrets are considered a high-severity finding. Dependencies: Container scanning requires trivy to be installed on the host system.
Vaulting: This skill identifies leaks. Remediation should be performed using a dedicated credential manager like mema-vault.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.