PkgRadar

Package evidence

@teqfw/[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.

Weekly downloads
27
Versions published
6
First published
Apr 2026
Publisher
flancer32

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":["@teqfw/[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":["@teqfw/[email protected]"],"fail_on":"review"}'
Publisherflancer32
Artifact bytes34,942
Previous version0.3.0
Published2026-05-20T08:33:43.083Z
SHA-2561641f72f8ebf1ef3ff0f6ee1f70b27990e894da576df5099bf3f0da2f1db4b90

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/src/Repo/Cache/Manager.mjsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/src/Execution/Workspace/Preparer.mjsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts3
  • testnpm run test:unit && npm run test:integration
  • test:integrationfind test/integration -name '*.test.mjs' -print0 | xargs -0 node --test
  • test:unitfind test/unit -name '*.test.mjs' -print0 | xargs -0 node --test
Dependencies1
  • @flancer32/teq-web^0.10.0