PkgRadar

Package evidence

@jentic/[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
1,236Niche · −30% score
Versions published
49
First published
May 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":["@jentic/[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":["@jentic/[email protected]"],"fail_on":"review"}'
Artifact bytes46,063
Previous version1.8.5
Published2026-06-17T12:12:39.476Z
SHA-256cb1450c8068a477ca265d65c18b49726df95ca366ca460d5abbfa93c90b8607a

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/llm-env.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts10
  • buildnpm run build:typescript
  • build:typescripttsc -p tsconfig.json
  • cleanrimraf dist *.tsbuildinfo
  • linteslint src test
  • lint:fixeslint src test --fix
  • postpackrimraf NOTICE LICENSE README.md skills
  • prepackcopyfiles -u 2 ../../LICENSE . && copyfiles -u 2 ../../NOTICE . && copyfiles -u 2 ../../README.md . && copyfiles -u 2 "../../skills/**/*" .
  • testmocha
  • test:e2emocha --no-config --node-option import=tsx --timeout 120000 'test/e2e/**/*.e2e.test.ts'
  • typescript:check-typestsc --noEmit && tsc --noEmit -p test/tsconfig.json
Dependencies6
  • @jentic/api-scorecard-formatter-html1.8.6
  • @redocly/openapi-core^2.33.2
  • chalk^5.6.2
  • commander^14.0.0
  • ora^9.4.0
  • strip-ansi^7.2.0