Runtime environment and configuration audit pack. Validates Node.js version, secrets workflow, HTTP headers, allowed commands, trusted proxy, disk budget, and DM allowlist. 7 runtime security tools.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add aibot88/sec_skill_store --skill firm-runtime-audit-pack --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Firm Runtime Audit Pack?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aibot88-firm-runtime-audit-pack)More formats (shields.io, HTML) on the badges page.
---
name: firm-runtime-audit-pack
description: "Runtime environment and configuration audit pack. Validates Node.js version, secrets workflow, HTTP headers, allowed commands, trusted proxy, disk budget, and DM allowlist. 7 runtime security tools."
---
# firm-runtime-audit-pack
> ⚠️ Contenu généré par IA — validation humaine requise avant utilisation.
## Purpose
Audits the runtime environment of OpenClaw deployments: Node.js version compliance,
secrets handling, HTTP security headers, command allowlists, proxy configuration,
disk budget, and direct message policies.
## Tools (7)
| Tool | Description | Severity |
|------|-------------|----------|
| `openclaw_node_version_check` | Verify Node.js runtime version | CRITICAL |
| `openclaw_secrets_workflow_check` | Audit secrets handling in workflows | CRITICAL |
| `openclaw_http_headers_check` | Check HTTP security headers (HSTS, CSP) | HIGH |
| `openclaw_nodes_commands_check` | Validate nodes.allowCommands config | HIGH |
| `openclaw_trusted_proxy_check` | Verify trusted proxy configuration | HIGH |
| `openclaw_session_disk_budget_check` | Check session disk budget limits | MEDIUM |
| `openclaw_dm_allowlist_check` | Audit DM channel allowlist policy | MEDIUM |
## Usage
```yaml
skills:
- firm-runtime-audit-pack
# Run full runtime audit:
openclaw_node_version_check config_path=/path/to/config.json
openclaw_secrets_workflow_check config_path=/path/to/config.json
openclaw_http_headers_check config_path=/path/to/config.json
```
## Requirements
- `mcp-openclaw-extensions >= 3.0.0`
- Node.js >= 20.x recommended
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!