PkgRadar

Package evidence

@squidcloud/[email protected]

no findings

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.

Versions published
459Mature · −50% score
First published
Feb 2023
Publisher
victor-at-squid

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

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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"}'
Artifact bytes368,313
Previous version1.0.471
Published2026-06-12T16:45:53.464Z
SHA-256282e80a7338feeccfb0c229c3d6bab944f919e0847b47e6da48ce7566ed01b11

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
1.0.472Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

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.472
  • 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