PkgRadar

Package evidence

@hagicode/[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.

Versions published
122
First published
Apr 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":["@hagicode/[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":["@hagicode/[email protected]"],"fail_on":"review"}'
Artifact bytes143,417
Previous version0.2.10-dev.137.1.6122043
Published2026-05-29T07:01:14.123Z
SHA-256edbc086886721103f97b3e76c6c8df337ff461b4e7ba541de9c34fbc6a468e8c

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
0.2.10Version
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/runtime/server-manager.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/runtime/lib/runtime-script-lib.mjsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts36
  • buildtsc -p tsconfig.json
  • cleanrm -rf dist .vitest-temp .tmp coverage
  • devtsx src/cli.ts
  • formatprettier --write .
  • format:checkprettier --check .
  • integration:installed-runtimenode scripts/integration-installed-runtime.mjs
  • integration:runtime-key-pathnpm run build && node scripts/integration-runtime-key-path.mjs
  • integration:runtime-managementnpm run build && node scripts/integration-runtime-management.mjs
  • linteslint .
  • pack:checknode scripts/verify-package.mjs
  • playground2:manifest:generatePLAYGROUND_INSTANCE_NAME=hagiscript_playground_2 PLAYGROUND_RUNTIME_ROOT=./playground/runtime-root-2 PLAYGROUND_MANIFEST_PATH=./playground/generated/manifest-2.yaml PLAYGROUND_SERVER_PORT=39152 PLAYGROUND_OMNIROUTE_PORT=39002 PLAYGROUND_CODE_SERVER_PORT=8081 node scripts/generate-playground-manifest.mjs
  • playground2:runtime:installnpm run playground2:manifest:generate && OMNIROUTE_LISTEN_PORT=39002 CODE_SERVER_BIND_PORT=8081 npm run dev -- runtime install --from-manifest ./playground/generated/manifest-2.yaml --runtime-root ./playground/runtime-root-2
  • playground2:runtime:removenpm run playground2:manifest:generate && npm run dev -- runtime remove --from-manifest ./playground/generated/manifest-2.yaml --runtime-root ./playground/runtime-root-2 --purge
  • playground2:runtime:statenpm run playground2:manifest:generate && npm run dev -- runtime state --from-manifest ./playground/generated/manifest-2.yaml --runtime-root ./playground/runtime-root-2 --json
  • playground2:runtime:updatenpm run playground2:manifest:generate && OMNIROUTE_LISTEN_PORT=39002 CODE_SERVER_BIND_PORT=8081 npm run dev -- runtime update --from-manifest ./playground/generated/manifest-2.yaml --runtime-root ./playground/runtime-root-2
  • playground2:server:envnpm run playground2:manifest:generate && npm run dev -- server env --from-manifest ./playground/generated/manifest-2.yaml --runtime-root ./playground/runtime-root-2 --json
  • playground2:server:installnpm run playground2:manifest:generate && npm run dev -- server install --from-manifest ./playground/generated/manifest-2.yaml --runtime-root ./playground/runtime-root-2
  • playground2:server:startnpm run playground2:manifest:generate && npm run dev -- server start --from-manifest ./playground/generated/manifest-2.yaml --runtime-root ./playground/runtime-root-2
  • playground2:server:statusnpm run playground2:manifest:generate && npm run dev -- server status --from-manifest ./playground/generated/manifest-2.yaml --runtime-root ./playground/runtime-root-2 --json
  • playground2:server:stopnpm run playground2:manifest:generate && npm run dev -- server stop --from-manifest ./playground/generated/manifest-2.yaml --runtime-root ./playground/runtime-root-2
  • playground:manifest:generatenode scripts/generate-playground-manifest.mjs
  • playground:outputs:collectnode scripts/collect-playground-outputs.mjs
  • playground:runtime:installnpm run playground:manifest:generate && npm run dev -- runtime install --from-manifest ./playground/generated/manifest.yaml --runtime-root ./playground/runtime-root
  • playground:runtime:removenpm run playground:manifest:generate && npm run dev -- runtime remove --from-manifest ./playground/generated/manifest.yaml --runtime-root ./playground/runtime-root --purge
  • playground:runtime:statenpm run playground:manifest:generate && npm run dev -- runtime state --from-manifest ./playground/generated/manifest.yaml --runtime-root ./playground/runtime-root --json
  • playground:runtime:updatenpm run playground:manifest:generate && npm run dev -- runtime update --from-manifest ./playground/generated/manifest.yaml --runtime-root ./playground/runtime-root
  • playground:server:envnpm run playground:manifest:generate && npm run dev -- server env --from-manifest ./playground/generated/manifest.yaml --runtime-root ./playground/runtime-root --json
  • playground:server:installnpm run playground:manifest:generate && npm run dev -- server install --from-manifest ./playground/generated/manifest.yaml --runtime-root ./playground/runtime-root
  • playground:server:startnpm run playground:manifest:generate && npm run dev -- server start --from-manifest ./playground/generated/manifest.yaml --runtime-root ./playground/runtime-root
  • playground:server:statusnpm run playground:manifest:generate && npm run dev -- server status --from-manifest ./playground/generated/manifest.yaml --runtime-root ./playground/runtime-root --json
  • …and 6 more.
Dependencies6
  • 7zip-bin^5.2.0
  • commander^14.0.1
  • execa^9.6.1
  • extract-zip^2.0.1
  • semver^7.7.4
  • yaml^2.8.4