PkgRadar

Package evidence

@aronrepo/[email protected]

Credential file access, Suspicious Publish Context

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

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":["@aronrepo/[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":["@aronrepo/[email protected]"],"fail_on":"review"}'
Publisher1aron
Artifact bytes9,532
Previous version2.0.1
Published2026-06-26T18:26:22.099Z
SHA-256356a83233d3b4daa6df53d149cb47bd6c3b4ec848efaf427e47929e1e16dd716

Why flagged

What the scanner saw

Credential file access

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accessmanifest10
mediumSuspicious Publish Contextmanifest10

Manifest

Package metadata

Dependencies6
  • @actions/core^3.0.1
  • @semantic-release/error^4.0.0
  • execa^9.6.1
  • fs-extra^11.3.5
  • normalize-url^9.0.1
  • semver^7.7.3