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 updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 53 · status changed
Evidence
Static findings
8 static · 1 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | New Lifecycle Script Vs Previous | package.json | postinstall added in 4.6.0-dev.20211115 vs 4.6.0-dev.20211105: "node build/postinstall.js" | 40 |
| medium | Remote Dependency Spec | package.json | devDependencies.uncss="https://github.com/uncss/uncss.git#d0adf4bb89ef4f82006f8dd5b40d22a94269e50a" | 8 |
Show all 9 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | New Lifecycle Script Vs Previous | package.json | postinstall added in 4.6.0-dev.20211115 vs 4.6.0-dev.20211105: "node build/postinstall.js" | 40 |
| medium | Remote Dependency Spec | package.json | devDependencies.uncss="https://github.com/uncss/uncss.git#d0adf4bb89ef4f82006f8dd5b40d22a94269e50a" | 8 |
| low | Install-time lifecycle script | package.json | postinstall="node build/postinstall.js" | 5 |
| low | Large Javascript Payload | package/dev/vs/editor/editor.main.js | 7027658 bytes | 0 |
| low | Large Javascript Payload | package/min/vs/editor/editor.main.js | 2774101 bytes | 0 |
| low | Obfuscation Density | package/esm/vs/base/common/marked/marked.js | high encoded/escaped-token density | 0 |
| low | Large Javascript Payload | package/esm/vs/language/typescript/ts.worker.js | 8345204 bytes | 0 |
| low | Large Javascript Payload | package/dev/vs/language/typescript/tsWorker.js | 8619883 bytes | 0 |
| low | Large Javascript Payload | package/min/vs/language/typescript/tsWorker.js | 4734657 bytes | 0 |
Remote payloads
Followed remote artifacts
| Source | URL | Risk | Score | Summary |
|---|---|---|---|---|
| devDependencies.uncss | https://github.com/uncss/uncss.git#d0adf4bb89ef4f82006f8dd5b40d22a94269e50a | error | 0 | invalid gzip header |
Manifest
Package metadata
Scripts17
build-websitegulp build-website && npm run typedocgulpnode ./node_modules/gulp/bin/gulp.jsimport-typescriptnode ./build/importTypescript.jsplaywright-installnode ./node_modules/playwright/install.jsplaywright-install-depsplaywright install-depspostinstallnode build/postinstall.jsprettierprettier --write .prettier-checkprettier --check .pretty-quickpretty-quick --stagedreleasenode ./build/build.js && gulp releasesimpleservergulp simpleserversmoketestnode ./test/smoke/runner.jssmoketest-debugnode ./test/smoke/runner.js --debug-teststestnode ./test/unit/all.jstypedoccd monaco-editor/typedoc && "../../node_modules/.bin/typedoc" --options ./typedoc.jsonwatchtsc -w -p ./srcwebsitegulp build-website && npm run typedoc && gulp prepare-website-branch