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.

Versions published
14
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 bytes213,463
Previous version0.1.0
Published2026-05-21T16:04:47.903Z
SHA-256f54c16ab43e35d1ad9d53eccfb6a84ebcd0342ea0f331faa9608f01e0b0a152c

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts18
  • 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
  • test:clijest tests/integration/cli.test.ts
  • test:coveragejest --coverage
  • test:integrationjest tests/integration
  • test:orchestratorjest tests/integration/orchestrator.test.ts
  • test:pluginjest tests/integration/plugin.test.ts
  • test:watchjest --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