PkgRadar

Package evidence

@plusscommunities/[email protected]

Credential file access: matched ".azure"

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
480
Versions published
227Mature · −50% score
First published
Jul 2021
Publisher
pluss-aloys

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":["@plusscommunities/[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":["@plusscommunities/[email protected]"],"fail_on":"review"}'
Publisherpluss-aloys
Artifact bytes4,257,596
Previous version8.0.31
Published2026-05-27T05:35:22.568Z
SHA-25661ad99dbd5fb86c3a6c591d239382dccdb9da6918bfcbf2ab3f80b80f9de230c

Why flagged

What the scanner saw

Credential file access: matched ".azure"

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
8.0.35Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/module/helper.jsmatched ".azure"5
lowCredential file accesspackage/src/helper.jsmatched ".azure"5
lowCredential file accesspackage/dist/module/components/ProfilePic.jsmatched ".azure"5
lowCredential file accesspackage/src/components/ProfilePic.jsmatched ".azure"5

Manifest

Package metadata

Scripts7
  • betapatchnpm version prepatch --preid=beta
  • betauploadnpm run build && npm publish --access public --tag beta
  • betaupload:pnpm run betapatch && npm run betaupload
  • buildnpm i && bob build
  • patchnpm version patch
  • uploadnpm run build && npm publish --access public
  • upload:pnpm run patch && npm run upload