PkgRadar

Package evidence

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

Weekly downloads
7,648Niche · −30% score
Versions published
65
First published
May 2026
Publisher
avadhesh.epam

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@studioindia/[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":["@studioindia/[email protected]"],"fail_on":"review"}'
Publisheravadhesh.epam
Artifact bytes1,106,170
Previous version5.3.0
Published2026-05-29T07:56:32.222Z
SHA-256500b348be5aa8229af379e9db3ca5d6f18b0be79d3d23e964a1fd0b7499beba7

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/assets/index-yXF6IHg5.jsmatched "github_token"5
lowLarge Javascript Payloadpackage/server.cjs2060275 bytes0

Manifest

Package metadata

Scripts12
  • buildtsc -b && vite build
  • build:serveresbuild server/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=server.cjs --external:fsevents --external:bufferutil --external:utf-8-validate
  • devconcurrently "vite --host 127.0.0.1 --port 5173 --strictPort" "tsx watch server/index.ts" --names "vite,proxy" --prefix-colors "cyan,yellow"
  • dev:appvite
  • dev:cleansh -c 'for p in 5173 5174 5175 3001; do lsof -ti tcp:$p | xargs kill -9 2>/dev/null || true; done; npm run dev'
  • dev:servertsx watch server/index.ts
  • linteslint .
  • packagenpm run build && npm run build:server
  • prepublishOnlynpm run package
  • previewvite preview
  • restartnpm run dev:clean
  • startnpm run dev:clean
Dependencies20
  • @phosphor-icons/react^2.1.10
  • @stackblitz/sdk^1.11.0
  • clsx^2.1.0
  • docx^9.6.1
  • framer-motion^12.38.0
  • get-port^7.2.0
  • highlight.js^11.11.1
  • jszip^3.10.1
  • mammoth^1.12.0
  • marked^18.0.4
  • multer^2.1.1
  • pdf-parse^1.1.4
  • react^19.0.0
  • react-dom^19.0.0
  • react-router-dom^7.5.0
  • tailwind-merge^2.6.0
  • tree-kill^1.2.2
  • ws^8.20.1
  • xlsx^0.18.5
  • zustand^5.0.12