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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/generators/app/templates/bitbucket-pipelines.yml | matched "AWS_ACCESS_KEY" | 3 |
Manifest
Package metadata
Scripts9
buildreact-scripts buildformatprettier --write 'src/**/*.{js,jsx,ts,tsx}'lintyarn run lint:types && yarn run lint:sources && yarn run lint:tests && yarn run lint:formatlint: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.tslint:teststslint --config tslint.tests.json -p tsconfig.json --format stylish 'src/**/*.test.ts' 'src/**/*.test.tsx' src/setupTests.tslint:typestscstartreact-scripts starttestreact-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.3react^16.8.6react-dom^16.8.6react-helmet^5.2.0react-router-dom^4.3.1styled-components^3.3.3