PkgRadar

Package evidence

@_linked/[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
10
Versions published
2
First published
Apr 2026
Publisher
rene_reborn

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":["@_linked/[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":["@_linked/[email protected]"],"fail_on":"review"}'
Publisherrene_reborn
Artifact bytes76,291
Previous version1.0.5
Published2026-06-07T13:55:53.206Z
SHA-25638147e5236cd8bba37c995ba9bc9d0c6c160a47f12683546ddb8cd07740cdbef

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
1.0.6Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts6
  • buildrimraf ./lib && yarn build-esm && yarn build-cjs && yarn copy-to-lib && yarn dual-package
  • build-cjsecho "compiling CJS" && rimraf ./lib/cjs && yarn tsc -p tsconfig-cjs.json
  • build-esmecho "compiling ESM" && rimraf ./lib/esm && yarn tsc -p tsconfig-esm.json
  • copy-to-libecho 'copying CSS + JSON assets to lib folder' && yarn copyfiles -u 1 'src/**/*.css' 'src/**/*.json' lib/esm && yarn copyfiles -u 1 'src/**/*.css' 'src/**/*.json' lib/cjs
  • dual-packageecho 'adding package.json to each lib folder for dual output support' && yarn tsconfig-to-dual-package ./tsconfig-cjs.json ./tsconfig-esm.json
  • startnpm exec linked dev
Dependencies35
  • @_linked/core^2.0.1
  • @_linked/css*
  • @_linked/react^1.2
  • @radix-ui/react-accordion^1.1.2
  • @radix-ui/react-alert-dialog^1.0.5
  • @radix-ui/react-aspect-ratio^1.0.3
  • @radix-ui/react-avatar^1.0.4
  • @radix-ui/react-checkbox^1.0.4
  • @radix-ui/react-collapsible^1.0.3
  • @radix-ui/react-context-menu^2.2.16
  • @radix-ui/react-dialog^1.0.5
  • @radix-ui/react-dropdown-menu^2.1.16
  • @radix-ui/react-form^0.1.8
  • @radix-ui/react-hover-card^1.0.7
  • @radix-ui/react-label^2.0.2
  • @radix-ui/react-menubar^1.0.4
  • @radix-ui/react-navigation-menu^1.1.4
  • @radix-ui/react-popover^1.0.7
  • @radix-ui/react-progress^1.0.3
  • @radix-ui/react-radio-group^1.1.3
  • @radix-ui/react-scroll-area^1.0.5
  • @radix-ui/react-select^2.0.0
  • @radix-ui/react-separator^1.0.3
  • @radix-ui/react-slider^1.1.2
  • @radix-ui/react-slot^1.0.2
  • @radix-ui/react-switch^1.0.3
  • @radix-ui/react-tabs^1.0.4
  • @radix-ui/react-toast^1.1.5
  • @radix-ui/react-toggle^1.0.3
  • @radix-ui/react-toggle-group^1.0.4
  • …and 5 more.