PkgRadar

Package evidence

@sisense/[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
91
Versions published
5
First published
Apr 2026
Publisher
compose-sdk-eng

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":["@sisense/[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":["@sisense/[email protected]"],"fail_on":"review"}'
Artifact bytes102,470
Previous version2.28.0
Published2026-06-10T20:06:01.465Z
SHA-2567729ede8013490c63b3ec34050170f5374a217cae48c37077ac6ebf4af449b21

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
20Score
2.29.0Version
Status history (1 event)
  1. newavailable · risk review · score 20 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/create-plugin.jsmatched ".npmrc"10
mediumCredential file accesspackage/src/create-plugin.tsmatched ".npmrc"10

Manifest

Package metadata

Scripts12
  • buildtsc --project tsconfig.json && node scripts/copy-templates.mjs
  • build:prodtsc --project tsconfig.json && node scripts/copy-templates.mjs
  • cleanrm -rf dist coverage tsconfig.tsbuildinfo
  • formatrun -T prettier --write .
  • format:checkrun -T prettier --check .
  • lintrun -T eslint . --quiet
  • lint:fixrun lint --fix
  • prepare-plugins-reponode ./dist/cli.js create-plugin --dev-mode
  • testrun vitest run
  • test:coveragerun vitest run --coverage --passWithNoTests
  • test:watchrun vitest watch
  • vitestrun -T vitest
Dependencies4
  • @octokit/rest^21.0.0
  • inquirer^9.2.15
  • replace-in-file^8.4.0
  • yargs17.7.1