PkgRadar

Package evidence

@andreywbs/[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
1
First published
May 2026
Publisher
andreywbs

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":["@andreywbs/[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":["@andreywbs/[email protected]"],"fail_on":"review"}'
Publisherandreywbs
Artifact bytes35,241
Previous versionnone
Published2026-05-27T23:44:45.732Z
SHA-256d98251878a2ca0088ecc9b980c9b079e250f9ca24f9b00a226dd4caf012b88f4

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
5Score
1.0.0Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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/src/TemplateSourceResolver/TemplateSourceResolver.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts5
  • cache:clearnode app.js cache:clear
  • cache:listnode app.js cache:list
  • startnode app.js generate
  • template:createnode app.js template:create
  • testecho "Error: no test specified" && exit 1
Dependencies3
  • commander^14.0.3
  • fs-extra^11.3.5
  • handlebars^4.7.9