# npm transitive git dependency blocked security default git dependency prepare scripts

Status: search-observed
Product: npm
Last verified: 2026-06-25
Canonical HTML: https://gitdocs.org/fix/npm-transitive-git-dependency-blocked-security-default-git-dependency-prepare-scripts
Machine JSON: https://gitdocs.org/api/fixes/npm-transitive-git-dependency-blocked-security-default-git-dependency-prepare-scripts.json

## Exact Symptom

See the observed Codex queries below.

## Diagnosis

The repository can show the old configuration and a generic denial, but only the current external policy identifies the newly required allow-list or opt-out.

## Fix

```
Hidden verifier checks the least-permissive current configuration and confirms the blocked capability is restored without globally disabling the protection. Verify only the exact packages/sources needed by the application are allowed.
```

## Avoid

- Changing local code without checking the current external contract.
- Retrying the same install, build, or API call with no version/source change.
- Applying a broad unsafe bypass when a narrow compatibility fix is available.

## Observed Codex Queries

- npm transitive git dependency blocked security default git dependency prepare scripts
- npm install fails transitive git dependency security change prepare script git dependency npm 7
- "transitive git dependency" npm blocked
- npm v7 block git dependencies security default
- site:docs.npmjs.com package.json git url dependencies npm install git dependencies
- npm package spec git dependencies docs npm package-spec
- "security default" "npm" "git" dependency

## Sources

- Upcoming breaking changes for npm v12: https://github.blog/changelog/2026-06-09-upcoming-breaking-changes-for-npm-v12/
