PkgRadar

Package evidence

@braydenyang/[email protected]

no findings

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
184
Versions published
37
First published
Mar 2026
Publisher
braydenyang

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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 bytes638,417
Previous version0.1.35
Published2026-05-28T10:01:11.515Z
SHA-256bc8a6be59b3aa79760190165a89ee631f118f021c3ecc3e7cff4596b3dedfdaa

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.1.36Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

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