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
- 1,135Niche · −30% score
- Versions published
- 42
- 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 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":["@daloyjs/[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":["@daloyjs/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
DNS / OAST exfiltration: matched "dns.lookup"
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 9 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | DNS / OAST exfiltration | package/dist/fetch-guard.js | matched "dns.lookup" | 30 |
Manifest
Package metadata
Scripts46
auditpnpm audit --prodbenchnode --import tsx bench/router.bench.tsbuildtsc -p tsconfig.build.jsoncoveragenode --import tsx --test --experimental-test-coverage --test-coverage-include='src/**' --test-coverage-lines=90 --test-coverage-functions=90 tests/**/*.test.tscoverage:branchestsc -p tsconfig.coverage.json && node --test --experimental-test-coverage --test-coverage-include='dist-coverage/src/**' --test-coverage-branches=90 dist-coverage/tests/**/*.test.jsdevtsc -w -p tsconfig.jsonexamplenode --import tsx examples/basic.tsformatprettier --write .genpnpm gen:openapi && pnpm gen:clientgen:clientopenapi-tsgen:openapinode --import tsx scripts/dump-openapi.tsgen:sbomnode --import tsx scripts/generate-sbom.ts --package-json ./package.json --out-cyclonedx ./dist/sbom.cdx.json --out-spdx ./dist/sbom.spdx.json && node --import tsx scripts/generate-sbom.ts --package-json ./packages/create-daloy/package.json --out-cyclonedx ./packages/create-daloy/sbom.cdx.json --out-spdx ./packages/create-daloy/sbom.spdx.jsonhooks:installnode --import tsx scripts/install-git-hooks.tsprepublishOnlypnpm build && pnpm gen:sbomscan:staged-secretsnode --import tsx scripts/scan-staged-secrets.tstestnode --import tsx --test tests/**/*.test.tstypechecktsc --noEmitverify:actions-pinnednode --import tsx scripts/verify-actions-pinned.tsverify:dep-licensesnode --import tsx scripts/verify-dep-licenses.tsverify:governance-auditsnode --import tsx scripts/verify-governance-audits.tsverify:known-dep-namesnode --import tsx scripts/verify-known-dep-names.tsverify:lockfilenode --import tsx scripts/verify-lockfile-sources.tsverify:no-bin-shadowingnode --import tsx scripts/verify-no-bin-shadowing.tsverify:no-encoded-payloadsnode --import tsx scripts/verify-no-encoded-payloads.tsverify:no-invisible-unicodenode --import tsx scripts/verify-no-invisible-unicode.tsverify:no-leaked-credentialsnode --import tsx scripts/verify-no-leaked-credentials.tsverify:no-leaky-agent-skillsnode --import tsx scripts/verify-no-leaky-agent-skills.tsverify:no-lifecycle-scriptsnode --import tsx scripts/verify-no-lifecycle-scripts.tsverify:no-native-addonsnode --import tsx scripts/verify-no-native-addons.tsverify:no-polyfill-cdnsnode --import tsx scripts/verify-no-polyfill-cdns.ts- …and 16 more.