Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
clampd
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
Clampd-Guard – Runtime Security for Claude Code and Cursor (PreToolUse Hook)
(clampd.dev)
3 points
by
clampd
5mo ago
|
0 comments
2.
▲
by
clampd
6mo ago
Thanks! Yes - since OpenRouter exposes an OpenAI-compatible API, the SDK already works with it today: client = clampd.openai(OpenAI(base_url="https://openrouter.ai/api/v1", api_key="..."), agent_i
3.
▲
Show HN: Clampd – Your AI agent can DROP TABLE. We block it in <10ms
(clampd.dev)
3 points
by
clampd
6mo ago
|
2 comments
4.
▲
by
clampd
6mo ago
This is the "agent with a hammer" problem. The agent is optimized to make changes, so it changes things even when it shouldn't. What's missing is a feedback loop that says "your change made things worse."
5.
▲
by
clampd
6mo ago
It's great to see more security critical software being built in Rust. Memory safety in crypto code is exactly where Rust shines; one use after free in an HSM and your keys are gone. How are you handling side-channel resistance?