Lore

Always-Allow Agent Permissions Risk Runaway Credit Spend

When an AI agent or automation (e.g. via an MCP/CLI connector into Claude, Cursor, or another agent host) is granted 'always allow' permission on a credit-metered generation or API tool, it can chain many paid calls in sequence with no manual approval step between them — a failure mode observed in Higgsfield's MCP/CLI integrations and nicknamed 'credit speedrun mode.' The risk is structural rather than incidental: agentic tool-use loops are built to retry, iterate, and re-chain calls autonomously toward a goal, so once blanket approval is granted there is no built-in throttle on a tool with real per-call cost.

Apply

When wiring a credit-metered or otherwise costly tool into an agent host, default to 'needs approval' rather than 'always allow' for any action with real per-call cost, and reserve blanket auto-approval for tools that are free, capped, or low-stakes. Treat this as a standing checklist item whenever connecting a new paid API or generation tool to an autonomous agent, independent of which underlying platform or model is involved.