PkgRadar

Package evidence

@ranger-testing/[email protected]

Credential file access: matched "AWS_ACCESS_KEY"

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
4,996Niche · −30% score
Versions published
116
First published
Jan 2026
Publisher
mikayla

Effective trust discount applied: 30% (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":["@ranger-testing/[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":["@ranger-testing/[email protected]"],"fail_on":"review"}'
Publishermikayla
Artifact bytes319,745
Previous version3.1.5-alpha.9b89f77-48
Published2026-06-16T16:10:50.430Z
SHA-25674e6b637630e09cb1eff31c340b8971e5468f7cc89dc662beaf60e2b3d0c9c06

Why flagged

What the scanner saw

Credential file access: matched "AWS_ACCESS_KEY"

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
3.1.5-alpha.aebd071-49Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 15 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/build/commands/utils/agentEnv.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/build/commands/verifyFeature.jsmatched "AWS_ACCESS_KEY"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5
lowObfuscation Densitypackage/build/commands/addEnv.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/build/cli.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/build/commands/utils/cloudProfile.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/build/commands/feature.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/build/commands/utils/profileSetupBanner.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/build/commands/utils/resolveProfileContext.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/build/commands/start.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/build/commands/status.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/build/commands/verifyFeature.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/build/commands/verifyFeatureCli.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/build/commands/verifyFeatureNovaCli.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/build/commands/verifyFeatureRangerwrightCli.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts7
  • buildtsc && npm run obfuscate && cp -r src/skills build/ && chmod 755 build/cli.js
  • build:devtsc && cp -r src/skills build/ && chmod 755 build/cli.js
  • check-playwright-versionnode scripts/check-playwright-version.cjs
  • devtsx src/cli.ts
  • obfuscatenode scripts/obfuscate.cjs
  • postinstallnode scripts/postinstall.js
  • testjest --config jest.config.cjs
Dependencies9
  • @anthropic-ai/claude-agent-sdk^0.1.0
  • @playwright/cli0.1.1
  • @ranger-testing/rangerwright^0.0.27
  • dotenv^16.4.5
  • inquirer^9.2.12
  • playwright1.57.0
  • ws^8.20.1
  • yargs^17.7.2
  • zod^3.23.8