PkgRadar

Package evidence

@levante-framework/[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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
147
Versions published
25Mature · −50% score
First published
Feb 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@levante-framework/[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":["@levante-framework/[email protected]"],"fail_on":"review"}'
Artifact bytes38,853
Previous version9.5.0
Published2026-06-09T15:48:52.026Z
SHA-2569cd325c7b35d7d8daad0b58cb4ce1c46502d59f9473bdf827f47d9ed9db247db

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
9.6.0Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/lib/firekit.jsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts15
  • buildtsc
  • checkprettier --check "src/**/*.ts" "lib/**/*.js" && npm run lint
  • coveragevitest run --coverage
  • docnpx typedoc
  • emulate:adminsource src/__tests__/__utils__/emulate_admin.sh
  • emulate:assessmentsource src/__tests__/__utils__/emulate_assessment.sh
  • emulate:startnpm run emulate:admin && npm run emulate:assessment
  • emulate:stopps -e | grep firebase | grep -v 'grep' | grep -v 'rg' | sed -e 's/^[ ]*//' | tr -s ' ' | cut -d ' ' -f 1 | xargs kill
  • formatprettier --write "src/**/*.ts" "lib/**/*.js"
  • linteslint . --ext .js,.jsx,.ts,.tsx
  • preparenpm run build
  • prepublishOnlynpm run lint
  • preversionnpm run lint
  • testvitest
  • versionnpm run format && git add -A src
Dependencies11
  • @bdelab/roar-firekit^4.1.1
  • @levante-framework/levante-zod^1.2.0
  • ajv^8.17.1
  • ajv-errors^3.0.0
  • crc-32^1.2.2
  • dot-object^2.1.4
  • firebase^9.23.0
  • link^2.1.0
  • lodash^4.17.21
  • vue^3.3.4
  • web-vitals^3.4.0