PkgRadar

Package evidence

[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
30
Versions published
6
First published
Jul 2025
Publisher
silkalns

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":["[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":["[email protected]"],"fail_on":"review"}'
Publishersilkalns
Artifact bytes3,921,859
Previous version2.9.0
Published2026-05-25T12:25:44.013Z
SHA-256e2b88e21405e7ca75aeb55819fa30830d0ab3e179a7d298f00991942fa97d4a6

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts17
  • buildnpm run clean && cross-env webpack
  • build:analyzenpm run clean && cross-env ANALYZE=true NODE_ENV=production webpack
  • cleanshx rm -rf ./dist
  • devwebpack-dashboard -t 'Project' -- webpack server
  • lintnpm run lint:js && npm run lint:scss
  • lint:jseslint ./src ./webpack ./*.js -f table --ext .js --ext .jsx
  • lint:scssstylelint ./src/**/*.scss
  • postpublishecho 'Package published successfully! View at: https://www.npmjs.com/package/adminator-admin-dashboard'
  • prepublishOnlynpm run lint && npm run build
  • previewcross-env webpack server
  • release:minifiednpm run clean && NODE_ENV=production MINIFY=true cross-env webpack
  • release:unminifiednpm run clean && NODE_ENV=production MINIFY=false cross-env webpack
  • screenshotsnode scripts/screenshots.mjs
  • startwebpack server
  • testvitest
  • test:coveragevitest run --coverage
  • test:runvitest run
Dependencies8
  • @babel/runtime^7.29.2
  • @fullcalendar/core^6.1.20
  • @fullcalendar/daygrid^6.1.20
  • @fullcalendar/interaction^6.1.20
  • @fullcalendar/list^6.1.20
  • @fullcalendar/timegrid^6.1.20
  • chart.js^4.5.1
  • jsvectormap^1.7.0