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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/cli/chunks/chunk-35YHFDI2.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Obfuscation Density | package/dist/cli/chunks/chunk-6BN7SCQA.js | high encoded/escaped-token density | 0 |
| low | Large Javascript Payload | package/dist/cli/chunks/chunk-7EULMM7F.js | 4391847 bytes | 0 |
| low | Large Javascript Payload | package/dist/cli/chunks/chunk-NN5I5BT7.js | 3346272 bytes | 0 |
| low | Large Javascript Payload | package/dist/cli/cli.js | 4814091 bytes | 0 |
| low | Large Javascript Payload | package/dist/cli/chunks/dist-274LK2EC.js | 5052094 bytes | 0 |
| low | Obfuscation Density | package/dist/cli/chunks/web-fetch-XET4VJD6.js | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts12
buildnode scripts/build.jsbundle:clinode scripts/bundle-cli.jscleanrm -rf distlinteslint src testlint:fixeslint src test --fixprepacknpm run build && npm run bundle:cliprepublishOnlynpm run clean && npm run build && npm run bundle:clitestvitest runtest:civitest runtest:coveragevitest run --coveragetest:watchvitesttypechecktsc --noEmit
Dependencies2
@modelcontextprotocol/sdk^1.25.1zod^3.25.0