PkgRadar

Package evidence

@2qp/[email protected]

Credential file access: matched ".npmrc"

Recommended action

Block this update

Static 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"}'
Publisher2qp
Artifact bytes4,667,569
Previous versionnone
Published2026-05-15T10:34:10.287Z
SHA-25648d332593f0fb57957c13f7b52fd5f5d2f2c0ae59e92a2d232c31c848cea607e

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

high
Last checked
highRisk
4188Score
0.0.1Version
Status history (1 event)
  1. newavailable · risk high · score 4188 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

2qp

2 members · evidence strength 64

Evidence

Static findings

172 static · 0 from release diff · showing high-signal first.

Showing 30 of 172 findings.

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/data/maps/ace-mode-to-filenames.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/data/maps/ace-mode-to-tm-scope.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/data/maps/aliases-to-filenames.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/data/maps/aliases-to-tm-scope.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/data/arrays/all.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/data/flat/all.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/data/indexes/by-filenames.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/data/indexes/by-tm-scope.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/chunk-ROCH3ZMN.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/chunk-UVNI7UIB.cjsmatched ".ssh"30
highCredential file accesspackage/dist/data/maps/color-to-filenames.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/data/maps/color-to-tm-scope.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/data/indexes/dynamic-by-filenames.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/data/indexes/dynamic-by-tm-scope.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/data/arrays/filenames-array.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/data/maps/filenames-to-ace-mode.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/data/maps/filenames-to-aliases.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/data/maps/filenames-to-codemirror-mime-type.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/data/maps/filenames-to-codemirror-mode.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/data/maps/filenames-to-color.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/data/maps/filenames-to-extensions.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/data/maps/filenames-to-fs-name.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/data/maps/filenames-to-group.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/data/maps/filenames-to-interpreters.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/data/maps/filenames-to-language-id.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/data/maps/filenames-to-name.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/data/maps/filenames-to-searchable.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/data/maps/filenames-to-tm-scope.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/data/maps/filenames-to-type.cjsmatched ".npmrc"30
highCredential file accesspackage/dist/data/maps/filenames-to-wrap.cjsmatched ".npmrc"30

Manifest

Package metadata

Scripts15
  • act:simulateact --artifact-server-path /tmp/artifacts --secret-file .secrets
  • buildpnpm run clean && pnpm run generate && tsup
  • cleanrimraf dist src/generated
  • devtsup --watch
  • docs:meta:tablestsx ./src/scripts/create-meta-tables.ts
  • generaterimraf src/generated && tsx ./src/entry/entry.ts
  • generate:buildpnpm typecheck && pnpm test:upstream:guard && pnpm on:guard:pass && pnpm build
  • guard:generatepnpm run typecheck && pnpm run test:upstream:guard && pnpm run on:guard:pass && pnpm run generate
  • lintbiome check --write
  • on:guard:passtsx ./src/scripts/on-guard-pass.ts
  • testvitest --typecheck
  • test:corevitest --exclude="**/generated.test.ts" --exclude="**/upstream.guard.test.ts" --exclude="**/*.integrity.test.ts" --run --typecheck
  • test:generatedvitest unit/generated --run --typecheck
  • test:upstream:guardvitest upstream.guard.test --run
  • typechecktsc --noEmit