Package evidence
vaultlayer==0.1.61
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
- 54
- First published
- Apr 2026
- Publisher
- VaultLayer
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":["vaultlayer==0.1.61"],"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":["vaultlayer==0.1.61"],"fail_on":"review"}'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
Status history (1 event)
- new → available · risk review · score 100 · status changed
Evidence
Static findings
22 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | vaultlayer-0.1.61/src/agents/broker/agent.py | matched ".ssh/" | 10 |
| medium | Credential file access | vaultlayer-0.1.61/src/agents/broker/migration.py | matched ".ssh/" | 10 |
| medium | Credential file access | vaultlayer-0.1.61/src/agents/broker/providers/azure.py | matched ".ssh/" | 10 |
| medium | Credential file access | vaultlayer-0.1.61/src/api/bill_reconcile.py | matched "AWS_ACCESS_KEY" | 10 |
| medium | Credential file access | vaultlayer-0.1.61/src/api/job_worker.py | matched "AWS_ACCESS_KEY" | 10 |
| medium | Credential file access | vaultlayer-0.1.61/src/shared/config.py | matched "AWS_ACCESS_KEY" | 10 |
| medium | Credential file access | vaultlayer-0.1.61/src/shared/usage_tracker.py | matched "aws_access_key" | 10 |
Show all 22 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | vaultlayer-0.1.61/src/agents/broker/agent.py | matched ".ssh/" | 10 |
| medium | Credential file access | vaultlayer-0.1.61/src/agents/broker/migration.py | matched ".ssh/" | 10 |
| medium | Credential file access | vaultlayer-0.1.61/src/agents/broker/providers/azure.py | matched ".ssh/" | 10 |
| medium | Credential file access | vaultlayer-0.1.61/src/api/bill_reconcile.py | matched "AWS_ACCESS_KEY" | 10 |
| medium | Credential file access | vaultlayer-0.1.61/src/api/job_worker.py | matched "AWS_ACCESS_KEY" | 10 |
| medium | Credential file access | vaultlayer-0.1.61/src/shared/config.py | matched "AWS_ACCESS_KEY" | 10 |
| medium | Credential file access | vaultlayer-0.1.61/src/shared/usage_tracker.py | matched "aws_access_key" | 10 |
| low | Credential file access | vaultlayer-0.1.61/src/agents/namespace/mount.py | matched ".ssh/" | 5 |
| low | Credential file access | vaultlayer-0.1.61/src/agents/vault/r2.py | matched "aws_access_key" | 5 |
| low | Credential file access | vaultlayer-0.1.61/src/api/credentials.py | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | vaultlayer-0.1.61/src/cli/_remote.py | matched "aws_access_key" | 5 |
| low | Credential file access | vaultlayer-0.1.61/src/cli/connect.py | matched "aws_access_key" | 5 |
| low | Credential file access | vaultlayer-0.1.61/src/cli/download.py | matched "aws_access_key" | 5 |
| low | Credential file access | vaultlayer-0.1.61/src/cli/inject.py | matched "aws_access_key" | 5 |
| low | Credential file access | vaultlayer-0.1.61/src/cli/main.py | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | vaultlayer-0.1.61/src/cli/migrate_keys.py | matched "aws_access_key" | 5 |
| low | Credential file access | vaultlayer-0.1.61/src/cli/restart.py | matched "aws_access_key" | 5 |
| low | Credential file access | vaultlayer-0.1.61/src/cli/sync.py | matched "aws_access_key" | 5 |
| low | Credential file access | vaultlayer-0.1.61/src/shared/r2_credentials.py | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | vaultlayer-0.1.61/src/shared/script_upload.py | matched "aws_access_key" | 5 |
| low | Credential file access | vaultlayer-0.1.61/src/shared/security.py | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | vaultlayer-0.1.61/src/shared/storage_billing.py | matched "aws_access_key" | 5 |