Recommended action
Block this updateStatic evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.
Block this release in CIcurl · GitHub Actions
Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.
curl -fsS https://pkgradar.com/gate/npm \
-H "Authorization: Bearer $PKGRADAR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"specs":["@2qp/[email protected]"],"fail_on":"high"}'GitHub Actions step:
- name: PkgRadar gate
run: |
curl -fsS https://pkgradar.com/gate/npm \
-H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
-H "Content-Type: application/json" \
-d '{"specs":["@2qp/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Credential file access: matched ".npmrc"
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk high · score 4188 · status changed
Related candidates
Linked campaigns and clusters
2qp
2 members · evidence strength 64Evidence
Static findings
172 static · 0 from release diff · showing high-signal first.
Showing 30 of 172 findings.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/data/maps/ace-mode-to-filenames.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/maps/ace-mode-to-tm-scope.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/maps/aliases-to-filenames.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/maps/aliases-to-tm-scope.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/arrays/all.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/flat/all.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/indexes/by-filenames.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/indexes/by-tm-scope.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/chunk-ROCH3ZMN.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/chunk-UVNI7UIB.cjs | matched ".ssh" | 30 |
| high | Credential file access | package/dist/data/maps/color-to-filenames.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/maps/color-to-tm-scope.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/indexes/dynamic-by-filenames.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/indexes/dynamic-by-tm-scope.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/arrays/filenames-array.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/maps/filenames-to-ace-mode.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/maps/filenames-to-aliases.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/maps/filenames-to-codemirror-mime-type.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/maps/filenames-to-codemirror-mode.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/maps/filenames-to-color.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/maps/filenames-to-extensions.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/maps/filenames-to-fs-name.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/maps/filenames-to-group.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/maps/filenames-to-interpreters.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/maps/filenames-to-language-id.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/maps/filenames-to-name.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/maps/filenames-to-searchable.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/maps/filenames-to-tm-scope.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/maps/filenames-to-type.cjs | matched ".npmrc" | 30 |
| high | Credential file access | package/dist/data/maps/filenames-to-wrap.cjs | matched ".npmrc" | 30 |
Manifest
Package metadata
Scripts15
act:simulateact --artifact-server-path /tmp/artifacts --secret-file .secretsbuildpnpm run clean && pnpm run generate && tsupcleanrimraf dist src/generateddevtsup --watchdocs:meta:tablestsx ./src/scripts/create-meta-tables.tsgeneraterimraf src/generated && tsx ./src/entry/entry.tsgenerate:buildpnpm typecheck && pnpm test:upstream:guard && pnpm on:guard:pass && pnpm buildguard:generatepnpm run typecheck && pnpm run test:upstream:guard && pnpm run on:guard:pass && pnpm run generatelintbiome check --writeon:guard:passtsx ./src/scripts/on-guard-pass.tstestvitest --typechecktest:corevitest --exclude="**/generated.test.ts" --exclude="**/upstream.guard.test.ts" --exclude="**/*.integrity.test.ts" --run --typechecktest:generatedvitest unit/generated --run --typechecktest:upstream:guardvitest upstream.guard.test --runtypechecktsc --noEmit