PkgRadar

Package evidence

[email protected]

Credential file access: matched "GITHUB_TOKEN"

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":["[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":["[email protected]"],"fail_on":"high"}'
Publisherstereobit
Artifact bytes957,625
Previous version0.2.46
Published2026-05-24T13:47:56.395Z
SHA-256f595805eaf692176842a886519fa55cd2a2d6a1b65290310b5f472ecdb458442

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/package.jsonmatched "GITHUB_TOKEN"30
Show all 16 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/package.jsonmatched "GITHUB_TOKEN"30
lowInstall-time lifecycle scriptpackage.jsonprepare="husky"4
lowObfuscationpackage/dist/adapters/thread/anthropic/index.cjsmatched "eval("3
lowObfuscationpackage/dist/adapters/thread/google-genai/index.cjsmatched "eval("3
lowObfuscationpackage/dist/adapters/thread/langchain/index.cjsmatched "eval("3
lowObfuscationpackage/dist/index.cjsmatched "\\u2014"3
lowObfuscationpackage/dist/workflow.cjsmatched "\\u2014"3
lowObfuscationpackage/dist/adapters/thread/anthropic/index.jsmatched "eval("3
lowObfuscationpackage/dist/adapters/thread/google-genai/index.jsmatched "eval("3
lowObfuscationpackage/dist/adapters/thread/langchain/index.jsmatched "eval("3
lowObfuscationpackage/dist/index.jsmatched "\\u2014"3
lowObfuscationpackage/dist/workflow.jsmatched "\\u2014"3
lowObfuscationpackage/src/lib/thread/manager.tsmatched "eval("3
lowObfuscationpackage/src/lib/skills/parse.tsmatched "\\uFEFF"3
lowObfuscationpackage/src/lib/skills/skills.integration.test.tsmatched "\\uFEFF"3
lowObfuscationpackage/src/lib/thread/test-utils.tsmatched "eval("3

Manifest

Package metadata

Scripts19
  • buildtsup
  • cleanrm -rf dist
  • devtsup --watch
  • eval:editnode scripts/run-edit-tool-evals.mjs
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint .
  • lint:fixeslint . --fix
  • prepacknpm run build
  • preparehusky
  • prepublishOnlynpm run build
  • release:githubrelease-please github-release --repo-url=bead-ai/zeitlich --token=$GITHUB_TOKEN
  • release:npmnpm publish --access public
  • release:prrelease-please release-pr --repo-url=bead-ai/zeitlich --token=$GITHUB_TOKEN
  • release:pr:dryrelease-please release-pr --repo-url=bead-ai/zeitlich --token=$GITHUB_TOKEN --dry-run
  • release:publishnpm run release:github && npm run release:npm
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies1
  • zod^4.3.6