PkgRadar

Package evidence

@treeseed/[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
2,025Niche · −30% score
Versions published
117
First published
Apr 2026
Publisher
adrianwebb

Effective trust discount applied: 30% (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":["@treeseed/[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":["@treeseed/[email protected]"],"fail_on":"review"}'
Publisheradrianwebb
Artifact bytes756,936
Previous version0.10.21
Published2026-05-28T16:48:18.540Z
SHA-25683179179d0d627523fb195eecb1fab8c3b301bf3135f56b90a9b7094834755e6

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
35Score
0.10.22Version
Status history (1 event)
  1. newavailable · risk review · score 35 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 11 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/reconcile/bootstrap-systems.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/operations/services/config-runtime.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/operations/services/github-api.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/operations/services/github-automation.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/operations/services/hosting-audit.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/operations/services/hub-launch.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/operations/services/hub-provider-launch.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/managed-dependencies.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/workflow-state.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/templates/github/deploy-web.workflow.ymlmatched "GITHUB_TOKEN"3
lowCredential file accesspackage/templates/github/hosted-project.workflow.ymlmatched "GITHUB_TOKEN"3

Manifest

Package metadata

Scripts25
  • buildnpm run build:dist
  • build:distnode ./scripts/run-ts.mjs ./scripts/build-dist.ts
  • db:generate:d1node ../../node_modules/drizzle-kit/bin.cjs export --config drizzle.config.ts > drizzle/d1/0000_treeseed_d1.sql
  • db:generate:marketnode ../../node_modules/drizzle-kit/bin.cjs export --config drizzle.market.config.ts > drizzle/market/0000_market_control_plane.sql
  • fixtures:checknode ./scripts/run-ts.mjs ./scripts/fixture-tools.ts check
  • fixtures:resolvenode ./scripts/run-ts.mjs ./scripts/fixture-tools.ts resolve
  • lintnpm run fixtures:check && npm run build:dist
  • prepacknpm run build:dist
  • preparenode ./scripts/prepare.mjs
  • release:check-tagnode ./scripts/run-ts.mjs ./scripts/assert-release-tag-version.ts
  • release:publishnode ./scripts/run-ts.mjs ./scripts/publish-package.ts
  • release:setupnpm run setup:ci
  • release:verifynode ./scripts/run-ts.mjs ./scripts/release-verify.ts
  • setupnpm install
  • setup:cinpm ci
  • testnpm run test:unit
  • test:releasenpm run test:unit:fast
  • test:smokenode ./scripts/run-ts.mjs ./scripts/test-smoke.ts
  • test:unitvitest run --config ./vitest.config.ts
  • test:unit:fastvitest run --config ./vitest.fast.config.ts
  • test:workflow:lifecyclevitest run --config ./vitest.config.ts test/utils/workflow-lifecycle.test.ts
  • verifynode ./scripts/verify-driver.mjs
  • verify:actionnode --input-type=module -e "process.env.TREESEED_VERIFY_DRIVER='act'; await import('./scripts/verify-driver.mjs')"
  • verify:directnpm run release:verify
  • verify:localnode --input-type=module -e "process.env.TREESEED_VERIFY_DRIVER='direct'; await import('./scripts/verify-driver.mjs')"
Dependencies24
  • @github/copilot1.0.39
  • @github/copilot-language-server1.480.0
  • @github/copilot-sdk0.3.0
  • @railway/cli4.44.0
  • drizzle-orm^0.45.2
  • esbuild^0.28.0
  • extract-zip2.0.1
  • github-slugger^2.0.0
  • hono^4.8.2
  • ink^7.0.0
  • libsodium-wrappers^0.7.15
  • mdast-util-to-string^4.0.0
  • minisearch^7.2.0
  • octokit^5.0.3
  • pg^8.21.0
  • react^19.2.5
  • remark-mdx^3.1.1
  • remark-parse^11.0.0
  • repomix^1.13.1
  • tar7.5.13
  • typescript^5.9.3
  • unified^11.0.5
  • wrangler4.86.0
  • yaml^2.8.1