PkgRadar

Package evidence

@getdevintern/[email protected]

Credential file access: matched "GITHUB_TOKEN"

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
3
First published
May 2026
Publisher
danii1

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":["@getdevintern/[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":["@getdevintern/[email protected]"],"fail_on":"review"}'
Publisherdanii1
Artifact bytes208,180
Previous version1.0.0
Published2026-05-22T05:50:26.664Z
SHA-25688f11b7415019becd505e0c0029d2bde6129e5cee72df052494a885fcf62b073

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

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/index.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts13
  • buildbun run build.ts
  • cleanrm -rf dist
  • devbun run src/index.ts
  • formatoxfmt "src/**/*.ts" "tests/**/*.ts" "build.ts"
  • format:checkoxfmt --check "src/**/*.ts" "tests/**/*.ts" "build.ts"
  • install-globalbun run build && bun link
  • lintoxlint .
  • preparebun run build
  • prepublishOnlybun run clean && bun run build && bun run typecheck
  • startbun run src/index.ts
  • testbun test
  • typecheckbun run tsc --noEmit
  • uninstall-globalbun unlink
Dependencies5
  • @types/turndown^5.0.5
  • commander^11.0.0
  • dotenv^16.3.1
  • p-queue^9.0.1
  • turndown^7.2.0