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
- 110,198Ubiquitous · −70% score
- Versions published
- 427Mature · −50% score
- First published
- Jun 2022
- Publisher
- nonofr
Effective trust discount applied: −70% (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":["@codingame/[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":["@codingame/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched ".npmrc"
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 1 · status changed
Evidence
Static findings
6 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 6 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/default-extensions/npm.js | matched ".npmrc" | 5 |
| low | Large Javascript Payload | package/dist/default-extensions/css-language-features/cssServerMain.js | 2128007 bytes | 0 |
| low | Large Javascript Payload | package/dist/default-extensions/markdown-language-features/extension.js | 3838012 bytes | 0 |
| low | Large Javascript Payload | package/dist/default-extensions/html-language-features/htmlServerMain.js | 13120553 bytes | 0 |
| low | Large Javascript Payload | package/dist/default-extensions/typescript-language-features/tsserver.web.js | 8966855 bytes | 0 |
| low | Obfuscation Density | package/dist/default-extensions/markdown-language-features/workerMain.js | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts11
buildnpm run clean && npm run generate-types && npm run lint && npm run compile-rollup-plugins && npm run compile-treemending-script && npm run compile && npm run compile-default-extensionscleanrm -rf dist/compileNODE_OPTIONS=--max_old_space_size=8192 rollup --config rollup/rollup.config.ts --configPlugin 'typescript={tsconfig: `tsconfig.rollup-config.json`}' --vscode-version ${npm_package_config_vscode_version} --vscode-ref ${npm_package_config_vscode_ref}compile-default-extensionsNODE_OPTIONS=--max_old_space_size=8192 rollup --config rollup/rollup.default-extensions.ts --configPlugin 'typescript={tsconfig: `tsconfig.rollup-config-default-extensions.json`}'compile-rollup-pluginsrollup --config rollup/rollup.rollup-plugins.config.ts --configPlugin 'typescript={tsconfig: `tsconfig.rollup-config-plugins.json`, include: [`./rollup/rollup.rollup-plugins.config.ts`]}'compile-treemending-scriptrollup --config rollup/rollup.treemending-script.config.ts --configPlugin 'typescript={tsconfig: `tsconfig.rollup-config-treemending-script.json`, include: [`./rollup/rollup.treemending-script.config.ts`]}'generate-types./scripts/generate-typeslinteslint {/src/**/*.ts,./rollup/*.ts,./*.ts}preprepare./scripts/install-vscode && node --loader ts-node/esm src/monaco-treemending.ts && patch-packagereleasenode --loader ts-node/esm release.ts ${npm_package_config_vscode_version}reset:repogit clean -f -X -d
Dependencies1
toposort^2.0.2