PkgRadar

Package evidence

@codacy/[email protected]

Credential file access: matched "aws_secret_access_key"

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
126
Versions published
40
First published
Apr 2026
Publisher
codacy-ci

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":["@codacy/[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":["@codacy/[email protected]"],"fail_on":"review"}'
Publishercodacy-ci
Artifact bytes137,543
Previous version0.18.1
Published2026-06-03T14:10:55.966Z
SHA-2565293afd0af1cc3fd7ae426a8046239b26f29e373ed1f3948008869959089c95a

Why flagged

What the scanner saw

Credential file access: matched "aws_secret_access_key"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
0.19.0Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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/data/skills/gate-setup/patterns-reference.yamlmatched "aws_secret_access_key"3

Manifest

Package metadata

Scripts4
  • buildnode scripts/build.js
  • prepublishOnlynpm run typecheck && npm run build
  • testnode --import tsx --test $(find tests -name '*.test.ts' | sort)
  • typechecktsc --noEmit
Dependencies2
  • commander^12
  • yaml^2