PkgRadar

Package evidence

@coorpacademy/[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
2
First published
Apr 2018
Publisher
coorpadmin

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":["@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"}'
Publishercoorpadmin
Artifact bytes62,818
Previous versionnone
Published2018-04-18T15:16:17.317Z
SHA-256be37595538cd5df17ddad53556daa8825cba207f02a53d57d550a6f040309bcc

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
0.2.10Version
Status history (1 event)
  1. newavailable · 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-typedoc
  • build:protonode ./bin/update-proto ./proto && node bin/generate-methods.js ./proto/rpc.proto > src/rpc.ts
  • build:tstsc && cp -R proto lib
  • fmtnpm-run-all --parallel fmt:ts fmt:js && npm run -s test:lint -- --fix
  • fmt: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:ts
  • testnpm-run-all --parallel test:lint test:unit
  • test:covernyc mocha
  • test:linttslint --type-check --project tsconfig.json '{src,test}/**/*.ts'
  • test:unitmocha
Dependencies2
  • bignumber.js^4.1.0
  • grpc~1.8.4