PkgRadar

Package evidence

@microsoft/[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
389Mature · −50% score
First published
Apr 2025
Publisher
msteamsfx

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

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":["@microsoft/[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":["@microsoft/[email protected]"],"fail_on":"review"}'
Publishermsteamsfx
Artifact bytes674,941
Previous version1.0.7-alpha.b70dfa5c06.0
Published2026-06-11T12:43:14.710Z
SHA-256edb0108346a30d32ea1044549af3d6ecfed0407ba0dd36449c27f019fc88fdcd

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
1.0.7-alpha.b932927c99.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts9
  • buildtsc -p ./ --incremental
  • convertnode convert.js
  • copy-json-schemacopyfiles -u 1 "src/json-schemas/**/*" build/
  • linteslint "**/*.ts"
  • lint:stagedlint-staged
  • prebuildnpm run copy-json-schema
  • precommitlint-staged
  • testnpm run test:unit
  • test:unitnpx nyc mocha --no-timeouts --require ts-node/register "test/**/*.test.ts"
Dependencies7
  • @types/fs-extra^11.0.1
  • @types/strip-bom^4.0.1
  • ajv^8.18.0
  • ajv-draft-04^1.0.0
  • ajv-formats^3.0.1
  • node-fetch^3.3.2
  • strip-bom^5.0.0