PkgRadar

Package evidence

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

Weekly downloads
79
Versions published
8
First published
Jun 2026
Publisher
betterinternship

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":["@betterinternship/[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":["@betterinternship/[email protected]"],"fail_on":"review"}'
Artifact bytes32,614
Previous version0.6.0
Published2026-06-20T13:28:09.057Z
SHA-256b50e74afc5ece2c6070cd77fc5d4d532c5b870883bd76969659bb4e0dd2602af

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
12Score
0.7.0Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

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

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

Manifest

Package metadata

Scripts7
  • buildtsc
  • generatenpx dotenv -e dev.env -- kysely-codegen --include-pattern=career.* --out-file lib/db.types.ts
  • generate:documentsnpx dotenv -e dev.env -- kysely-codegen --include-pattern=documents.* --out-file lib/db.doc.types.ts
  • generate:internalnpx dotenv -e dev.env -- kysely-codegen --include-pattern=internal.* --out-file lib/db.internal.types.ts
  • generate:internshipnpx dotenv -e dev.env -- kysely-codegen --include-pattern=forms.* --out-file lib/db.internship.types.ts
  • generate:iomnpx dotenv -e dev.env -- kysely-codegen --include-pattern=iom.* --out-file lib/db.iom.types.ts
  • testecho "Error: no test specified" && exit 1
Dependencies5
  • dotenv^17.4.2
  • kysely^0.28.16
  • kysely-codegen^0.20.0
  • pg^8.20.0
  • uuid^11.1.0