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 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":["@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"}'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
Status history (1 event)
- new → available · risk review · score 3 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Large Javascript Payload | package/dist/index.umd.js | 6600450 bytes | 10 |
Manifest
Package metadata
Scripts30
buildyarn generate && rm -rf dist && run-s build:*build:maintsc -p tsconfig.jsonbuild:moduletsc -p tsconfig.module.jsonbuild:typechain-types./tasks/build-types.shbuild:umdmkdir -p dist && browserify src/index.ts -s sdkCore -p [ tsify --noImplicitAny --skipLibCheck ] > dist/index.umd.jscheck-updatesncu --target minor --dep prod,devcleanrm -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.shdevnodemon -e ts -x yarn testdoc:htmltypedoc --entryPointStrategy expand ./src --options ./typedoc.js && copyfiles -f ./sf-logo.png ./dist/docs/fixrun-s fix:*fix:eslintyarn lint:eslint --fixgeneraterun-s generate:*generate:ajv-validationsts-node scripts/ajv.tsgenerate:graphql-typesgraphql-codegen --config subgraph-codegen.ymlget-graphql-schemayarn get-graphql-schema:v1get-graphql-schema:custom-urlget-graphql-schema $1 > src/subgraph/schema.graphqlget-graphql-schema:devget-graphql-schema https://subgraph-endpoints.superfluid.dev/optimism-sepolia/protocol-v1 > src/subgraph/schema.graphqlget-graphql-schema:localget-graphql-schema http://localhost:8000/subgraphs/name/superfluid-test > src/subgraph/schema.graphqlget-graphql-schema:v1get-graphql-schema https://subgraph-endpoints.superfluid.dev/optimism-mainnet/protocol-v1 > src/subgraph/schema.graphqllintrun-s lint:*lint:eslinteslint src --ext .tsposttestyarn testenv:stoppretestyarn testenv:startset-default-subgraph-release-tagnode scripts/setDefaultSubgraphReleaseTag.jsstart-nodehardhat nodetesthardhat test --tsconfig "tsconfig.test.json"test-coveragenyc --reporter=html --reporter=lcov --reporter=json yarn testtestenv:starttasks/testenv-ctl.sh starttestenv:stoptasks/testenv-ctl.sh stop
Dependencies5
@superfluid-finance/ethereum-contracts^1.15.1-dev.01e393a.0@superfluid-finance/metadata^1.6.3-dev.01e393a.0graphql-request6.1.0lodash4.18.1tsify5.0.4