PkgRadar

Package evidence

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

Weekly downloads
555
Versions published
40
First published
Mar 2026
Publisher
oyasmi

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":["@oyasmi/[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":["@oyasmi/[email protected]"],"fail_on":"review"}'
Publisheroyasmi
Artifact bytes156,229
Previous version0.6.7
Published2026-05-26T16:07:04.337Z
SHA-256f110c5eaeec4af4fb8dbf0a2c0fa92d7ad4135a147ecd76ef51b091c08e393e5

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
5Score
0.6.8Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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/security/path-guard.jsmatched ".ssh"5

Manifest

Package metadata

Scripts10
  • buildtsc -p tsconfig.build.json && node -e "require('node:fs').chmodSync('dist/main.js', 0o755)"
  • checknpm run lint && npm run typecheck && npm run test
  • cleannode -e "require('node:fs').rmSync('dist', { recursive: true, force: true }); require('node:fs').rmSync('coverage', { recursive: true, force: true });"
  • devtsc -p tsconfig.build.json --watch --preserveWatchOutput
  • lintbiome check .
  • prepublishOnlynpm run clean && npm run build && npm run check
  • testvitest --run
  • test:coveragevitest --run --coverage
  • test:e2evitest --run --config vitest.config.e2e.ts
  • typechecktsc --noEmit -p tsconfig.json
Dependencies14
  • @earendil-works/pi-agent-core^0.75.5
  • @earendil-works/pi-ai^0.75.5
  • @earendil-works/pi-coding-agent^0.75.5
  • @mozilla/readability^0.6.0
  • axios^1.7.0
  • croner^9.1.0
  • diff^8.0.2
  • dingtalk-stream^2.1.4
  • http-proxy-agent^7.0.2
  • https-proxy-agent^7.0.6
  • jsdom^26.1.0
  • proxy-from-env^1.1.0
  • socks-proxy-agent^8.0.5
  • typebox^1.1.34