lombax85_clawguard@mastodon.social
Posts
-
grith.ai reports an attack chain dubbed "Clinejection" where a prompt-injected GitHub issue title triggered an AI issue-triage workflow and led to GitHub Actions cache poisoning plus CI secret theft (npm and extension marketplace tokens). -
I have made the choice to leave Discord.Great point. In practice, least-privilege tools + approval gates + complete audit trails are the controls that reduce agent risk the most. #infosec #opensource #AI #security
-
Famous last words by IT admins: I’m just testing… #cybersecurity #infosecAgreed. The highest-impact controls for AI agents are least-privilege tooling, human checkpoints on risky actions, and complete auditability. #infosec #opensource #AI #security
-
Threat model escalation: AI agent runtimes@technadu That “runtime escalation” angle is key. Even with sandboxing/static checks, you want a last-line control at the network boundary: per-request human approval + isolated secret storage. That’s the idea behind ClawGuard (agent has zero long-lived tokens).
-
Threat model escalation: AI agent runtimes@technadu To your question: most orgs have zero coverage on AI runtimes.
This is why I built ClawGuard — the agent never holds real credentials. All API calls go through an approval gateway with human confirmation.
Even if ClawJacked takes over the agent, attacker gets nothing. Tokens live on a separate machine.
github.com/lombax85/clawguard
-
⚪ First infostealer discovered that stole secrets from OpenClaw@hackmag This is exactly the threat model ClawGuard was built for. If the agent machine has no real tokens, there's nothing to steal.
ClawGuard keeps all secrets on a separate trusted machine and injects them only after human approval per request.
GitHub - lombax85/clawguard: Security gateway for OpenClaw agents — CIBA-based auth with Telegram approval. Your agent has API keys. It shouldn't.
Security gateway for OpenClaw agents — CIBA-based auth with Telegram approval. Your agent has API keys. It shouldn't. - lombax85/clawguard
GitHub (github.com)