PkgRadar

Package evidence

@take-out/[email protected]

Credential file access: matched ".ssh/"

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
183
First published
Jan 2026
Publisher
nwienert

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":["@take-out/[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":["@take-out/[email protected]"],"fail_on":"review"}'
Publishernwienert
Artifact bytes161,922
Previous version0.4.36
Published2026-06-17T05:24:23.035Z
SHA-256fd705ef9f2f6ad93f1f01dbeedeb537b75f0856a28388bf8aabf87d8bb37b3eb

Why flagged

What the scanner saw

Credential file access: matched ".ssh/"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
60Score
0.4.37Version
Status history (1 event)
  1. newavailable · risk review · score 60 · status changed

Evidence

Static findings

12 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 12 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cjs/commands/onboard.cjsmatched ".ssh/"5
lowCredential file accesspackage/dist/cjs/utils/env-categories.cjsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/cjs/utils/env.cjsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/cjs/utils/files.cjsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/esm/commands/onboard.mjsmatched ".ssh/"5
lowCredential file accesspackage/dist/esm/utils/env-categories.mjsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/esm/utils/env.mjsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/esm/utils/files.mjsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/commands/onboard.tsmatched ".ssh/"5
lowCredential file accesspackage/src/utils/env-categories.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/utils/env.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/utils/files.tsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts8
  • buildtamagui-build --skip-native --skip-types
  • cleantamagui-build clean
  • clean:buildtamagui-build clean:build
  • devbun --watch src/cli.ts
  • lintoxlint src
  • lint:fixoxfmt src && oxlint --fix --fix-suggestions src
  • typechecktko run typecheck
  • watchtamagui-build --skip-native --skip-types --watch
Dependencies6
  • @clack/prompts^0.8.2
  • @take-out/docs0.4.37
  • @take-out/run0.4.37
  • @take-out/scripts0.4.37
  • citty^0.1.6
  • picocolors^1.1.1