PkgRadar

Package evidence

@squidcloud/[email protected]

Credential file access: matched ".aws"

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
3,003Niche · −30% score
Versions published
452Mature · −50% score
First published
Feb 2023
Publisher
mfursov

Effective trust discount applied: 50% (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":["@squidcloud/[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":["@squidcloud/[email protected]"],"fail_on":"review"}'
Publishermfursov
Artifact bytes345,819
Previous version1.0.463
Published2026-05-18T18:59:36.984Z
SHA-2562905236726ec350bee0d2d874c4d4b9fa6724e6f3b975fc972a8742bcd23a846

Why flagged

What the scanner saw

Credential file access: matched ".aws"

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
1.0.464Version
Status history (1 event)
  1. newavailable · risk review · score 2 · 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 ".aws"5

Manifest

Package metadata

Scripts10
  • buildwebpack --mode=production
  • build:devwebpack --mode=development
  • deploynpm run build && npm pack --silent | xargs -I {} mv {} package.tgz && npm install -g package.tgz && rm -rf package.tgz
  • linknpm run build && chmod 755 dist/index.js && npm link
  • linteslint
  • prebuildrimraf dist
  • publish:publicnpm run build && npm publish --access public
  • startnode dist/index.js
  • start-tsts-node -r tsconfig-paths/register src/index.ts
  • watchwebpack --watch
Dependencies13
  • @squidcloud/local-backend^1.0.464
  • adm-zip^0.5.16
  • copy-webpack-plugin^14.0.0
  • decompress^4.2.1
  • logpipes^1.11.0
  • nodemon^3.1.9
  • terser-webpack-plugin^5.5.0
  • ts-loader^9.5.1
  • ts-node^10.9.2
  • tsconfig-paths^4.2.0
  • tsconfig-paths-webpack-plugin^4.1.0
  • webpack^5.106.2
  • zip-webpack-plugin^4.0.1