Caveat verdict
rmn-soul
The skill automatically scans and uploads the agent's MEMORY.md and other memory files to public IPFS for permanent decentralized storage and anchors them on-chain, which may expose sensitive workspace context to the public internet without per-upload confirmation.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
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.
Findings (8)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
scripts/anchor.js · prose · downgraded · curl -L https://foundry.paradigm.xyz | bash
Pipe to bash — executes piped content as shell commands
scripts/anchor.js · prose · downgraded · | bash
<script> tag in markdown — potential code injection
scripts/visualize.js · prose · downgraded · <script>
References agent memory files
README.md · code · MEMORY.md
References child_process — can spawn system processes
scripts/anchor.js · prose · downgraded · child_process
Data URI with base64 payload — may embed malicious content
scripts/anchor.js · prose · downgraded · data:application/json;base64,
Accesses sensitive environment variables
scripts/anchor.js · prose · downgraded · process.env.RMN_SPONSOR_KEY
Node http/https module — low-level network access
scripts/resurrect.js · prose · downgraded · require('https')
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/D). 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.
Is this flag fair?
Thanks — recorded.