PkgRadar

Package evidence

@rex0220/[email protected]

Obfuscation Density: high encoded/escaped-token density

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":["@rex0220/[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":["@rex0220/[email protected]"],"fail_on":"review"}'
Publisherrex0220
Artifact bytes537,932
Previous version1.1.2
Published2026-05-25T05:38:18.273Z
SHA-256c3c5b6d9ad6944b56e435d607dc22fce8105cef90bfd89bf3a7a5ea4d3df8dd7

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist-mcp/ksql-mcp.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist-cli/ksql.jshigh encoded/escaped-token density12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist-mcp/ksql-mcp.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist-cli/ksql.jshigh encoded/escaped-token density12
lowObfuscationpackage/dist-mcp/ksql-mcp.jsmatched "\\u2028"3
lowObfuscationpackage/dist-cli/ksql.jsmatched "\\uFF08"3

Manifest

Package metadata

Scripts16
  • buildnpm run build:plugin && npm run build:cli && npm run build:mcp && npm run build:mcpb
  • build:clinode build-cli.mjs
  • build:mcpnode build-mcp.mjs
  • build:mcpbnode build-mcpb.mjs
  • build:pluginnode build.mjs
  • developnode build.mjs --watch
  • mcp:inspectornpx -y @modelcontextprotocol/inspector node dist-mcp/ksql-mcp.js
  • mcp:kintone-smokenode scripts/mcp-kintone-smoke.mjs
  • mcp:pack-smokenode scripts/mcp-pack-smoke.mjs
  • mcp:smokenode scripts/mcp-smoke.mjs
  • mcp:verifynpm run build:mcp && npm run mcp:smoke && npm run mcp:pack-smoke
  • mcpb:verifynpm run build:mcp && npm run build:mcpb && node scripts/mcpb-verify.mjs
  • prepacknpm run build:cli && npm run build:mcp && npm run build:mcpb
  • startrun-p develop upload
  • testjest
  • uploadrex0220-plugin-uploader -f dist/ksql-plugin-v1.2.0.zip --watch