Package evidence
@openfeed/[email protected]
Remote Dependency Spec: devDependencies.proto="git+ssh://[email protected]/openfeed-org/proto.git#master"
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
- 119
- Versions published
- 38Mature · −50% score
- First published
- Nov 2023
- 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":["@openfeed/[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":["@openfeed/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Remote Dependency Spec: devDependencies.proto="git+ssh://[email protected]/openfeed-org/proto.git#master"
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 2 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Dependency Spec | package.json | devDependencies.proto="git+ssh://[email protected]/openfeed-org/proto.git#master" | 8 |
Manifest
Package metadata
Scripts14
build:nodeesbuild --bundle --outfile=dist/node.js --platform=node --target=node16 --format=esm --banner:js="import { createRequire } from 'module';const require = createRequire(import.meta.url);" src/index.tsbuild:prepare-releasestandard-version -t ''build:test-releasestandard-version --dry-runbuild:tsyarn generate:version && vite buildbuild:typestsc -p tsconfig.types.jsongenerateyarn upgrade:proto && yarn generate:proto && yarn generate:processgenerate:processtsx ./scripts/process.tsgenerate:protocd node_modules/proto && protoc --plugin=../../node_modules/.bin/protoc-gen-ts_proto --ts_proto_opt=outputJsonMethods=false --ts_proto_opt=outputPartialMethods=false --ts_proto_opt=exportCommonSymbols=false --ts_proto_opt=esModuleInterop=true --ts_proto_opt=forceLong=long --ts_proto_opt=useExactTypes=false --ts_proto_out=../../generated *.protogenerate:versiongenversion --es6 -s -d ./generated/version.tspreparehusky installrun:browseryarn generate:version && vite devrun:nodeyarn generate:version && tsx ./src/test.tstestjestupgrade:protoyarn upgrade proto
Dependencies3
isomorphic-ws^5.0.0long^5.3.2ws^8.19.0