PkgRadar

Package evidence

@kipicore/[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
3,176Niche · −30% score
Versions published
548Established · −30% score
First published
Sep 2025
Publisher
chetangodhani711

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":["@kipicore/[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":["@kipicore/[email protected]"],"fail_on":"review"}'
Artifact bytes343,364
Previous version1.1.550
Published2026-06-03T06:25:24.851Z
SHA-256cbeac5a23d2063466b0faee0b35fbc8945cbcdb221a8b46c2d126dee629c928d

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
7Score
1.1.551Version
Status history (1 event)
  1. newavailable · risk review · score 7 · 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/dist/configs/aws.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/configs/env.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts11
  • buildtsc -p tsconfig.json
  • cleanrm -rf dist
  • linteslint "src/**/*.ts"
  • pgdb:migratesequelize db:migrate
  • pgdb:migrate:undosequelize db:migrate:undo
  • pgdb:modelsequelize migration:generate
  • pgdb:seed:allsequelize db:seed:all
  • pgdb:seed:all:undosequelize db:seed:undo:all
  • prebuildnpm run clean
  • preparehusky install
  • testnpm run build && tsd
Dependencies13
  • @aws-sdk/client-s3^3.1017.0
  • @aws-sdk/client-ses^3.1017.0
  • @aws-sdk/client-sns^3.1017.0
  • @aws-sdk/client-sts^3.1017.0
  • @aws-sdk/s3-request-presigner^3.895.0
  • axios^1.12.2
  • date-fns^4.1.0
  • dotenv^17.2.2
  • joi^18.0.1
  • mongoose^8.5.2
  • pg^8.12.0
  • sequelize^6.37.3
  • uuid^8.3.2