PkgRadar

Package evidence

@jeremymcs/[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
364
Versions published
22
First published
May 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@jeremymcs/[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":["@jeremymcs/[email protected]"],"fail_on":"review"}'
Artifact bytes802,963
Previous version1.2.1
Published2026-05-28T12:46:23.527Z
SHA-2560f1be046f708caff22aaa53674a973b18d09209c15c6d7e2450768966da041be

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cli.cjsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/public/assets/index-IF7wN0LW.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts16
  • buildtsx script/build.ts
  • build:docstailwindcss -c docs/tailwind.config.cjs -i docs/src/input.css -o docs/public/styles.css --minify
  • build:public-docstsx script/build-public-docs.ts
  • checktsc
  • db:pushdrizzle-kit push
  • devNODE_ENV=development tsx server/index.ts
  • linteslint .
  • mcptsx server/mcp.ts
  • preparenpm run build
  • prepublishOnlynpm run build
  • startNODE_ENV=production node dist/index.cjs
  • tauritauri
  • tauri:buildtauri build
  • tauri:devTAURI_DEV=1 tauri dev
  • testnode --import tsx --test server/*.test.ts
  • test:allnode --import tsx --test server/*.test.ts client/src/lib/*.test.ts
Dependencies72
  • @hookform/resolvers^5.2.2
  • @jridgewell/trace-mapping^0.3.25
  • @modelcontextprotocol/sdk^1.27.1
  • @octokit/rest^22.0.1
  • @radix-ui/react-accordion^1.2.4
  • @radix-ui/react-alert-dialog^1.1.7
  • @radix-ui/react-aspect-ratio^1.1.3
  • @radix-ui/react-avatar^1.1.4
  • @radix-ui/react-checkbox^1.1.5
  • @radix-ui/react-collapsible^1.1.4
  • @radix-ui/react-context-menu^2.2.7
  • @radix-ui/react-dialog^1.1.7
  • @radix-ui/react-dropdown-menu^2.1.7
  • @radix-ui/react-hover-card^1.1.7
  • @radix-ui/react-label^2.1.3
  • @radix-ui/react-menubar^1.1.7
  • @radix-ui/react-navigation-menu^1.2.6
  • @radix-ui/react-popover^1.1.7
  • @radix-ui/react-progress^1.1.3
  • @radix-ui/react-radio-group^1.2.4
  • @radix-ui/react-scroll-area^1.2.4
  • @radix-ui/react-select^2.1.7
  • @radix-ui/react-separator^1.1.3
  • @radix-ui/react-slider^1.2.4
  • @radix-ui/react-slot^1.2.0
  • @radix-ui/react-switch^1.1.4
  • @radix-ui/react-tabs^1.1.4
  • @radix-ui/react-toast^1.2.7
  • @radix-ui/react-toggle^1.1.3
  • @radix-ui/react-toggle-group^1.1.3
  • …and 42 more.