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 monitoringNo 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"}'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
Status history (1 event)
- new → available · 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-packagebuild-cjsecho "compiling CJS" && rimraf ./lib/cjs && yarn tsc -p tsconfig-cjs.jsonbuild-esmecho "compiling ESM" && rimraf ./lib/esm && yarn tsc -p tsconfig-esm.jsoncopy-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/cjsdual-packageecho 'adding package.json to each lib folder for dual output support' && yarn tsconfig-to-dual-package ./tsconfig-cjs.json ./tsconfig-esm.jsonstartnpm exec linked dev
Dependencies10
@_linked/core^2.0.1@_linked/primitives~1.0@_linked/react^1.1.0@_linked/server-utils~1.0@_linked/xsd~1.0formidable^3.5.4lincd-mui-base~1.0prism-react-renderer^2.4.1typescript^5.7.3usehooks-ts^2.9.1