PkgRadar

Package evidence

@pagenary/[email protected]

Credential file access: matched ".ssh"

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
224
Versions published
4
First published
May 2026
Publisher
roctinam

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":["@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 bytes170,603
Previous version2026.5.2
Published2026-05-27T07:30:08.279Z
SHA-25601938acd5be576022791be9fb6da9d98ca135cae2d3eb16af207286cca24bafc

Why flagged

What the scanner saw

Credential file access: matched ".ssh"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/scripts/build-tenants.jsmatched ".ssh"5
lowCredential file accesspackage/site/sections/deployment.jsmatched ".ssh"5

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