PkgRadar

Package evidence

@lendi/[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
8
First published
Jan 2019
Publisher
lendi-owner

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":["@lendi/[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":["@lendi/[email protected]"],"fail_on":"review"}'
Publisherlendi-owner
Artifact bytes194,265
Previous version1.0.3
Published2019-06-06T23:28:12.685Z
SHA-2568d7485fbe3042aae4b2776f660d1cd35c8e30db2f4fba852f7d0dcdd137c3a6e

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
1.1.0Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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/generators/app/templates/bitbucket-pipelines.ymlmatched "AWS_ACCESS_KEY"3

Manifest

Package metadata

Scripts9
  • buildreact-scripts build
  • formatprettier --write 'src/**/*.{js,jsx,ts,tsx}'
  • lintyarn run lint:types && yarn run lint:sources && yarn run lint:tests && yarn run lint:format
  • lint:formatprettier-check '**/*.{json,js,jsx,ts,tsx,md}'
  • lint:sourcestslint --config tslint.sources.json -p tsconfig.json --format stylish 'src/**/*.ts' 'src/**/*.tsx' --exclude 'src/**/*.test.ts' --exclude 'src/**/*.test.tsx' --exclude src/setupTests.ts
  • lint:teststslint --config tslint.tests.json -p tsconfig.json --format stylish 'src/**/*.test.ts' 'src/**/*.test.tsx' src/setupTests.ts
  • lint:typestsc
  • startreact-scripts start
  • testreact-scripts test
Dependencies13
  • @lendi-ui/button^5.3.1
  • @lendi-ui/color^3.1.0
  • @lendi-ui/container^4.1.0
  • @lendi-ui/spacing^4.1.1
  • @lendi-ui/theme^6.2.0
  • @lendi-ui/typography^3.2.1
  • @types/react-helmet^5.0.8
  • @types/react-router-dom^4.3.3
  • react^16.8.6
  • react-dom^16.8.6
  • react-helmet^5.2.0
  • react-router-dom^4.3.1
  • styled-components^3.3.3