HackerTrans
トップ新着トレンドコメント過去質問紹介求人

devendra116

no profile record

投稿

[untitled]

1 ポイント·投稿者 devendra116·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 devendra116·2 か月前·0 コメント

Show HN: Hum – ad-free terminal music player (Rust, no API keys)

github.com
1 ポイント·投稿者 devendra116·2 か月前·0 コメント

Ask HN: Do you trust AI agents with API keys / private keys?

17 ポイント·投稿者 devendra116·3 か月前·33 コメント

Show HN: Ledge - Policy layer for AI agent payments (prevents unauthorized txns)

github.com
4 ポイント·投稿者 devendra116·4 か月前·0 コメント

Show HN: A playground to test stablecoin gas fees and concurrent txns on Tempo

tempo-playground.vercel.app
2 ポイント·投稿者 devendra116·6 か月前·1 コメント

コメント

devendra116
·3 か月前·議論
if a agent has the keys in the same process, it can easily extract them
devendra116
·3 か月前·議論
interesting, how do you use mitmproxy for calling openAI llm ? or what exactly you use it for ?
devendra116
·3 か月前·議論
which agent framework or tool gives guarantee for leaks?
devendra116
·3 か月前·議論
does you agent only print "Hello World" on console ? or it uses any service ;)
devendra116
·3 か月前·議論
if you usecase is just about dealing with private key and txn signing why not use any KMS service?
devendra116
·3 か月前·議論
so you prefer using separate VM machines?
devendra116
·3 か月前·議論
something that you dont like about using AWS secrets Manager or think it should be handle differently?

im researching around building a execution environment that handle the secret + actual execution, any input is appreciated
devendra116
·3 か月前·議論
so do we need something like `safe agent execution layer - that is policy enforced` (SEAL) we can manage what should be allowed and what not

agent uses llm to plan the action, but the actual execution happens in SEAL.

any example where it would make sense to start with?

open for thoughts
devendra116
·3 か月前·議論
is there any tool that can do this ?
devendra116
·3 か月前·議論
keyring is one of solution but even substituting values at excution does not gaurantee the security as agents can read the process itself.

im building a safe agent execution layer, A runtime where agents can act, but cannot access secrets. kinda sidecar that is callable by agent for using api keys, secrets, private keys, etc and plus one can add policy on how and what a agent can do.

does this seems good?
devendra116
·6 か月前·議論
For those interested, the playground uses a guest wallet stored on browser localstorage so there’s no signup friction.