PkgRadar

Package evidence

@argos-ci/[email protected]

Credential file access: matched "GITHUB_TOKEN"

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
124Mature · −50% score
First published
Aug 2022
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@argos-ci/[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":["@argos-ci/[email protected]"],"fail_on":"review"}'
Artifact bytes16,878
Previous version6.0.3
Published2026-05-28T11:49:01.589Z
SHA-256149d75655d9e7c4575ea27df8af4d77f27cb3a17c9a15c0530b89913bce3cca9

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
6.1.0Version
Status history (1 event)
  1. newavailable · risk review · score 1 · 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/dist/index.mjsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts6
  • buildtsdown && cp ./src/index.cjs ./dist
  • check-formatprettier --check --ignore-unknown --ignore-path=../../.gitignore --ignore-path=../../.prettierignore .
  • check-typestsc
  • e2enode ./e2e/upload.cjs && node ./e2e/upload.mjs
  • linteslint .
  • testvitest
Dependencies8
  • @argos-ci/api-client0.22.0
  • @argos-ci/util4.0.0
  • convict^6.2.5
  • debug^4.4.3
  • fast-glob^3.3.3
  • mime-types^3.0.2
  • sharp^0.34.5
  • tmp^0.2.5