PkgRadar

Package evidence

@coder/[email protected]

Install-time lifecycle script: postinstall="if [ ! -d out ];then npm run build; fi"

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
12,619Mainstream · −50% score
Versions published
22Mature · −50% score
First published
Feb 2019
Publisher
kylecarbs

Effective trust discount applied: 50% (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":["@coder/[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":["@coder/[email protected]"],"fail_on":"review"}'
Publisherkylecarbs
Artifact bytes548,255
Previous version1.1.0
Published2019-04-17T19:06:17.715Z
SHA-25639f50808a04d0d6c0c469fece10cb0220b308739702aa40b7dd418f4a52077de

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="if [ ! -d out ];then npm run build; fi"

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
1.1.1Version
Status history (1 event)
  1. newavailable · risk review · score 2 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="if [ ! -d out ];then npm run build; fi"5

Manifest

Package metadata

Scripts2
  • buildtsc -p tsconfig.build.json && cp ./out/packages/logger/src/* ./out && rm -rf out/packages && ../../node_modules/.bin/webpack --config ./webpack.config.js
  • postinstallif [ ! -d out ];then npm run build; fi
Dependencies1
  • @google-cloud/logging^4.5.2