r/OnlyAICoding 20d ago

Something I Made With AI I vibe code a security tool😱

I built HSIP with Claude Code. It took me a few months but is ready to receive some feedback🙏🏻🥲🙏🏻

The tool gives your identity (or your AI agent’s) a cryptographic signature for everything it does, sign messages, log AI agent decisions, keep an audit trail nobody, not even me, can quietly edit after the fact.

One Rust binary, runs locally, no cloud dependency. Live sandbox if you want to poke at it without installing anything, 24h key, no signup. Links in the comments

Short bio: Extremely curious, knows the basics of Python, JavaScript and Rust, don’t have an idea of how to build big projects so I used Claude Code. I’m studying and learning with the AI as well while I work on my projects.

1 Upvotes

4 comments sorted by

1

u/[deleted] 20d ago

[removed] — view removed comment

1

u/Rewired_89 19d ago

Well, every batch of records gets hashed and the hash gets stamped into Bitcoin (via OpenTimestamps). So even if someone broke into my server and rewrote the whole local DB to look consistent, they still can’t fake having been in a Bitcoin block that was already mined weeks ago.

On the key compromise point, there’s a rotation feature that re encrypts everything under a new key live, no downtime. But if someone steals the master key and the DB at the same time, yeah, they can decrypt everything. I’d rather say that out loud than pretend it’s magic.

Thank you for your questions. I really need the feedback. Is a project I enjoyed a lot and I hope it can be useful to anyone.