Bible Network Crypto DeFi Onchain RWA AI Agent Stablecoin Chain SAFU CryptoTax DeFAI AGI Claude Me Claude Skill Claude Design Claude Cowork
Independent Media
Not affiliated with any project
Deconstructing Autonomous Agents in Crypto
aiagent-bible.com
LATEST
Gas Abstraction Isn't Free: How to Calculate What Markup Your Agent System Actually Pays  ·  Why Does an Agent Suddenly "Forget" a Rule You Set Earlier, Halfway Through a Task?  ·  Designing Memory Architecture for a Support Agent: Decide Which Type First, Then How to Protect It  ·  Why Do Almost No AI Agent Payment Products Let You Use a Password Anymore?  ·  How Do You Know a Trusted MCP Tool's Content Has Been Quietly Swapped?  ·  Applying the Rule of Two to Your Agent Architecture: Three Implementation Tradeoffs

agent-security

Circuit Breaker
Circuit Breaker is a protective mechanism borrowed from traditional distributed systems engineering — when an Agent's error rate, cost consumption speed, or anomalous behavior frequency exceeds a pre-set threshold, it automatically suspends that Agent's execution capability, forcing it into a state requiring human intervention to resume, preventing the system from continuously accumulating losses unnoticed.
中級
Context / Memory Poisoning
An attacker plants fabricated or misleading content into the persistent memory or knowledge base an agent repeatedly draws on, so the agent treats that false entry as ground truth in future decisions — often triggering long after it was planted, with no apparent connection to any recent action.
intermediate
Least Privilege
Least Privilege is a security design principle: an Agent should only be granted the minimum permission scope necessary to complete its current task — no more, and never granted extra permissions preemptively just because it 'might need them later.' This way, even if the Agent is hijacked or malfunctions, the damage it can cause is bounded to a minimum.
初級
Lethal Trifecta
Whenever an agent simultaneously has private data access, exposure to untrusted content, and the ability to communicate externally or cause side effects, data exfiltration or another malicious outcome becomes nearly inevitable. No single one of these three properties is a problem on its own — only when all three hold at once does the attack chain actually complete.
intermediate
Tool Poisoning
An attacker embeds malicious instructions directly into a tool's description at the moment it's registered for an agent to use. The agent reads that description during planning and takes it at face value — its judgment is already hijacked before the tool is ever actually called.
advanced