Browser automation security audit pack. Validates Playwright/Puppeteer headless configuration for dangerous arguments. 1 audit tool.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add aibot88/sec_skill_store --skill firm-browser-audit-pack --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Firm Browser Audit Pack?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aibot88-firm-browser-audit-pack)More formats (shields.io, HTML) on the badges page.
---
name: firm-browser-audit-pack
description: "Browser automation security audit pack. Validates Playwright/Puppeteer headless configuration for dangerous arguments. 1 audit tool."
---
# firm-browser-audit-pack
> ⚠️ Contenu généré par IA — validation humaine requise avant utilisation.
## Purpose
Audits browser automation configurations for security risks. Detects 13 dangerous
Chrome/Chromium arguments (--no-sandbox, --disable-web-security, etc.) in Playwright
and Puppeteer configs with severity-based classification.
## Tools (1)
| Tool | Description | Severity |
|------|-------------|----------|
| `openclaw_browser_context_check` | Headless browser config security audit | CRITICAL (--no-sandbox), HIGH (others) |
## Usage
```yaml
skills:
- firm-browser-audit-pack
# Audit browser configuration:
openclaw_browser_context_check config_path=/path/to/config.json
```
## Requirements
- `mcp-openclaw-extensions >= 3.0.0`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...