PkgRadar

Package evidence

[email protected]

Credential file access: matched ".azure"

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
27
Versions published
10
First published
Mar 2026
Publisher
rvegajr

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"}'
Publisherrvegajr
Artifact bytes547,431
Previous version0.1.7
Published2026-05-27T03:28:32.580Z
SHA-256b17dbea89400c1c16b5d05265a5952d162bb7cd6dc665d1cb388a1801dcb69bd

Why flagged

What the scanner saw

Credential file access: matched ".azure"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/traklet.es.jsmatched ".azure"5
lowCredential file accesspackage/dist/traklet.umd.jsmatched ".azure"5
lowCredential file accesspackage/.traklet/settings.template.jsonmatched ".azure"3

Manifest

Package metadata

Scripts14
  • buildtsc && vite build
  • build:typestsc --emitDeclarationOnly
  • cleanrm -rf dist node_modules/.vite
  • devvite --port 8888
  • linteslint src --ext .ts,.tsx
  • lint:fixeslint src --ext .ts,.tsx --fix
  • preparegit config core.hooksPath .githooks 2>/dev/null || true
  • prepublishOnlynpm run build
  • previewvite preview
  • testvitest
  • test:coveragevitest run --coverage
  • test:runvitest run
  • test:uivitest --ui
  • typechecktsc --noEmit
Dependencies6
  • commander^14.0.3
  • glob^13.0.6
  • gray-matter^4.0.3
  • idb^8.0.0
  • lit^3.1.0
  • zod^3.22.0