Caveat verdict
x1-vault-memory
Accesses credentials AND writes files
Encrypted agent memory backup to IPFS using AES-256-GCM with user own wallet keypair; PINATA_JWT used only for uploads to Pinata, changelog notes removal of curl pipe bash install suggestion.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses credentials AND writes files — may persist stolen credentials locally
LLM02 · LLM06 · ASI03
Both reads and writes files — verify scope is limited to intended directories
LLM06 · ASI02
Permission integrity
file_read+write
credential_access
package_install
Findings (5)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
SKILL.md · prose · downgraded · curl | sh
Pipe to sh — executes piped content as shell commands
SKILL.md · prose · downgraded · | sh
References child_process — can spawn system processes
src/heartbeat.js · prose · downgraded · child_process
Popular HTTP library — network access
package-lock.json · prose · downgraded · node-fetch
Node http/https module — low-level network access
src/restore.js · prose · downgraded · require('https')
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
package_installfile_readfile_writecredential_access Thanks — recorded.