PkgRadar

Package evidence

@goauthentik/[email protected]

Credential file access: matched "kubeconfig"

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.

Weekly downloads
7,482Niche · −30% score
Versions published
687Mature · −50% score
First published
Aug 2021
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":["@goauthentik/[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":["@goauthentik/[email protected]"],"fail_on":"review"}'
Artifact bytes2,177,731
Previous version2026.2.3
Published2026-05-28T15:24:40.367Z
SHA-256ef33d1707fa7adc6dcc1952f22ca713606b337703feee79d487b9d22a741594b

Why flagged

What the scanner saw

Credential file access: matched "kubeconfig"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 9 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/esm/models/KubernetesServiceConnection.jsmatched "kubeconfig"5
lowCredential file accesspackage/dist/models/KubernetesServiceConnection.jsmatched "kubeconfig"5
lowCredential file accesspackage/dist/esm/models/KubernetesServiceConnectionRequest.jsmatched "kubeconfig"5
lowCredential file accesspackage/dist/models/KubernetesServiceConnectionRequest.jsmatched "kubeconfig"5
lowCredential file accesspackage/dist/esm/models/PatchedKubernetesServiceConnectionRequest.jsmatched "kubeconfig"5
lowCredential file accesspackage/dist/models/PatchedKubernetesServiceConnectionRequest.jsmatched "kubeconfig"5
lowCredential file accesspackage/src/models/KubernetesServiceConnection.tsmatched "kubeconfig"5
lowCredential file accesspackage/src/models/KubernetesServiceConnectionRequest.tsmatched "kubeconfig"5
lowCredential file accesspackage/src/models/PatchedKubernetesServiceConnectionRequest.tsmatched "kubeconfig"5

Manifest

Package metadata

Scripts2
  • buildtsc && tsc -p tsconfig.esm.json
  • preparenpm run build