PkgRadar

Package evidence

[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.

Versions published
130Mature · −50% score
First published
Apr 2021
Publisher
jared-opal

Effective trust discount applied: 50% (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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherjared-opal
Artifact bytes270,352
Previous version5.1.0
Published2026-02-12T18:25:24.317Z
SHA-25640815f1823c6cbcabe63732ef0a4ec4c7c436a7b9202f100f46f3c232d9a2a6e

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/build/lib/aws.jsmatched "aws_access_key"5
lowCredential file accesspackage/build/commands/kube-roles/start.jsmatched "kubeconfig"5

Manifest

Package metadata

Scripts11
  • biome-cibiome ci --reporter=github
  • buildrm -rf build && rm -rf lib && tsc -b && tsc-alias
  • coveragevitest run --coverage
  • devtsx ./bin/dev
  • get-gql-schemaget-graphql-schema http://localhost:3000/query > schema.graphql && biome check --write schema.graphql
  • gql-codegengraphql-codegen
  • postpackrm -f oclif.manifest.json
  • posttestbiome check
  • prepacknpm run build && oclif manifest && oclif readme
  • testvitest
  • versionoclif readme && git add README.md && biome check --write
Dependencies24
  • @apollo/client^4.0.4
  • @oclif/core^3.19.3
  • @oclif/plugin-autocomplete^1.4.6
  • @oclif/plugin-help^5.2.20
  • @oclif/plugin-version^2.0.12
  • argon2^0.40.1
  • chalk^2.4.2
  • cli-table3^0.6.5
  • enquirer-esm^2.3.6-ext.1
  • graphql^16.11.0
  • inquirer^9.3.8
  • inquirer-autocomplete-prompt^3.0.1
  • keychain^1.5.0
  • lodash^4.17.23
  • moment^2.30.1
  • node-fetch^2.6.7
  • open^8.0.4
  • openid-client^6.8.1
  • prettyjson^1.2.1
  • rxjs^7.8.2
  • sanitize-html^2.17.0
  • semver^7.5.4
  • tslib^2.8.1
  • validator^13.15.26