我建立了一个运行时保护机制,防止人工智能代理做出愚蠢的行为。

1作者: thomaslwang4 天前原帖
大多数AI安全工具是在问题发生后进行检测。我开发了MoltGuard——一种运行时保护机制,可以在执行之前阻止危险的工具调用。<p>安装方式:curl -s https://wry-manatee-359.convex.site/api/v1/download?slug=moltguard -o moltguard.zip<p>目前已有超过16,000次下载,保护AI代理避免执行一些愚蠢的操作,比如删除生产数据库或泄露凭证。
查看原文
Most AI security tools detect problems AFTER they happen. I built MoltGuard - runtime guardrails that block dangerous tool calls BEFORE execution.<p>Install: curl -s https:&#x2F;&#x2F;wry-manatee-359.convex.site&#x2F;api&#x2F;v1&#x2F;download?slug=moltguard -o moltguard.zip<p>Currently at 16K+ downloads protecting AI agents from doing dumb things like deleting production databases or leaking credentials.