PkgRadar

Package evidence

@signstack/[email protected]

Suspicious Publish Context: {"package_age_days":0,"publisher":"chiragmer","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false}

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
1
First published
Jun 2026
Publisher
chiragmer

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@signstack/[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":["@signstack/[email protected]"],"fail_on":"review"}'
Publisherchiragmer
Artifact bytes413,980
Previous versionnone
Published2026-06-12T09:45:05.602Z
SHA-2564cc0167bff37a333296bdeb18845a526094b89b520ec16ad1093dc07ee3665c8

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"chiragmer","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false}

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
10Score
1.0.0Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"chiragmer","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false}10

Manifest

Package metadata

Scripts10
  • buildtsc -p . && mkdir -p dist/apps/signstack-cli/schemas && cp ../../libs/signstack/base/schemas/*.schema.json dist/apps/signstack-cli/schemas/
  • bundle:libsrm -rf node_modules/@common/base node_modules/@signstack/base && mkdir -p node_modules/@common node_modules/@signstack && cp -RL ../../dist/common/base node_modules/@common/base && cp -RL ../../dist/signstack/base node_modules/@signstack/base
  • cleanrimraf dist
  • dev./bin/run.js
  • linteslint . --ext .ts
  • postpackrimraf oclif.manifest.json
  • prepacknpm run clean && npm run build && npm run bundle:libs && oclif manifest && oclif readme
  • preview./bin/run.js preview
  • testnpx tsx node_modules/mocha/bin/mocha.js --forbid-only --timeout 10000 "test/**/*.test.ts"
  • versionoclif readme && git add README.md
Dependencies24
  • @common/base0.0.1
  • @inquirer/prompts^8.2.0
  • @oclif/core^4.0.0
  • @oclif/plugin-autocomplete^3.2.40
  • @oclif/plugin-help^6.0.0
  • @oclif/plugin-update^4.0.0
  • @signstack/base0.0.1
  • ajv^8.17.1
  • ajv-draft-04^1.0.0
  • ajv-formats^3.0.1
  • boxen^8.0.1
  • bunyan^1.8.15
  • cli-table3^0.6.5
  • date-holidays^3.26.6
  • fast-glob^3.3.2
  • fast-json-stable-stringify^2.1.0
  • jsonata^2.1.0
  • lodash^4.17.23
  • ora^8.0.0
  • picocolors^1.1.1
  • semver^7.7.3
  • to-words^4.10.0
  • tslib^2.8.1
  • yaml^2.6.1