✓ Verified 💻 Development ✓ Enhanced Data

Arc Security Audit

Comprehensive security audit for an agent's full skill stack.

Rating
4.2 (217 reviews)
Downloads
1,651 downloads
Version
1.0.0

Overview

Comprehensive security audit for an agent's full skill stack.

Complete Documentation

View Source →

Security Audit

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.

Why This Exists

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.

Commands

Audit all installed skills

bash
python3 {baseDir}/scripts/audit.py full

Audit a specific skill

bash
python3 {baseDir}/scripts/audit.py single --path ~/.openclaw/skills/some-skill/

Generate audit report as JSON

bash
python3 {baseDir}/scripts/audit.py full --json --output report.json

Audit with trust attestations

bash
python3 {baseDir}/scripts/audit.py full --attest

What It Does

  • 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

Output

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)

Installation

Terminal bash

openclaw install arc-security-audit
    
Copied!

Tags

#git_and-github #security

Quick Info

Category Development
Model Claude 3.5
Complexity Multi-Agent
Author trypto1019
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install arc-security-audit