PkgRadar

Package evidence

@agions/[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
16Established · −30% score
First published
Apr 2025
Publisher
agions

Effective trust discount applied: 30% (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":["@agions/[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":["@agions/[email protected]"],"fail_on":"review"}'
Publisheragions
Artifact bytes685,085
Previous version1.11.5
Published2026-05-28T07:19:40.549Z
SHA-256fadcd722592bd207843d4b15c1c26ab9795e50ee6ec71bd9d5713a9097a2a744

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts23
  • buildwebpack --mode production
  • cleanrimraf dist
  • commitgit-cz
  • deps:updatenode scripts/update-deps.js
  • devwebpack serve --mode development
  • docs:apinode scripts/update-docs.js generate
  • docs:buildvitepress build docs
  • docs:devvitepress dev docs
  • docs:fixnode scripts/doc-fix.js
  • docs:htmlnode scripts/update-docs.js html
  • docs:previewvitepress preview docs
  • docs:updatenode scripts/update-docs.js
  • formatprettier --write "src/**/*.{ts,tsx,js,jsx,json,css,md}"
  • linteslint src --ext .ts,.tsx
  • lint:fixeslint src --ext .ts,.tsx --fix
  • lint:prettierprettier --check "src/**/*.{ts,tsx,js,jsx,json,css,md}"
  • preparehusky
  • releaserelease-it
  • testjest
  • test:cijest --ci --maxWorkers=50%
  • test:coveragejest --coverage
  • test:watchjest --watch
  • type-checktsc --noEmit
Dependencies2
  • @babel/runtime^7.28.4
  • tslib^2.8.1