PkgRadar

Package evidence

@project-fmps/[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.

Weekly downloads
5
Versions published
1
First published
Jul 2025
Publisher
harishgangula

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":["@project-fmps/[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":["@project-fmps/[email protected]"],"fail_on":"review"}'
Publisherharishgangula
Artifact bytes275,298
Previous versionnone
Published2025-07-10T11:41:24.867Z
SHA-256af5b203ad5d38a7f49d21c3e8e06471df4c826bfa55653ff8729b62a759d7a8f

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.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
  • buildrm -rf dist && NODE_ENV=production webpack --verbose true --progress true --cache false
  • build:analyzewebpack --verbose true --progress true --cache false --profile --json > stats.json && npx webpack-bundle-analyzer ./stats.json
  • build:devrm -rf tmp && mkdir tmp && cp ./package-dev.json ./tmp/package.json && tsc -w --outDir ./tmp
  • build:prodrm -rf dist && NODE_ENV=production webpack --verbose true --progress true --cache false && cp ./package.json ./LICENSE ./README.md ./dist
  • sonar-scannersonar-scanner
  • testjest
  • test:cijest --silent --ci --w 2 --collectCoverage=true --collectCoverageFrom=src/**/*.{ts,tsx} --coverageReporters=lcov
  • test:ci-jsonjest --ci --w 2 --collectCoverage=true --coverageReporters=json
  • test:coveragejest --coverage --collectCoverageFrom=src/**/*.{ts,tsx} --coverageReporters=lcov
Dependencies10
  • @project-sunbird/telemetry-sdk0.0.26
  • dayjs^1.9.8
  • inversify^5.1.1
  • jsonld^5.2.0
  • jsonld-signatures^6.0.0
  • jszip^3.7.1
  • node-fetch2.6.7
  • qs^6.9.7
  • reflect-metadata^0.1.13
  • whatwg-fetch^3.6.2