SG-051: Config-Path Supply Chain

Severity: HIGH

package.json / setup.py / GHA workflow writing into AI-assistant config paths

Fires when

Remediation

Remove any install hook (`preinstall`, `install`, `postinstall`, `prepare`) that writes into `~/.claude/`, `.claude/skills/`, `.cursorrules`, `AGENTS.md`, or any other AI-assistant config path. If the package legitimately needs to set up agent configs, do it at runtime via a CLI the user opts into, not at install time.

Research