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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/runtime/server-manager.js | matched "GITHUB_TOKEN" | 5 |
| low | Credential file access | package/runtime/lib/runtime-script-lib.mjs | matched "GITHUB_TOKEN" | 5 |
Manifest
Package metadata
Scripts36
buildtsc -p tsconfig.jsoncleanrm -rf dist .vitest-temp .tmp coveragedevtsx src/cli.tsformatprettier --write .format:checkprettier --check .integration:installed-runtimenode scripts/integration-installed-runtime.mjsintegration:runtime-key-pathnpm run build && node scripts/integration-runtime-key-path.mjsintegration:runtime-managementnpm run build && node scripts/integration-runtime-management.mjslinteslint .pack:checknode scripts/verify-package.mjsplayground2: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.mjsplayground2: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-2playground2:runtime:removenpm run playground2:manifest:generate && npm run dev -- runtime remove --from-manifest ./playground/generated/manifest-2.yaml --runtime-root ./playground/runtime-root-2 --purgeplayground2:runtime:statenpm run playground2:manifest:generate && npm run dev -- runtime state --from-manifest ./playground/generated/manifest-2.yaml --runtime-root ./playground/runtime-root-2 --jsonplayground2: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-2playground2:server:envnpm run playground2:manifest:generate && npm run dev -- server env --from-manifest ./playground/generated/manifest-2.yaml --runtime-root ./playground/runtime-root-2 --jsonplayground2:server:installnpm run playground2:manifest:generate && npm run dev -- server install --from-manifest ./playground/generated/manifest-2.yaml --runtime-root ./playground/runtime-root-2playground2:server:startnpm run playground2:manifest:generate && npm run dev -- server start --from-manifest ./playground/generated/manifest-2.yaml --runtime-root ./playground/runtime-root-2playground2:server:statusnpm run playground2:manifest:generate && npm run dev -- server status --from-manifest ./playground/generated/manifest-2.yaml --runtime-root ./playground/runtime-root-2 --jsonplayground2:server:stopnpm run playground2:manifest:generate && npm run dev -- server stop --from-manifest ./playground/generated/manifest-2.yaml --runtime-root ./playground/runtime-root-2playground:manifest:generatenode scripts/generate-playground-manifest.mjsplayground:outputs:collectnode scripts/collect-playground-outputs.mjsplayground:runtime:installnpm run playground:manifest:generate && npm run dev -- runtime install --from-manifest ./playground/generated/manifest.yaml --runtime-root ./playground/runtime-rootplayground:runtime:removenpm run playground:manifest:generate && npm run dev -- runtime remove --from-manifest ./playground/generated/manifest.yaml --runtime-root ./playground/runtime-root --purgeplayground:runtime:statenpm run playground:manifest:generate && npm run dev -- runtime state --from-manifest ./playground/generated/manifest.yaml --runtime-root ./playground/runtime-root --jsonplayground:runtime:updatenpm run playground:manifest:generate && npm run dev -- runtime update --from-manifest ./playground/generated/manifest.yaml --runtime-root ./playground/runtime-rootplayground:server:envnpm run playground:manifest:generate && npm run dev -- server env --from-manifest ./playground/generated/manifest.yaml --runtime-root ./playground/runtime-root --jsonplayground:server:installnpm run playground:manifest:generate && npm run dev -- server install --from-manifest ./playground/generated/manifest.yaml --runtime-root ./playground/runtime-rootplayground:server:startnpm run playground:manifest:generate && npm run dev -- server start --from-manifest ./playground/generated/manifest.yaml --runtime-root ./playground/runtime-rootplayground: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.0commander^14.0.1execa^9.6.1extract-zip^2.0.1semver^7.7.4yaml^2.8.4