PkgRadar

Package evidence

@typescript-deploys/[email protected]

Remote Dependency Spec: devDependencies.uncss="https://github.com/uncss/uncss.git#d0adf4bb89ef4f82006f8dd5b40d22a94269e50a"

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
231
Versions published
967Mature · −50% score
First published
Sep 2019
Publisher
typescript-deploys

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

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@typescript-deploys/[email protected]"],"fail_on":"high"}'

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":["@typescript-deploys/[email protected]"],"fail_on":"high"}'
Artifact bytes13,751,739
Previous version4.6.0-dev.20211105
Published2021-11-15T22:06:28.026Z
SHA-256b1c2132b554e6bd6f54636f59151ad13cfd4f15700b89fa497eff1a1458ba042

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 4.6.0-dev.20211115 vs 4.6.0-dev.20211105: "node build/postinstall.js"

1 remote tarball(s) were followed statically.

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

Availability ledger

available

high
Last checked
highRisk
53Score
4.6.0-dev.20211115Version
Status history (1 event)
  1. newavailable · risk high · score 53 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 4.6.0-dev.20211115 vs 4.6.0-dev.20211105: "node build/postinstall.js"40
mediumRemote Dependency Specpackage.jsondevDependencies.uncss="https://github.com/uncss/uncss.git#d0adf4bb89ef4f82006f8dd5b40d22a94269e50a"8
Show all 9 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 4.6.0-dev.20211115 vs 4.6.0-dev.20211105: "node build/postinstall.js"40
mediumRemote Dependency Specpackage.jsondevDependencies.uncss="https://github.com/uncss/uncss.git#d0adf4bb89ef4f82006f8dd5b40d22a94269e50a"8
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node build/postinstall.js"5
lowLarge Javascript Payloadpackage/dev/vs/editor/editor.main.js7027658 bytes0
lowLarge Javascript Payloadpackage/min/vs/editor/editor.main.js2774101 bytes0
lowObfuscation Densitypackage/esm/vs/base/common/marked/marked.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/esm/vs/language/typescript/ts.worker.js8345204 bytes0
lowLarge Javascript Payloadpackage/dev/vs/language/typescript/tsWorker.js8619883 bytes0
lowLarge Javascript Payloadpackage/min/vs/language/typescript/tsWorker.js4734657 bytes0

Remote payloads

Followed remote artifacts

SourceURLRiskScoreSummary
devDependencies.uncsshttps://github.com/uncss/uncss.git#d0adf4bb89ef4f82006f8dd5b40d22a94269e50aerror0invalid gzip header

Manifest

Package metadata

Scripts17
  • build-websitegulp build-website && npm run typedoc
  • gulpnode ./node_modules/gulp/bin/gulp.js
  • import-typescriptnode ./build/importTypescript.js
  • playwright-installnode ./node_modules/playwright/install.js
  • playwright-install-depsplaywright install-deps
  • postinstallnode build/postinstall.js
  • prettierprettier --write .
  • prettier-checkprettier --check .
  • pretty-quickpretty-quick --staged
  • releasenode ./build/build.js && gulp release
  • simpleservergulp simpleserver
  • smoketestnode ./test/smoke/runner.js
  • smoketest-debugnode ./test/smoke/runner.js --debug-tests
  • testnode ./test/unit/all.js
  • typedoccd monaco-editor/typedoc && "../../node_modules/.bin/typedoc" --options ./typedoc.json
  • watchtsc -w -p ./src
  • websitegulp build-website && npm run typedoc && gulp prepare-website-branch