ln-647-configuration-boundary-auditor
Installation
SKILL.md
Paths: File paths (
references/,../ln-*) are relative to this skill directory.
Configuration Boundary Auditor
Type: L3 Worker
Specialized worker auditing whether configuration access has a clear architectural boundary.
Purpose & Scope
- Audit typed settings boundaries, scattered env reads, config leakage across layers, and configuration ownership
- Identify architecture problems where code reads raw environment/config directly instead of depending on a settings contract
- Emit
ADD_SETTINGS_BOUNDARY,STOP_SCATTERED_ENV_READS, orTYPE_CONFIG_CONTRACT - Calculate compliance score (X/10)
Out of Scope: