Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Comprehensive security audit for an agent's full skill stack. Chains scanner, differ, trust-verifier, and health-monitor into a single assessment with priori...
Comprehensive security audit for an agent's full skill stack. Chains scanner, differ, trust-verifier, and health-monitor into a single assessment with priori...
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.
One command to audit your entire skill stack. Chains together arc-skill-scanner, arc-trust-verifier, and generates a comprehensive risk report with prioritized findings.
Running individual security tools one at a time is tedious. A full audit needs scanning, trust assessment, binary verification, and a unified report. This skill does it all in one pass.
python3 {baseDir}/scripts/audit.py full
python3 {baseDir}/scripts/audit.py single --path ~/.openclaw/skills/some-skill/
python3 {baseDir}/scripts/audit.py full --json --output report.json
python3 {baseDir}/scripts/audit.py full --attest
Scans every installed skill with arc-skill-scanner patterns Assesses trust for each skill (provenance, code cleanliness, binary presence) Checks binary integrity with SHA-256 checksums Generates a prioritized report sorted by risk level Optionally creates trust attestations for skills that pass all checks
The audit report includes: Summary: total skills scanned, findings by severity, overall risk level Per-skill breakdown: findings, trust score, recommendations Critical actions: what to fix immediately Trust attestations for passing skills (if --attest flag used)
Identity, auth, scanning, governance, audit, and operational guardrails.
Largest current source with strong distribution and engagement signals.