PkgRadar

Package evidence

@cleanweb/[email protected]

Credential file access: matched ".npmrc"

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
49Mature · −50% score
First published
May 2025
Publisher
uxferanmi

Effective trust discount applied: 50% (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":["@cleanweb/[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":["@cleanweb/[email protected]"],"fail_on":"review"}'
Publisheruxferanmi
Artifact bytes31,174
Previous version1.2.1-beta.1
Published2026-01-11T15:58:51.519Z
SHA-2560d71ef5c8dd9f8c6bcb09b2e3ff1a4d2bdc90c0d33c25b79d05e1d8750840f0c

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
1.2.1Version
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/package.jsonmatched ".npmrc"3

Manifest

Package metadata

Scripts21
  • //postpublishcd ./mirror-pkg && npm publish && cd ..
  • _
  • __
  • ___/// Increment beta number for the current patch version. ///
  • ____/// Create a beta.0 for a new patch/minor/major version ///
  • _____
  • _______
  • buildtsc && tsc-alias
  • build:docstypedoc
  • postbuildcopyfiles tsconfig.json build
  • prebuildrimraf ./build
  • prepublishOnlynpm run build
  • publish:beta:currentnpm version prerelease --preid beta && npm publish --tag beta
  • publish:beta:new-majornpm version premajor --preid beta && npm publish --tag beta
  • publish:beta:new-minornpm version preminor --preid beta && npm publish --tag beta
  • publish:beta:new-patchnpm version prepatch --preid beta && npm publish --tag beta
  • publish:majornpm version major && npm publish
  • publish:minornpm version minor && npm publish
  • publish:patchnpm version patch && npm publish
  • serve-docsserve docs
  • testecho "No tests ATM"