Love the scoped, cryptographically verified tokens. Way safer than just hoping an AI won't rm -rf /.
dreynow•1h ago
Thanks! That's exactly the problem - "hoping" isn't a security model. The token either grants the scope or it doesn't. No policy engine, no prompt engineering, just Ed25519 math.
If you want to try it: pip install kanoniv-auth && kanoniv-auth init && kanoniv-auth delegate -s code.edit,test.run -t 4h
AlphaTheGoat•1h ago
dreynow•1h ago
If you want to try it: pip install kanoniv-auth && kanoniv-auth init && kanoniv-auth delegate -s code.edit,test.run -t 4h