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.
- Versions published
- 1,602Mature · −50% score
- First published
- May 2025
- Publisher
- tobbe
Effective trust discount applied: −50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
Recommended action
Review before promotingMixed 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":["@cedarjs/[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":["@cedarjs/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Remote Payload: matched "raw.githubusercontent.com"
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 review · score 24 · status changed
Evidence
Static findings
4 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/codemods/redwood/v2.x.x/configureFastify/configureFastify.yargs.js | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/dist/lib/fetchFileFromTemplate.js | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/dist/codemods/redwood/v6.x.x/updateDevFatalErrorPage/updateDevFatalErrorPage.js | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/dist/codemods/redwood/v7.x.x/updateGraphQLConfig/updateGraphqlConfig.js | matched "raw.githubusercontent.com" | 12 |
Manifest
Package metadata
Scripts8
buildtsx ./build.mtsbuild:packyarn pack -o cedarjs-codemods.tgzbuild:watchnodemon --watch src --ignore dist --exec "yarn build"check:packageyarn publintgenerate:codemodyarn node ./tasks/generateCodemod/generateCodemod.mjsprepublishOnlyyarn buildtestvitest runtest:watchvitest watch
Dependencies22
@babel/cli7.28.6@babel/core^7.26.10@babel/parser7.29.3@babel/plugin-transform-typescript^7.26.8@babel/traverse7.29.0@cedarjs/cli-helpers5.0.0-canary.2492@cedarjs/project-config5.0.0-canary.2492@svgr/core8.1.0@svgr/plugin-jsx8.1.0@vscode/ripgrep1.17.1@whatwg-node/fetch0.10.13cheerio1.2.0deepmerge4.3.1execa5.1.1fast-glob3.3.3graphql16.13.2jscodeshift17.3.0pascalcase1.0.0prettier3.8.4tasuku2.3.0typescript5.9.3yargs17.7.2