PkgRadar

Package evidence

@staminna/[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
6
First published
Sep 2025
Publisher
staminna

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":["@staminna/[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":["@staminna/[email protected]"],"fail_on":"review"}'
Publisherstaminna
Artifact bytes110,809
Previous version1.3.0
Published2026-06-11T13:54:00.715Z
SHA-256b5b87de8cdb0bcff319208917f6d6fb9e6e41bdb01d4265ae1fc5bd96255bc29

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

Scripts15
  • badgesistanbul-badges-readme --coverageDir=coverage
  • buildtsc
  • cleanrm -rf dist
  • devtsc --watch
  • linteslint src/**/*.ts
  • prepacknpm run build
  • prepublishOnlynpm run clean && npm run build
  • startnode dist/index.js
  • testvitest run tests/unit tests/integration
  • test:allnpm run test:coverage && npm run test:e2e
  • test:coveragevitest run tests/unit tests/integration --coverage
  • test:e2enpm run build && vitest run tests/e2e
  • test:watchvitest tests/unit tests/integration
  • typechecktsc --noEmit
  • typecheck:testtsc -p tsconfig.test.json
Dependencies7
  • @directus/sdk^22.0.0
  • @modelcontextprotocol/sdk^1.17.4
  • axios^1.11.0
  • csv-parse^6.1.0
  • dotenv^16.6.1
  • form-data^4.0.4
  • ws^8.18.3