PkgRadar

Package evidence

@apislash/[email protected]

Tls Verification Disabled: matched "rejectUnauthorized: false"

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
4
First published
May 2026
Publisher
GitLab CI/CD

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":["@apislash/[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":["@apislash/[email protected]"],"fail_on":"review"}'
PublisherGitLab CI/CD
Artifact bytes7,621
Previous version1.0.3
Published2026-06-20T09:39:03.670Z
SHA-2560e8c3b2634367d36e06de44dd785958871bbfc5bb728b0f200f4a95c973eb8d2

Why flagged

What the scanner saw

Tls Verification Disabled: matched "rejectUnauthorized: false"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumTls Verification Disabledpackage/dist/index.cjsmatched "rejectUnauthorized: false"12
mediumTls Verification Disabledpackage/dist/index.jsmatched "rejectUnauthorized: false"12

Manifest

Package metadata

Scripts3
  • buildpnpm exec tsup src/index.ts --format esm,cjs --dts --sourcemap --clean --out-dir dist --external undici
  • testpnpm exec vitest run --passWithNoTests
  • typechecktsc -p tsconfig.json --noEmit
Dependencies1
  • @apislash/api-core^1.0.0