PkgRadar

Package evidence

@kong/[email protected]

Credential file access: matched ".ssh/"

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,447Mainstream · −50% score
Versions published
382Mature · −50% score
First published
Dec 2023
Publisher
GitHub ActionsTrusted automation · −70% score

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":["@kong/[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":["@kong/[email protected]"],"fail_on":"review"}'
Artifact bytes10,519,952
Previous version1.9.9
Published2026-05-13T18:53:28.299Z
SHA-2563a1860da88cccb8cc2c0eb8d8c8786539b304f6717422c2b7a770fb938a43607

Why flagged

What the scanner saw

Credential file access: matched ".ssh/"

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.9.10-pr.277.6c2395a.0Version
Status history (1 event)
  1. newavailable · risk review · score 1 · status changed

Evidence

Static findings

3 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/ssh-config-B7jk1vQp.jsmatched ".ssh/"5
lowObfuscation Densitypackage/dist/chunk-727SXJPM-B2_6_WLv.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/dist/kong-markdown.umd.js8303478 bytes0

Manifest

Package metadata

Scripts17
  • buildpnpm run typecheck && pnpm run build:package && pnpm run build:types && pnpm run build:aliases
  • build:aliasestsc-alias -p './tsconfig.build.json'
  • build:analyzerBUILD_VISUALIZER='core/markdown-ui' vite build -m production
  • build:packagevite build -m production
  • build:sandboxcross-env USE_SANDBOX=true vite build -m production
  • build:typesvue-tsc -p './tsconfig.build.json' --emitDeclarationOnly
  • commitcz
  • devcross-env USE_SANDBOX=true vite
  • linteslint
  • lint:fixeslint --fix
  • previewpnpm run build:sandbox && cross-env USE_SANDBOX=true vite preview
  • semantic-releasesemantic-release
  • stylelintstylelint --allow-empty-input './src/**/*.{css,scss,vue}'
  • stylelint:fixstylelint --allow-empty-input './src/**/*.{css,scss,sass,vue}' --fix
  • testcross-env FORCE_COLOR=1 vitest run
  • test:opencross-env FORCE_COLOR=1 vitest --ui
  • typecheckvue-tsc -p './tsconfig.build.json' --noEmit
Dependencies22
  • @kong/icons^1.53.0
  • @mdit-vue/plugin-frontmatter^3.0.2
  • @sindresorhus/slugify^3.0.0
  • @vueuse/core^14.3.0
  • buffer^6.0.3
  • dompurify^3.4.3
  • html-format^1.1.7
  • markdown-it^14.1.1
  • markdown-it-abbr^2.0.0
  • markdown-it-anchor^9.2.0
  • markdown-it-attrs^4.3.1
  • markdown-it-deflist^3.0.0
  • markdown-it-emoji^3.0.0
  • markdown-it-footnote^4.0.0
  • markdown-it-ins^4.0.0
  • markdown-it-mark^4.0.0
  • markdown-it-sub^2.0.0
  • markdown-it-sup^2.0.0
  • markdown-it-task-lists^2.1.1
  • markdown-it-textual-uml^0.17.1
  • mermaid^11.15.0
  • uuid^14.0.0