PkgRadar

Package evidence

[email protected]

Remote Dependency Spec: devDependencies.custom-types="github:exoRift/custom-types"

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
2
First published
May 2026
Publisher
exorift

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherexorift
Artifact bytes6,392
Previous version1.0.0
Published2026-05-29T14:31:25.083Z
SHA-25604b33a05f7ea16a8b592fd3ed14d1c6781bcc3bcb546984914b1814204f4a142

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.custom-types="github:exoRift/custom-types"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.custom-types="github:exoRift/custom-types"8
mediumRemote Dependency Specpackage.jsondevDependencies.eslint-config="github:exoRift/eslint-config"8

Manifest

Package metadata

Scripts7
  • build[ -d dist ] && rm -r dist; bun build --target=node --format=esm --packages external src/index.ts --outfile dist/index.js && tsc --project tsconfig.build.json
  • linteslint .
  • posttest:typesfind test -name '*.test-d.ts' -exec perl -pi -e 's|// ts-expect-error|// \@ts-expect-error|g' {} +
  • prepackbun run build
  • pretest:typesbun run build && find test -name '*.test-d.ts' -exec perl -pi -e 's|// \@ts-expect-error|// ts-expect-error|g' {} +
  • testbun run test:types && bun test
  • test:typestsd --files 'test/**/*.test-d.ts'