PkgRadar

Package evidence

@kjanat/[email protected]

Remote Dependency Spec: devDependencies.@actions/github-script="github:actions/github-script"

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.

Versions published
15
First published
Feb 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":["@kjanat/[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":["@kjanat/[email protected]"],"fail_on":"review"}'
Artifact bytes429,443
Previous version2.3.2
Published2026-06-07T21:48:30.594Z
SHA-2568baf4d488b51f280c80f7e41df2d83ebc80def8c09c63a2b74751468f0e8002a

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.@actions/github-script="github:actions/github-script"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.@actions/github-script="github:actions/github-script"8

Manifest

Package metadata

Scripts16
  • bdbun build src/index.ts --minify --outdir=dist --target=node --banner='#!/usr/bin/env node'
  • fmtdprint fmt
  • fmt:checkdprint check
  • genrun -s gen:subset gen:zod
  • gen:fullrun -s gen:schema gen
  • gen:schemaexport OUT="${PWD}/schemas/openapi.json"; run openapi generate -o "${OUT}" && run fmt "${OUT}"
  • gen:subsetexport OUT="${PWD}/schemas/subset.json"; run openapi extract "${PWD}/schemas/openapi.json" -o "${OUT}" && run fmt "${OUT}"
  • gen:zodopenapi-ts && run fmt src/api/generated/** --allow-no-files
  • inspectbunx @modelcontextprotocol/inspector run mcp
  • mcpbun src/index.ts
  • metabash scripts/meta.sh
  • prepackbun bd
  • startrun mcp
  • typechecktsgo --noEmit
  • uv:sync:frozenuv sync --frozen
  • uv:sync:upgrade:paperlessuv sync --upgrade-package paperless-ngx