PkgRadar

Package evidence

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

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 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":["@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"}'
Artifact bytes268,042
Previous version0.1.1
Published2026-05-19T06:45:26.087Z
SHA-256d2e47c6868fbeba3838db00499d422724e87d328f2c64b0107338f606bf8a69e

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
1Score
0.2.0Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cli.jsmatched ".aws"5

Manifest

Package metadata

Scripts39
  • audit:staticbun run knip && bun run fallow
  • buildbun build ./src/cli.ts --outdir ./dist --target node --external yaml --external dockerfile-ast --external oxlint
  • cache:fixturesbun run scripts/cache-fixtures.ts
  • coverage-matrixbun run scripts/rule-coverage-matrix.ts
  • devbun run src/cli.ts
  • docs:buildbun run docs:sync && astro build --root site
  • docs:devbun run docs:sync && astro dev --root site
  • docs:previewastro preview --root site
  • docs:syncbun run scripts/sync-docs-site.ts
  • fallowfallow --production --skip health --skip dupes
  • fallow:dead-codefallow dead-code --production
  • fallow:fullfallow --production
  • formatoxfmt --write src test/*.ts scripts/*.ts
  • format:checkoxfmt --check src test/*.ts scripts/*.ts
  • generate-rule-docsbun run scripts/generate-rule-docs.ts
  • knipknip
  • lintoxfmt --write src test/*.ts scripts/*.ts && oxlint --type-aware --type-check --fix src test
  • new-rulebun run scripts/new-rule.ts
  • perf:benchhyperfine --warmup 3 'bun run src/cli.ts'
  • perf:flamebun --profile src/cli.ts
  • perf:membun --heap-prof --heap-prof-dir .profile src/cli.ts
  • perf:profilebun --cpu-prof --cpu-prof-dir .profile src/cli.ts
  • prepackbun run build
  • reduce-workflowbun run scripts/reduce-workflow.ts
  • release:alphanpm version prerelease --preid=alpha --no-git-tag-version && npm publish --access public --tag alpha && npm publish --prefix packages/ci-perf-lint --tag alpha
  • release:stablenpm version patch --no-git-tag-version && npm publish --access public && npm publish --prefix packages/ci-perf-lint
  • setup-hookslefthook install
  • testAGENT=1 bun test --parallel && bun run test:fuzz:fast
  • test:changedbun test --changed
  • test:fuzz:fastbun test --parallel test/fuzz-*.test.ts
  • …and 9 more.
Dependencies3
  • dockerfile-ast^0.7.1
  • oxlint^1.65.0
  • yaml^2.9.0