PkgRadar

Package evidence

@braydenyang/[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
78
Versions published
35
First published
Mar 2026
Publisher
braydenyang

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":["@braydenyang/[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":["@braydenyang/[email protected]"],"fail_on":"review"}'
Publisherbraydenyang
Artifact bytes636,778
Previous version0.1.33
Published2026-05-13T07:23:20.253Z
SHA-2569fcf7c1e1791ab543aee1db70df06b47cab4f9b91ab8920118379f531c320d03

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/lib/fdoc.jsmatched "cURL "12

Manifest

Package metadata

Scripts9
  • buildvue-tsc --noEmit && vite build
  • build:libvue-tsc --noEmit && vite build --mode lib
  • devvite --host 0.0.0.0
  • formatprettier --write "src/**/*.{ts,vue,css,json}"
  • linteslint src --ext .ts,.vue
  • lint:fixeslint src --ext .ts,.vue --fix
  • previewvite preview
  • releasepnpm publish --access public --no-git-checks
  • type-checkvue-tsc --noEmit
Dependencies6
  • highlight.js^11.10.0
  • naive-ui^2.40.3
  • pinia^2.2.6
  • vue^3.5.13
  • vue-json-pretty^2.6.0
  • vue-router^4.5.0