Recommended action
Block this updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 76 · status changed
Evidence
Static findings
16 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/package.json | matched "GITHUB_TOKEN" | 30 |
Show all 16 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/package.json | matched "GITHUB_TOKEN" | 30 |
| low | Install-time lifecycle script | package.json | prepare="husky" | 4 |
| low | Obfuscation | package/dist/adapters/thread/anthropic/index.cjs | matched "eval(" | 3 |
| low | Obfuscation | package/dist/adapters/thread/google-genai/index.cjs | matched "eval(" | 3 |
| low | Obfuscation | package/dist/adapters/thread/langchain/index.cjs | matched "eval(" | 3 |
| low | Obfuscation | package/dist/index.cjs | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/workflow.cjs | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/adapters/thread/anthropic/index.js | matched "eval(" | 3 |
| low | Obfuscation | package/dist/adapters/thread/google-genai/index.js | matched "eval(" | 3 |
| low | Obfuscation | package/dist/adapters/thread/langchain/index.js | matched "eval(" | 3 |
| low | Obfuscation | package/dist/index.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/workflow.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/src/lib/thread/manager.ts | matched "eval(" | 3 |
| low | Obfuscation | package/src/lib/skills/parse.ts | matched "\\uFEFF" | 3 |
| low | Obfuscation | package/src/lib/skills/skills.integration.test.ts | matched "\\uFEFF" | 3 |
| low | Obfuscation | package/src/lib/thread/test-utils.ts | matched "eval(" | 3 |
Manifest
Package metadata
Scripts19
buildtsupcleanrm -rf distdevtsup --watcheval:editnode scripts/run-edit-tool-evals.mjsformatprettier --write .format:checkprettier --check .linteslint .lint:fixeslint . --fixprepacknpm run buildpreparehuskyprepublishOnlynpm run buildrelease:githubrelease-please github-release --repo-url=bead-ai/zeitlich --token=$GITHUB_TOKENrelease:npmnpm publish --access publicrelease:prrelease-please release-pr --repo-url=bead-ai/zeitlich --token=$GITHUB_TOKENrelease:pr:dryrelease-please release-pr --repo-url=bead-ai/zeitlich --token=$GITHUB_TOKEN --dry-runrelease:publishnpm run release:github && npm run release:npmtestvitest runtest:watchvitesttypechecktsc --noEmit
Dependencies1
zod^4.3.6