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
- 2
- First published
- Apr 2018
- Publisher
- coorpadmin
Recommended action
Looks clean — keep monitoringNo 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":["@coorpacademy/[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":["@coorpacademy/[email protected]"],"fail_on":"review"}'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
Status history (1 event)
- new → available · risk low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts11
build:docrm -rf docs && typedoc --gitRevision `git describe --abbrev=0 --tags` --exclude "**/test/*" --excludePrivate --out ./docs ./src/index.ts && node bin/tame-typedocbuild:protonode ./bin/update-proto ./proto && node bin/generate-methods.js ./proto/rpc.proto > src/rpc.tsbuild:tstsc && cp -R proto libfmtnpm-run-all --parallel fmt:ts fmt:js && npm run -s test:lint -- --fixfmt:jsprettier --single-quote --trailing-comma es5 --write --print-width 100 "bin/*.js"fmt:tsprettier --single-quote --trailing-comma all --parser typescript --print-width 100 --write "{src,test}/**/*.ts"prepublishnpm run -s build:tstestnpm-run-all --parallel test:lint test:unittest:covernyc mochatest:linttslint --type-check --project tsconfig.json '{src,test}/**/*.ts'test:unitmocha
Dependencies2
bignumber.js^4.1.0grpc~1.8.4