PkgRadar

Package evidence

@pagenary/[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
148
Versions published
6
First published
May 2026
Publisher
roctinam

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":["@pagenary/[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":["@pagenary/[email protected]"],"fail_on":"review"}'
Publisherroctinam
Artifact bytes178,587
Previous version2026.5.4
Published2026-06-13T16:49:29.952Z
SHA-2561b202abc5f0a2849b25dcb68682b62206a3d8ce79c6dd348939373e578fed2c4

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

Scripts28
  • buildnode scripts/build.js
  • build:devNODE_ENV=development node scripts/build.js --dev
  • build:diffnode scripts/build-tenants.js --diff-only
  • build:incrementalnode scripts/build-tenants.js --incremental
  • build:sitenode scripts/build-tenants.js pagenary && node scripts/build-site.js
  • build:tenantnode scripts/build-tenants.js
  • build:tenantsnode scripts/build-tenants.js
  • caddy:downdocker compose down
  • caddy:logsdocker compose logs -f caddy
  • caddy:reloaddocker compose exec caddy caddy reload --config /srv/app/Caddyfile
  • caddy:restartdocker compose restart caddy
  • caddy:updocker compose up -d caddy
  • checknpm run lint:content && npm run build && npm run check:seo
  • check:seonode scripts/seo-smoke.js
  • cinpm run check && npm test
  • cleannode -e "require('fs').rmSync('dist', { recursive: true, force: true })"
  • devnpm run build:dev && npm run serve:dev
  • lint:contentnode scripts/lint-content.js
  • prepacknode scripts/build-tenants.js pagenary >&2 && node scripts/build-site.js >&2
  • servenode scripts/serve.js
  • serve:devNODE_ENV=development node scripts/serve.js --dev
  • startnpm run build && npm run serve
  • sync:docsnode scripts/generate-sections.js
  • tenants:diffnode scripts/build-tenants.js --diff-only
  • tenants:listnode scripts/build-tenants.js --list
  • testnode --experimental-vm-modules ../../node_modules/jest/bin/jest.js
  • test:coveragenode --experimental-vm-modules ../../node_modules/jest/bin/jest.js --coverage
  • test:watchnode --experimental-vm-modules ../../node_modules/jest/bin/jest.js --watch
Optional dependencies1
  • terser^5.44.0