PkgRadar

Package evidence

@ardentops/[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
1,563Niche · −30% score
Versions published
17
First published
May 2026
Publisher
syncweb

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@ardentops/[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":["@ardentops/[email protected]"],"fail_on":"review"}'
Publishersyncweb
Artifact bytes154,464
Previous version4.1.4
Published2026-06-10T06:12:16.769Z
SHA-2565190c5fe6b6fd154f66f0c5db9e5e01c2e0e76fbde059ffc039a9c03a5728e36

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
2Score
4.1.5Version
Status history (1 event)
  1. newavailable · risk review · score 2 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/_adapters/nextjs/deploy/deploy-vps.ymlmatched ".ssh/"3

Manifest

Package metadata

Scripts11
  • formatprettier --write .
  • format:checkprettier --check .
  • lhcilhci autorun
  • lint:jseslint . --ext .js,.ts,.jsx,.tsx --max-warnings 0
  • lint:secretssecretlint "**/*"
  • prepacknpm run format:check && npm run lint:secrets
  • preparehusky || true
  • testvitest run
  • test:coveragevitest run --coverage
  • test:e2eplaywright test
  • test:shellbats tests/shell/
Dependencies1
  • ajv^8.17.1