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
211
Versions published
15
First published
Jan 2026
Publisher
viserion77

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"}'
Publisherviserion77
Artifact bytes227,397
Previous version0.1.2
Published2026-06-05T02:53:15.138Z
SHA-2562c4ae52b95e62b3e6db7123a3d8b890eb6835a3d2c74894dce6c282793e6dc9b

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
0.2.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

Scripts16
  • buildnpm run ui:build && npm run server:build && npm run plugin:build
  • devconcurrently "npm run server:dev" "npm run ui:dev"
  • linteslint .
  • lint:fixeslint . --fix
  • plugin:buildnpm run build -w packages/serverless-plugin
  • prepublishOnlynpm run build
  • server:buildtsc --project src/server/tsconfig.json
  • server:devtsx watch src/server/index.ts
  • setupnpm install && cd src/ui && npm install
  • testjest -c jest.config.js
  • test:coveragejest -c jest.config.js --coverage
  • test:integrationjest -c jest.integration.config.js
  • test:unitjest -c jest.config.js
  • test:watchjest -c jest.config.js --watch
  • ui:buildcd src/ui && npm run build
  • ui:devcd src/ui && npm run dev
Dependencies11
  • @aws-sdk/client-dynamodb^3.709.0
  • @aws-sdk/client-lambda^3.709.0
  • @aws-sdk/client-s3^3.1051.0
  • @aws-sdk/client-sns^3.709.0
  • @aws-sdk/client-sqs^3.709.0
  • @aws-sdk/lib-dynamodb^3.709.0
  • @aws-sdk/util-dynamodb3.974.0
  • adm-zip^0.5.16
  • awpaki^1.4.1
  • cors^2.8.5
  • express^4.21.2