Live data from Hacker News

Show HN: 1Password Replica (Security Challenge)

github.com

1–3 of 3 posts

Show HN: 1Password Replica (Security Challenge)

#1
I created a replica for 1Password which I created in minutes using Claude Code. I am not even a full-time engineer. I want security researchers to poke hole in the model and find out glaring security holes in a codebase created by an agent, not reviewed or coded bu a human.

Show HN: 1Password Replica (Security Challenge)
github.com

Re: Show HN: 1Password Replica (Security Challenge)

#2
I’m no expert, but this all looks like theater to give the illusion that it made a password manager.

The extension unlock passes off the master password in plain text to a function in the Python backend that just returns that it’s unlocked without actually doing anything.

Am I missing something?

A password manager is the last thing that should be vibe coded.