PkgRadar

Package evidence

@floracodex/[email protected]

Credential file access: matched ".Aws"

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.

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

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@floracodex/[email protected]"],"fail_on":"high"}'

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":["@floracodex/[email protected]"],"fail_on":"high"}'
Artifact bytes92,893
Previous version1.0.1
Published2026-04-14T22:35:13.064Z
SHA-2563e209edc059d5c80c17664a46080ba9a6389c579f31a3b40422f643d576df777

Why flagged

What the scanner saw

Credential file access: matched ".Aws"

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

Availability ledger

available

high
Last checked
highRisk
93Score
1.0.2Version
Status history (1 event)
  1. newavailable · risk high · score 93 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Credential file access — matched ".Azure"

24 members · evidence strength 90

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/providers/aws-parameter-store.provider.jsmatched ".Aws"30
highCredential file accesspackage/dist/providers/aws-secrets-manager.provider.jsmatched ".Aws"30
highCredential file accesspackage/dist/providers/azure-key-vault.provider.jsmatched ".Azure"30
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/providers/aws-parameter-store.provider.jsmatched ".Aws"30
highCredential file accesspackage/dist/providers/aws-secrets-manager.provider.jsmatched ".Aws"30
highCredential file accesspackage/dist/providers/azure-key-vault.provider.jsmatched ".Azure"30
lowObfuscationpackage/dist/providers/aws-secrets-manager.provider.jsmatched "Buffer.from(binaryData, 'base64"3

Manifest

Package metadata

Scripts5
  • buildnest build
  • linteslint "src/**/*.ts" --fix
  • prepublishOnlynpm run build
  • testjest --config ./test/jest-e2e.json
  • test:watchjest --config ./test/jest-e2e.json --watch
Dependencies3
  • js-yaml^4.1.0
  • lodash^4.17.21
  • reflect-metadata^0.2.2