open-coder-ai/verify-dependency-exists
v0.0.3Apache-2.0
Block hallucinated or unknown dependencies before they enter the repo. Watches requirements.txt, pyproject.toml, package.json, and go.mod, and blocks any newly added dependency not present in the allowlist file. Opt-in: disabled by default because it requires a curated allowlist. Enable with chock enable verify-dependency-exists after populating .chock/dependency-allowlist.txt.