setup-auditor

Audit OpenClaw environments for credential leaks, insecure configurations, and missing sandbox isolation.

70|10|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/UseAI-pro/openclaw-skills-security --skill setup-auditor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-auditor
Source: https://github.com/UseAI-pro/openclaw-skills-security/tree/main/skills/setup-auditor
Command: npx skills add https://github.com/UseAI-pro/openclaw-skills-security --skill setup-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you identify and fix security vulnerabilities in your OpenClaw environment, preventing credential leaks and ensuring safe skill execution.

Core Features & Use Cases

  • Credential Scanning: Detects exposed secrets in your workspace.
  • Configuration Audit: Reviews your OpenClaw and agent settings for security best practices.
  • Sandbox Readiness: Checks if your environment is prepared to run untrusted skills in isolation.
  • Persistence Check: Scans for signs of unauthorized modifications or backdoors.
  • Use Case: Before running a new skill that requires file access, use this auditor to ensure your environment is secure and your sensitive data won't be exposed.

Quick Start

Use the setup-auditor skill to audit your current OpenClaw environment and receive a checklist of security improvements.

Frequently Asked Questions about setup-auditor

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

FAQPage Schema
How do I audit my OpenClaw environment for security risks?

Auditing your OpenClaw environment involves scanning workspaces, agent configurations, and persistence mechanisms to detect credential leaks, insecure configurations, and missing sandbox isolation, producing a detailed report with actionable remediation steps to harden your setup.

How do I check for exposed credentials and secrets in my workspace?

Checking for exposed credentials involves running a credential scan across your workspace to detect leaked secrets, then applying the actionable remediation steps from the generated security report to remove the exposed sensitive data.

What is sandbox isolation and how do I verify readiness for untrusted skills?

Sandbox isolation separates untrusted skill execution from your core system, and you verify readiness by checking your environment configurations to ensure untrusted skills run safely in isolation without exposing sensitive data.

When should I run a security audit on my agent configurations?

You should run a security audit on your agent configurations before running any new skill that requires file access, ensuring your environment is secure and your sensitive data will not be exposed during execution.

How do I detect unauthorized modifications or backdoors in my OpenClaw setup?

Detecting unauthorized modifications requires running a persistence check that scans your OpenClaw setup for signs of backdoors, then reviewing the security report to identify and remove any anomalous persistence mechanisms.

Does this security audit require any specific dependencies or tools to run?

The security audit requires no external dependencies or tools to run, operating independently to scan your OpenClaw workspaces and agent configurations and generate a detailed checklist of security improvements.