PkgRadar

Package evidence

@typespec/[email protected]

Install-time lifecycle script: install="tsx ./eng/scripts/setup/install.ts"

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
117Mature · −50% score
First published
Sep 2024
Publisher
microsoft1es

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":["@typespec/[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":["@typespec/[email protected]"],"fail_on":"review"}'
Publishermicrosoft1es
Artifact bytes555,897
Previous version0.30.0
Published2026-06-03T21:21:01.991Z
SHA-25652f539695f91bb51b0fc09ec819ac7c2f79a26eef26fb47ab6b450dbd64cfe8c

Why flagged

What the scanner saw

Install-time lifecycle script: install="tsx ./eng/scripts/setup/install.ts"

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
0.30.1-alpha.20260603.2Version
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.jsoninstall="tsx ./eng/scripts/setup/install.ts"5

Manifest

Package metadata

Scripts22
  • buildtsc -p ./emitter/tsconfig.build.json && tsx ./eng/scripts/setup/build.ts
  • change:addpnpm chronus add
  • change:versionpnpm chronus version --ignore-policies --only @typespec/http-client-python
  • cinpm run test:emitter && npm run ci:generated
  • ci:generatedtsx ./eng/scripts/ci/run-tests.ts --generator --env=ci
  • cleanrimraf ./dist ./temp ./venv ./tests/generated
  • formattsx ./eng/scripts/ci/format.ts
  • format:checktsx ./eng/scripts/ci/format.ts --check
  • format:generatedtsx ./eng/scripts/ci/format.ts --generated
  • installtsx ./eng/scripts/setup/install.ts
  • linttsx ./eng/scripts/ci/lint.ts
  • lint:generatedtsx ./eng/scripts/ci/lint.ts --generated
  • preparetsx ./eng/scripts/setup/prepare.ts
  • regen-docsnode ../../packages/tspd/cmd/tspd.js doc . --enable-experimental --output-dir ../../website/src/content/docs/docs/emitters/clients/http-client-python/reference --skip-js
  • regeneratetsx ./eng/scripts/ci/regenerate.ts
  • setupnpm run build && npm run install
  • testtsx ./eng/scripts/ci/run-tests.ts
  • test:emittertsx ./eng/scripts/ci/run-tests.ts --emitter
  • test:generatortsx ./eng/scripts/ci/run-tests.ts --generator
  • typechecktsx ./eng/scripts/ci/typecheck.ts
  • typecheck:generatedtsx ./eng/scripts/ci/typecheck.ts --generated
  • watchtsc -p ./emitter/tsconfig.build.json --watch
Dependencies5
  • js-yaml~4.1.0
  • marked^15.0.6
  • pyodide0.26.2
  • semver~7.6.2
  • tsx^4.21.0