PkgRadar

Package evidence

@alloyidentity/[email protected]

Remote Payload: matched "cUrl "

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
20,279Mainstream · −50% score
Versions published
105Mature · −50% score
First published
Apr 2020
Publisher
CircleCI

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":["@alloyidentity/[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":["@alloyidentity/[email protected]"],"fail_on":"review"}'
PublisherCircleCI
Artifact bytes753,024
Previous version2.7.0
Published2026-05-27T17:40:27.895Z
SHA-2567822d4f495c000a5ef33525d96363c6fd74d4b7343e51fc467989a020c566806

Why flagged

What the scanner saw

Remote Payload: matched "cUrl "

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
2.7.1Version
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.

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/alloy_sdk_bundle.jsmatched "cUrl "12

Manifest

Package metadata

Scripts10
  • buildgenversion --template version_template.ejs src/version.js && rollup -c
  • build:examplecd example && yarn && yarn build
  • deploygh-pages -d example/build
  • linteslint --ext .js,.jsx,.ts,.tsx ./src
  • lint:fixyarn lint --fix
  • predeploycd example && yarn install && yarn run build
  • releaserelease-it
  • startgenversion --template version_template.ejs src/version.js && rollup -c -w
  • testvitest run
  • test:watchvitest watch
Dependencies4
  • @sentry/browser^9.14.0
  • dotenv^8.2.0
  • query-string^6.11.1
  • uuid^11.1.1