PkgRadar

Package evidence

@expiren/[email protected]

Credential file access: matched ".SSH"

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":["@expiren/[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":["@expiren/[email protected]"],"fail_on":"high"}'
Publisherexpiren
Artifact bytes641,270
Previous version1.6.15
Published2026-05-22T03:31:37.954Z
SHA-256257ad235e181a6557fed34d8e009785c983ce47e1a05aaad92b9a5c1b0487328

Why flagged

What the scanner saw

Credential file access: matched ".SSH"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

expiren

2 members · evidence strength 60

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/index.jsmatched ".SSH"30
highCredential file accesspackage/dist/src/plugin.jsmatched ".SSH"30
highCredential file accesspackage/dist/src/plugin/server.jsmatched ".SSH"30
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
Show all 10 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/index.jsmatched ".SSH"30
highCredential file accesspackage/dist/src/plugin.jsmatched ".SSH"30
highCredential file accesspackage/dist/src/plugin/server.jsmatched ".SSH"30
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
lowObfuscationpackage/dist/src/plugin/ui/ansi.jsmatched "\\x1b"3
lowObfuscationpackage/dist/src/plugin/image-saver.jsmatched "Buffer.from(base64Data, 'base64"3
lowObfuscationpackage/dist/index.jsmatched "\\u26A0"3
lowObfuscationpackage/dist/src/antigravity/oauth.jsmatched "Buffer.from(padded, \"base64"3
lowObfuscationpackage/dist/src/plugin.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/src/plugin/ui/select.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts10
  • buildtsc -p tsconfig.build.json && esbuild index.ts --bundle --platform=node --format=esm --external:@openauthjs/* --external:proper-lockfile --external:zod --outfile=dist/index.js --sourcemap
  • build:schemanpx tsx script/build-schema.ts
  • prepublishOnlynpm run build
  • testvitest run
  • test:coveragevitest run --coverage
  • test:e2e:modelsnpx tsx script/test-models.ts
  • test:e2e:regressionnpx tsx script/test-regression.ts
  • test:uivitest --ui
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies5
  • @openauthjs/openauth^0.4.3
  • @opencode-ai/plugin^0.15.30
  • proper-lockfile^4.1.2
  • xdg-basedir^5.1.0
  • zod^4.0.0