A specialized security auditing tool that detects dangerous Chromium flags and misconfigurations in browser automation frameworks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install firm-browser-audit-pack
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install firm-browser-audit-pack using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Firm Browser Audit Pack is a technical security utility designed to harden headless browser environments used in automation. As part of the Openclaw Skills ecosystem, this pack focuses on identifying and mitigating risks associated with 13 specific and dangerous Chromium arguments—such as --no-sandbox and --disable-web-security—which are often inadvertently left active in production environments.
By leveraging this skill, developers can automatically validate their Playwright and Puppeteer configurations against a severity-based classification system. This ensures that browser-based agents maintain a high security posture while performing complex tasks, preventing potential sandbox escapes or cross-origin vulnerabilities that could compromise the host system.
To install and use this skill, ensure you have the required MCP extensions and add the pack to your skills list:
# Requirement: mcp-openclaw-extensions >= 3.0.0
# Usage in your YAML configuration:
skills:
- firm-browser-audit-pack
Execute the audit command via the CLI:
openclaw_browser_context_check config_path=/path/to/your/config.json
The skill processes JSON configuration data and outputs structured security audit results:
| Property | Type | Description |
|---|---|---|
| config_path | String | The file system path to the target configuration file. |
| severity | String | Risk level: CRITICAL (for sandbox issues) or HIGH (for others). |
| flags_found | Array | List of dangerous Chromium arguments detected during the audit. |
| status | String | Overall security health status of the browser context. |
Loading
A comprehensive suite of 8 auditing tools designed to enforce OAuth 2.1 compliance, GDPR data residency, and decentralized identity for AI agents.

An advanced orchestration toolkit for managing multi-agent teams using Directed Acyclic Graph (DAG) task execution and real-time status monitoring.

A comprehensive security auditing toolkit designed to protect AI agent configurations from prototype pollution, secret leaks, and unauthorized execution plans.

A high-availability bridge for the Agent Client Protocol (ACP) that ensures autonomous agent sessions remain functional after crashes and prevents workspace race conditions.

A specialized auditing suite for validating configuration safety, environment sanitization, and data integrity during system migrations.

A post-processing skill that transforms structured AI agent outputs into actionable deliverables across GitHub, Jira, Linear, and Slack.








































