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
- 19
- Versions published
- 13
- 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
Large Javascript Payload: 2228925 bytes
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
1 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 1 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Large Javascript Payload | package/defaults/app-with-backend/.yarn/releases/yarn-3.6.1.cjs | 2228925 bytes | 0 |
Manifest
Package metadata
Scripts13
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 assets to lib folder' && yarn copyfiles -u 1 'src/**/*.css' lib/esm && yarn copyfiles -u 1 'src/**/*.css' lib/cjsdevyarn tsc -p tsconfig-esm.json -wdev-cjsyarn tsc -p tsconfig-cjs.json -wdual-packageecho 'adding package.json to each lib folder for dual output support' && yarn tsconfig-to-dual-package ./tsconfig-cjs.json ./tsconfig-esm.jsonformatyarn prettier:fix && yarn lint:fixprettierprettier "src/**/*.{js,jsx,ts,tsx,css,scss}" --checkprettier:fixyarn prettier --writetestyarn test:unit && yarn test:e2etest:e2eplaywright test --config playwright.config.tstest:unitjest --config jest.config.cjs
Dependencies66
@_linked/core^2.6.0@babel/cli^7.23.9@babel/core^7.24.0@babel/plugin-proposal-decorators^7.24.0@babel/plugin-transform-runtime^7.24.0@babel/preset-env^7.24.0@babel/preset-react^7.23.3@babel/preset-typescript^7.23.3@babel/register^7.23.7@pmmmwh/react-refresh-webpack-plugin^0.5.11@tailwindcss/postcss^4.1.4@types/node^20.12.7@types/react^18.0.17@types/react-dom^18.0.6babel-loader^9.1.3chalk^4.1.2child-process-promise^2.2.1colors^1.4.0commander^11.0.0copy-webpack-plugin^12.0.2copyfiles^2.4.1create-esm-loader^0.2.5css-loader^6.10.0css-parse^2.0.0cssnano^7.0.7depcheck^1.4.7env-cmd^10.1.0find-nearest-package-json^2.0.1fs-extra^11.2.0glob^10.3.12- …and 36 more.