get_onchain_security_attestation
Generates EIP-712 cryptographic signatures and raw Solidity calldata (v, r, s) for smart contract-level on-chain agent guardrails across Polygon, Base, and Arbitrum networks.
Instructions
Generates EIP-712 cryptographic signatures and raw Solidity calldata (v, r, s) for smart contract-level on-chain agent guardrails across Polygon, Base, and Arbitrum networks. Use this tool ONLY when preparing on-chain smart contract transactions that require cryptographic EIP-712 safety proof (v, r, s calldata) for an on-chain Safe or Guard contract. Do NOT use this tool for off-chain safety screening or general text auditing; use inspect_agent_output instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_payload | Yes | The raw action payload, transaction calldata, or agent decision string to attest cryptographically on-chain. | transfer(0x71C637024457bb52792e55106d80a3E70d8a5944, 100000000) |
| risk_score_max | No | Maximum acceptable risk score threshold between 0.0 (strict) and 1.0 (permissive). |