PkgRadar

Package evidence

@superfluid-finance/[email protected]

Large Javascript Payload: 6600450 bytes

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
1,917Niche · −30% score
Versions published
636Mature · −50% score
First published
Nov 2021
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@superfluid-finance/[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":["@superfluid-finance/[email protected]"],"fail_on":"review"}'
Artifact bytes3,659,603
Previous version0.9.1-dev.1822569.0
Published2026-05-22T12:19:38.060Z
SHA-256a4adbb62863ffc9e6b1b160612b2f87fdb9bbaeb337d581ae7a6d818a7f89de3

Why flagged

What the scanner saw

Large Javascript Payload: 6600450 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
0.9.1-dev.01e393a.0Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.umd.js6600450 bytes10

Manifest

Package metadata

Scripts30
  • buildyarn generate && rm -rf dist && run-s build:*
  • build:maintsc -p tsconfig.json
  • build:moduletsc -p tsconfig.module.json
  • build:typechain-types./tasks/build-types.sh
  • build:umdmkdir -p dist && browserify src/index.ts -s sdkCore -p [ tsify --noImplicitAny --skipLibCheck ] > dist/index.umd.js
  • check-updatesncu --target minor --dep prod,dev
  • cleanrm -rf node_modules; rm -rf dist; rm -rf typechain-types; rm -rf src/typechain; rm -rf src/abi; find . -type f -name '*.generated.ts' -exec rm {} +
  • clocsh tasks/cloc.sh
  • devnodemon -e ts -x yarn test
  • doc:htmltypedoc --entryPointStrategy expand ./src --options ./typedoc.js && copyfiles -f ./sf-logo.png ./dist/docs/
  • fixrun-s fix:*
  • fix:eslintyarn lint:eslint --fix
  • generaterun-s generate:*
  • generate:ajv-validationsts-node scripts/ajv.ts
  • generate:graphql-typesgraphql-codegen --config subgraph-codegen.yml
  • get-graphql-schemayarn get-graphql-schema:v1
  • get-graphql-schema:custom-urlget-graphql-schema $1 > src/subgraph/schema.graphql
  • get-graphql-schema:devget-graphql-schema https://subgraph-endpoints.superfluid.dev/optimism-sepolia/protocol-v1 > src/subgraph/schema.graphql
  • get-graphql-schema:localget-graphql-schema http://localhost:8000/subgraphs/name/superfluid-test > src/subgraph/schema.graphql
  • get-graphql-schema:v1get-graphql-schema https://subgraph-endpoints.superfluid.dev/optimism-mainnet/protocol-v1 > src/subgraph/schema.graphql
  • lintrun-s lint:*
  • lint:eslinteslint src --ext .ts
  • posttestyarn testenv:stop
  • pretestyarn testenv:start
  • set-default-subgraph-release-tagnode scripts/setDefaultSubgraphReleaseTag.js
  • start-nodehardhat node
  • testhardhat test --tsconfig "tsconfig.test.json"
  • test-coveragenyc --reporter=html --reporter=lcov --reporter=json yarn test
  • testenv:starttasks/testenv-ctl.sh start
  • testenv:stoptasks/testenv-ctl.sh stop
Dependencies5
  • @superfluid-finance/ethereum-contracts^1.15.1-dev.01e393a.0
  • @superfluid-finance/metadata^1.6.3-dev.01e393a.0
  • graphql-request6.1.0
  • lodash4.18.1
  • tsify5.0.4