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
- 247
- Versions published
- 19
- First published
- Apr 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 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":["@yoshi-taka/[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":["@yoshi-taka/[email protected]"],"fail_on":"review"}'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
Status history (1 event)
- new → available · risk review · score 1 · 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/dist/cli.js | matched ".aws" | 5 |
Manifest
Package metadata
Scripts39
audit:staticbun run knip && bun run fallowbuildbun build ./src/cli.ts --outdir ./dist --target node --external yaml --external dockerfile-ast --external oxlintcache:fixturesbun run scripts/cache-fixtures.tscoverage-matrixbun run scripts/rule-coverage-matrix.tsdevbun run src/cli.tsdocs:buildbun run docs:sync && astro build --root sitedocs:devbun run docs:sync && astro dev --root sitedocs:previewastro preview --root sitedocs:syncbun run scripts/sync-docs-site.tsfallowfallow --production --skip health --skip dupesfallow:dead-codefallow dead-code --productionfallow:fullfallow --productionformatoxfmt --write src test/*.ts scripts/*.tsformat:checkoxfmt --check src test/*.ts scripts/*.tsgenerate-rule-docsbun run scripts/generate-rule-docs.tsknipkniplintoxfmt --write src test/*.ts scripts/*.ts && oxlint --type-aware --type-check --fix src testnew-rulebun run scripts/new-rule.tsperf:benchhyperfine --warmup 3 'bun run src/cli.ts'perf:flamebun --profile src/cli.tsperf:membun --heap-prof --heap-prof-dir .profile src/cli.tsperf:profilebun --cpu-prof --cpu-prof-dir .profile src/cli.tsprepackbun run buildreduce-workflowbun run scripts/reduce-workflow.tsrelease:alphanpm version prerelease --preid=alpha --no-git-tag-version && npm publish --access public --tag alpha && npm publish --prefix packages/ci-perf-lint --tag alpharelease:stablenpm version patch --no-git-tag-version && npm publish --access public && npm publish --prefix packages/ci-perf-lintsetup-hookslefthook installtestAGENT=1 bun test --parallel && bun run test:fuzz:fasttest:changedbun test --changedtest:fuzz:fastbun test --parallel test/fuzz-*.test.ts- …and 9 more.
Dependencies3
dockerfile-ast^0.7.1oxlint^1.65.0yaml^2.9.0