PkgRadar

Package evidence

@ory/[email protected]

Credential file access: matched ".npmrc"

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Versions published
19
First published
May 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@ory/[email protected]"],"fail_on":"review"}'

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":["@ory/[email protected]"],"fail_on":"review"}'
Artifact bytes176,653
Previous version0.8.1
Published2026-06-12T22:47:30.136Z
SHA-25610f08382807aeb79d33e15641ce979b083dcbf83ac0f03f47f29c7e6a5f63aaa

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

review
Last checked
reviewRisk
4Score
0.8.2Version
Status history (1 event)
  1. newavailable · risk review · score 4 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/registry/manager.jsmatched ".npmrc"10
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/registry/manager.jsmatched ".npmrc"10
lowCredential file accesspackage/dist/registry/cli.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts5
  • buildtsc
  • cleanrm -rf dist *.tsbuildinfo
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies8
  • @opentelemetry/api^1.9.0
  • @opentelemetry/core^2.8.0
  • @opentelemetry/exporter-trace-otlp-http^0.219.0
  • @opentelemetry/exporter-trace-otlp-proto^0.219.0
  • @opentelemetry/resources^2.8.0
  • @opentelemetry/sdk-trace-base^2.8.0
  • @ory/client^1.22.37
  • open^11.0.0