PkgRadar

Package evidence

@owox/[email protected]

Credential file access: matched ".AWS"

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":["@owox/[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":["@owox/[email protected]"],"fail_on":"high"}'
Publishermax-voloshyn
Artifact bytes132,760
Previous version0.26.0-next-20260522131549
Published2026-05-24T17:03:47.917Z
SHA-2560ae3e9c5ba610109a74613e7c9aa3a5a198666389e7d0be30f3d697d9db53aca

Why flagged

What the scanner saw

Credential file access: matched ".AWS"

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

Availability ledger

available

high
Last checked
highRisk
30Score
0.26.0-next-20260524170316Version
Status history (1 event)
  1. newavailable · risk high · score 30 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

max-voloshyn

6 members · evidence strength 75

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/core/onboarding-constants.jsmatched ".AWS"30

Manifest

Package metadata

Scripts12
  • buildtsc && node ./scripts/copy-public.cjs
  • build:depnpm run build:internal-helpers && npm run build:idp-protocol
  • build:idp-protocolnpm run build -w @owox/idp-protocol --prefix ../..
  • build:internal-helpersnpm run build -w @owox/internal-helpers --prefix ../..
  • cleanshx rm -rf dist
  • formatprettier --write "**/*.{ts,js,json,md}" --ignore-path ../../.prettierignore
  • format:checkprettier --check "**/*.{ts,js,json,md}" --ignore-path ../../.prettierignore
  • linteslint . --config ./eslint.config.js
  • lint:fixeslint . --fix --config ./eslint.config.js
  • prepublishOnlynpm run lint && npm run typecheck
  • testNODE_OPTIONS=--experimental-vm-modules jest
  • typechecktsc --noEmit
Dependencies13
  • @owox/idp-protocol0.26.0-next-20260524170316
  • @owox/internal-helpers0.26.0-next-20260524170316
  • axios^1.11.0
  • better-auth1.5.3
  • better-sqlite3^12.2.0
  • cookie-parser^1.4.7
  • ejs^3.1.10
  • env-paths^3.0.0
  • jose^6.0.12
  • mailchecker^6.0.19
  • ms^2.1.3
  • mysql2^3.14.3
  • pkce-challenge^5.0.0