PkgRadar

Package evidence

@conao3/[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.

Versions published
7
First published
Jun 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":["@conao3/[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":["@conao3/[email protected]"],"fail_on":"review"}'
Artifact bytes8,380,345
Previous version1.1.2
Published2026-06-13T20:37:53.637Z
SHA-2560c8958f0734f26729d03f43bc7ec2c35cdec5f5d45dabaac6413c0eedece5ee0

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

review
Last checked
reviewRisk
12Score
1.2.0Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 12 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/src/services/lambda.tsmatched ".aws/"5
lowCredential file accesspackage/src/services/sagemaker.tsmatched ".aws/"5
lowCredential file accesspackage/models/amplify.jsonmatched ".aws/"3
lowCredential file accesspackage/models/apprunner.jsonmatched ".aws\\"3
lowCredential file accesspackage/models/batch.jsonmatched ".aws/"3
lowCredential file accesspackage/models/bedrock-runtime.jsonmatched "AWS_ACCESS_KEY"3
lowCredential file accesspackage/models/bedrock.jsonmatched "AWS_ACCESS_KEY"3
lowCredential file accesspackage/models/comprehend.jsonmatched "AWS_ACCESS_KEY"3
lowCredential file accesspackage/models/datasync.jsonmatched ".ssh/"3
lowCredential file accesspackage/models/guardduty.jsonmatched ".aws/"3
lowCredential file accesspackage/models/organizations.jsonmatched ".aws/"3
lowCredential file accesspackage/models/s3.jsonmatched ".aws/"3

Manifest

Package metadata

Scripts5
  • buildbun build src/index.ts --outdir=dist --target=bun
  • devbun --hot src/index.ts
  • postpackbun run scripts/postpack-dashboard.ts
  • prepackbun run scripts/prepack-dashboard.ts
  • startNODE_ENV=production bun src/index.ts
Dependencies2
  • react^19.2.0
  • react-dom^19.2.0