PkgRadar

Package evidence

@theokit/[email protected]

Credential file access: matched "AWS_ACCESS_KEY"

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
5
First published
Jun 2026
Publisher
usetheodev

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":["@theokit/[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":["@theokit/[email protected]"],"fail_on":"review"}'
Publisherusetheodev
Artifact bytes5,078,368
Previous version1.6.2
Published2026-06-11T19:04:18.634Z
SHA-256a42c9de553badc81e6c5e2c25f6b2e3ad2c8aee0d361094bb5f9b138cf0a22a5

Why flagged

What the scanner saw

Credential file access: matched "AWS_ACCESS_KEY"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 13 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cron.cjsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/eval.cjsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/a2a/index.cjsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/index.cjsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/internal/security/index.cjsmatched ".npmrc"5
lowCredential file accesspackage/dist/path-safety.cjsmatched ".npmrc"5
lowCredential file accesspackage/dist/cron.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/eval.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/a2a/index.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/index.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/internal/security/index.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/path-safety.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/provider-catalog.jsonmatched "AWS_ACCESS_KEY"3

Manifest

Package metadata

Scripts7
  • buildtsup && cp src/internal/providers/provider-catalog.json dist/provider-catalog.json
  • cleanrm -rf dist
  • docs:drifttsx scripts/check-docs-drift.ts
  • docs:jsontypedoc --options typedoc.json
  • testvitest run --no-file-parallelism
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies1
  • croner^9.0.0