# Firm Config Migration Pack

> Configuration migration and integrity audit pack. Shell env sanitization, plugin integrity, token separation, OTEL redaction, and RPC rate limiting. 5 migration tools.

- Skill: `modbender/firm-config-migration-pack` (Agent Skill)
- Install (CLI): `npx skillmds@latest add modbender/firm-config-migration-pack`
- Raw SKILL.md: https://api.skillmd.com/api/skills/modbender/firm-config-migration-pack/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- License: MIT
- Author: modbender (https://skillmd.com/u/modbender)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/modbender/firm-config-migration-pack

---


# firm-config-migration-pack

> ⚠️ Contenu généré par IA — validation humaine requise avant utilisation.

## Purpose

Validates configuration migration safety: shell environment sanitization
(LD_PRELOAD, DYLD_*), plugin integrity via SHA-256 manifest verification,
token separation enforcement, OpenTelemetry PII redaction, and RPC rate limiting.

## Tools (5)

| Tool | Description | Severity |
|------|-------------|----------|
| `openclaw_shell_env_check` | Shell environment sanitization (LD_*/DYLD_*) | HIGH |
| `openclaw_plugin_integrity_check` | Plugin SHA-256 manifest drift detection | HIGH |
| `openclaw_token_separation_check` | Token separation enforcement | HIGH |
| `openclaw_otel_redaction_check` | OTEL PII redaction validation | MEDIUM |
| `openclaw_rpc_rate_limit_check` | RPC rate limiting configuration | MEDIUM |

## Usage

```yaml
skills:
  - firm-config-migration-pack

# Audit configuration before migration:
openclaw_shell_env_check config_path=/path/to/config.json
openclaw_plugin_integrity_check config_path=/path/to/config.json
```

## Requirements

- `mcp-openclaw-extensions >= 3.0.0`

