Package evidence
@project-fmps/[email protected]
Remote Dependency Spec: devDependencies.cordova-plugin-android-downloadmanager="git+https://github.com/Sunbird-Ed/sb-cordova-plugin-downloadmanager.git"
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
- 3
- First published
- Sep 2025
- Publisher
- harishgangula
Recommended action
Review before promotingMixed 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":["@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"}'Why flagged
What the scanner saw
Remote Dependency Spec: devDependencies.cordova-plugin-android-downloadmanager="git+https://github.com/Sunbird-Ed/sb-cordova-plugin-downloadmanager.git"
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 review · score 8 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Dependency Spec | package.json | devDependencies.cordova-plugin-android-downloadmanager="git+https://github.com/Sunbird-Ed/sb-cordova-plugin-downloadmanager.git" | 8 |
Manifest
Package metadata
Scripts8
build:analyzewebpack --verbose true --progress true --cache false --profile --json > stats.json && npx webpack-bundle-analyzer ./stats.jsonbuild:devrm -rf tmp && mkdir tmp && cp ./package-dev.json ./tmp/package.json && tsc -w --outDir ./tmpbuild:prodrm -rf dist && NODE_ENV=production webpack --verbose true --progress true --cache false --output-file index.js && cp ./package.json ./LICENSE ./README.md ./distlinttslint --config ./tslint.json --project ./tsconfig.jsontestjesttest:cijest --silent --ci --w 2 --collectCoverage=true --coverageReporters=lcovtest:ci-jsonjest --ci --w 2 --collectCoverage=true --coverageReporters=jsontest:coveragejest --coverage --collectCoverageFrom=src/**/*.{ts,tsx}
Dependencies12
ajv8.12.0crypto-js4.2.0dayjs^1.9.8enhanced-resolve5.16.0inversify^5.1.1node-fetch2.6.7pako^1.0.11qs6.12.0reflect-metadata^0.1.13typescript-collections^1.3.3uuid^3.4.0whatwg-fetch^3.6.2