PkgRadar

Package evidence

@codingame/[email protected]

Credential file access: matched ".npmrc"

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 promoting

Mixed 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"}'
Publishernonofr
Artifact bytes19,687,913
Previous version1.81.7
Published2023-09-07T16:57:24.387Z
SHA-256fd20c4638c6e2fb432a1b7fe144752ecc7fe2184976d7309c90886109fb38be1

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

review
Last checked
reviewRisk
1Score
1.81.8-next.0Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/default-extensions/npm.jsmatched ".npmrc"5
lowLarge Javascript Payloadpackage/dist/default-extensions/css-language-features/cssServerMain.js2128007 bytes0
lowLarge Javascript Payloadpackage/dist/default-extensions/markdown-language-features/extension.js3870426 bytes0
lowLarge Javascript Payloadpackage/dist/default-extensions/html-language-features/htmlServerMain.js13120914 bytes0
lowLarge Javascript Payloadpackage/dist/default-extensions/typescript-language-features/tsserver.web.js8967484 bytes0
lowObfuscation Densitypackage/dist/default-extensions/markdown-language-features/workerMain.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts12
  • 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-server && npm run compile-default-extensions
  • cleanrm -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-serverrollup --config rollup/rollup.server.config.ts --configPlugin 'typescript={tsconfig: `tsconfig.rollup-config-server.json`, include: [`./rollup/rollup.server.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-types
  • linteslint {/src/**/*.ts,./rollup/*.ts,./*.ts}
  • preprepare./scripts/install-vscode && node --loader ts-node/esm src/monaco-treemending.ts && patch-package
  • releasenode --loader ts-node/esm release.ts ${npm_package_config_vscode_version}
  • reset:repogit clean -f -X -d