PkgRadar

Package evidence

@tyvm/[email protected]

Credential file access: matched "GITHUB_TOKEN"

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
490
Versions published
130Mature · −50% score
First published
Jun 2025
Publisher
micahriggan

Effective trust discount applied: 50% (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":["@tyvm/[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":["@tyvm/[email protected]"],"fail_on":"review"}'
Publishermicahriggan
Artifact bytes2,072,486
Previous version0.0.113
Published2026-05-28T21:49:51.745Z
SHA-25698d1d9e16c8dd028500f15d6f0999426b6985dc8ba44e0bafc8d9582ccd0bd94

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

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 8 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/ts_build/src/clients/copilot.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/ts_build/src/clients/github.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/ts_build/src/clients/index.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/ts_build/src/chat/modules/SetupModule.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/src/clients/copilot.tsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/src/clients/github.tsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/src/clients/index.tsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/src/chat/modules/SetupModule.tsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts21
  • buildnpm run compile
  • check:isolatedbash scripts/check-isolated-deps.sh
  • check:model-pricingts-node scripts/check-model-pricing.ts
  • cleanrm -rf ts_build
  • compilenpm run clean && tsc
  • dataset:diffs:generatets-node src/dataset/diffs/generate.ts
  • dataset:diffs:jsonlts-node src/dataset/diffs/jsonl.ts
  • linttslint ./src/**/*.ts
  • lint:allnpm run lint && npm run lint:deps
  • lint:depsdepcheck --config=.depcheckrc
  • node:buildbash scripts/build-for-node.sh
  • prepublishOnlynpm run compile && bash scripts/check-isolated-deps.sh
  • publish:devbash scripts/publish.sh dev
  • publish:latestbash scripts/publish.sh stable
  • publish:nightlybash scripts/publish.sh nightly
  • publish:stablebash scripts/publish.sh stable
  • startnpm run compile && node --no-node-snapshot ts_build/src/server/index.js
  • testjest --testTimeout 300000
  • test:debugnode --inspect-brk ../../node_modules/jest/bin/jest.js --detectOpenHandles --forceExit --testTimeout 300000
  • version:devbash scripts/publish.sh version:dev
  • version:nightlybash scripts/publish.sh version:nightly
Dependencies20
  • @anthropic-ai/sdk^0.39.0
  • @google/genai^0.14.1
  • @inquirer/editor^4.2.18
  • @modelcontextprotocol/sdk^1.13.3
  • @simplewebauthn/server^13.3.0
  • @tyvm/knowhow-tunnel0.0.5
  • commander^14.0.0
  • diff^5.2.0
  • express^4.19.2
  • gitignore-to-glob^0.3.0
  • glob11.1.0
  • jiti^2.6.1
  • marked^10.0.0
  • marked-terminal^6.2.0
  • minimatch^10.1.2
  • node-jq^6.0.1
  • openai4.89.1
  • pdf-parse^1.1.1
  • ws^8.18.1
  • zod^3.25.0
Optional dependencies1
  • esbuild-register^3.0.0