PkgRadar

Package evidence

@2kog/[email protected]

Credential File Packaged: package/.env

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
68
Versions published
10
First published
Jan 2026
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":["@2kog/[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":["@2kog/[email protected]"],"fail_on":"review"}'
Artifact bytes268,776
Previous version0.1.1
Published2026-05-27T21:43:16.257Z
SHA-25641e90349d93ff788c7fa7ef37e466a05a87bda1dd81a4cc0e6bc0596629aefc1

Why flagged

What the scanner saw

Credential File Packaged: package/.env

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
10Score
0.1.2Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35

Manifest

Package metadata

Scripts6
  • buildnpx lessc -x ./tinymce/skins/content/default/content.less ./tinymce/skins/content/default/content.min.css
  • devnpm run dev:vue & npm run dev:tinymce
  • dev:tinymcenode scripts/dev-tinymce.js
  • dev:vuevue-cli-service serve
  • lintvue-cli-service lint
  • servenpm run dev
Dependencies13
  • @element-plus/icons-vue^2.0.10
  • @tinymce/tinymce-vue^5.0.0
  • axios^1.3.2
  • cheerio^1.1.2
  • element-plus^2.2.29
  • highlight.js^11.7.0
  • jquery^3.5.1
  • katex^0.16.4
  • lodash^4.17.21
  • sanitize-html^2.17.0
  • uuid^9.0.1
  • viewerjs^1.11.3
  • vue^3.2.13