PkgRadar

Package evidence

@hoptrendy/[email protected]

Credential file access: matched "AWS_ACCESS_KEY"

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
416
Versions published
55
First published
Apr 2026
Publisher
taimoor214

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":["@hoptrendy/[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":["@hoptrendy/[email protected]"],"fail_on":"review"}'
Publishertaimoor214
Artifact bytes17,240,639
Previous version0.29.0
Published2026-06-02T20:50:35.176Z
SHA-2561320c49e481fa5b1c5182a358ff010686ec85adaca88fdab502ad27eaaed7f80

Why flagged

What the scanner saw

Credential file access: matched "AWS_ACCESS_KEY"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cli/chunks/chunk-35YHFDI2.jsmatched "AWS_ACCESS_KEY"5
lowObfuscation Densitypackage/dist/cli/chunks/chunk-6BN7SCQA.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/dist/cli/chunks/chunk-7EULMM7F.js4391847 bytes0
lowLarge Javascript Payloadpackage/dist/cli/chunks/chunk-NN5I5BT7.js3346272 bytes0
lowLarge Javascript Payloadpackage/dist/cli/cli.js4814091 bytes0
lowLarge Javascript Payloadpackage/dist/cli/chunks/dist-274LK2EC.js5052094 bytes0
lowObfuscation Densitypackage/dist/cli/chunks/web-fetch-XET4VJD6.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts12
  • buildnode scripts/build.js
  • bundle:clinode scripts/bundle-cli.js
  • cleanrm -rf dist
  • linteslint src test
  • lint:fixeslint src test --fix
  • prepacknpm run build && npm run bundle:cli
  • prepublishOnlynpm run clean && npm run build && npm run bundle:cli
  • testvitest run
  • test:civitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies2
  • @modelcontextprotocol/sdk^1.25.1
  • zod^3.25.0