Back to automations

live-funding-guard

Live smoke automation for funding and gas preflight enforcement.

web/automation-safety-live.example/live-funding-guard@1.0.1773591821941 type: automation state: imported schema: give-v1

Automation JSON: https://api.give.md/v1/give/automations/web/automation-safety-live.example/live-funding-guard@1.0.1773591821941

Publisher: web:automation-safety-live.example

Namespace: web/automation-safety-live.example

Supported runtimes: codex

Required tools: fetch, markdown, git, shell

Permissions: http:get, storage:write, process:exec

Automation definition

Parameters

Trigger: 0 */6 * * *

Invokes: web/give.md/research-brief-recipe@1.0.0, gh/givemd/workflows/release-review-workflow@1.0.0

Budget: 5, 0.5, 0.01

Install Bootstrap

Share install URL: https://give.md/give/automations/web/automation-safety-live.example/live-funding-guard@1.0.1773591821941

Install API: https://api.give.md/v1/give/automations/install

Normalized runtime: codex

Normalized policy: none

Start paused: no

Trigger: schedule 0 */6 * * *

Budget: max day 5, max run 0.5, min gas 0.01

Funding: delegated-wallet, credit fallback disabled

Controls: pause after 3 errors, approve above 1, notify ops@give.md

Parameters: none pinned

{
  "packageUrl": "https://give.md/give/automations/web/automation-safety-live.example/live-funding-guard@1.0.1773591821941",
  "runtime": "codex",
  "signer": "<required>",
  "availableTools": [
    "fetch",
    "markdown",
    "git",
    "shell"
  ],
  "grantedPermissions": [
    "http:get",
    "storage:write",
    "process:exec"
  ]
}

Warnings: Missing required parameters: topic.

{
  "packageId": "web/automation-safety-live.example/live-funding-guard@1.0.1773591821941",
  "namespaceId": "web/automation-safety-live.example",
  "canonicalPath": "web/automation-safety-live.example/live-funding-guard@1.0.1773591821941",
  "packageSlug": "live-funding-guard",
  "version": "1.0.1773591821941",
  "contentHash": "sha256:40ceddb71e33d0496941946836cdbb0263e9c4650fd7aefb6234efe4fc367ef7",
  "ipfsMirror": {
    "cid": "bafkreicaz3o3ohrt2bewsqmuna3m3oycmpu4izip26xpwyru57spynt664",
    "uri": "ipfs://bafkreicaz3o3ohrt2bewsqmuna3m3oycmpu4izip26xpwyru57spynt664",
    "gatewayUrl": "https://w3s.link/ipfs/bafkreicaz3o3ohrt2bewsqmuna3m3oycmpu4izip26xpwyru57spynt664",
    "contentHash": "sha256:40ceddb71e33d0496941946836cdbb0263e9c4650fd7aefb6234efe4fc367ef7",
    "contentType": "text/markdown; charset=utf-8",
    "mirroredAt": "2026-03-15T16:23:43.415Z",
    "status": "derived"
  },
  "publisherBinding": "web:automation-safety-live.example",
  "verificationState": "imported",
  "importedAt": "2026-03-15T16:23:43.415Z",
  "updatedAt": "2026-03-17T09:22:11.281Z",
  "schemaMode": "give-v1",
  "inferredFields": [],
  "compatibilityWarnings": [],
  "frontmatter": {
    "type": "automation",
    "name": "live-funding-guard",
    "version": "1.0.1773591821941",
    "description": "Live smoke automation for funding and gas preflight enforcement.",
    "publisher": "web:automation-safety-live.example",
    "permissions": [
      "http:get",
      "storage:write",
      "process:exec"
    ],
    "required_tools": [
      "fetch",
      "markdown",
      "git",
      "shell"
    ],
    "supported_runtimes": [
      "codex"
    ],
    "tests": [
      "Blocks low-funding runs",
      "Writes alerts"
    ],
    "artifact_hashes": {
      "automation.md": "sha256:live-funding-guard-1773591821941"
    },
    "parameters": [
      {
        "id": "topic",
        "type": "string",
        "required": true,
        "description": "Topic to research"
      }
    ],
    "trigger": {
      "schedule": "0 */6 * * *"
    },
    "invokes": [
      {
        "packageId": "web/give.md/research-brief-recipe@1.0.0"
      },
      {
        "packageId": "gh/givemd/workflows/release-review-workflow@1.0.0",
        "parameters": {
          "release_tag": "v1.0.0"
        },
        "description": "Review the pending release"
      }
    ],
    "budget": {
      "maxUsdcPerDay": "5",
      "maxUsdcPerRun": "0.5",
      "minEthGasReserve": "0.01"
    },
    "funding": {
      "source": "delegated-wallet",
      "creditFallback": false
    },
    "controls": {
      "pauseOnErrorCount": 3,
      "requireApprovalAboveUsdc": "1",
      "notifyTarget": "ops@give.md"
    },
    "receipts": {
      "mode": "signed"
    },
    "preferred_dependencies": [],
    "fallback_dependencies": [],
    "cost_caps": [],
    "stop_conditions": [],
    "caching_hints": [],
    "escalation_thresholds": [],
    "steps": [],
    "policy_hooks": [],
    "approval_points": [],
    "handoffs": [],
    "receipt_checkpoints": [],
    "output_expectations": []
  },
  "body": "# Live Funding Guard\n\nUse this automation to verify blocked automation runs surface live alerts.",
  "markdown": "---\ntype: automation\nname: live-funding-guard\nversion: 1.0.1773591821941\ndescription: Live smoke automation for funding and gas preflight enforcement.\npublisher: web:automation-safety-live.example\npermissions: [\"http:get\",\"storage:write\",\"process:exec\"]\nrequired_tools: [\"fetch\",\"markdown\",\"git\",\"shell\"]\nsupported_runtimes: [\"codex\"]\ntests: [\"Blocks low-funding runs\",\"Writes alerts\"]\nartifact_hashes: {\"automation.md\":\"sha256:live-funding-guard-1773591821941\"}\nparameters: [{\"id\":\"topic\",\"type\":\"string\",\"required\":true,\"description\":\"Topic to research\"}]\ntrigger: {\"schedule\":\"0 */6 * * *\"}\ninvokes: [\"web/give.md/research-brief-recipe@1.0.0\",{\"packageId\":\"gh/givemd/workflows/release-review-workflow@1.0.0\",\"parameters\":{\"release_tag\":\"v1.0.0\"},\"description\":\"Review the pending release\"}]\nbudget: {\"maxUsdcPerDay\":\"5\",\"maxUsdcPerRun\":\"0.5\",\"minEthGasReserve\":\"0.01\"}\nfunding: {\"source\":\"delegated-wallet\",\"creditFallback\":false}\ncontrols: {\"pauseOnErrorCount\":3,\"requireApprovalAboveUsdc\":\"1\",\"notifyTarget\":\"ops@give.md\"}\nreceipts: {\"mode\":\"signed\"}\n---\n# Live Funding Guard\n\nUse this automation to verify blocked automation runs surface live alerts.\n",
  "attachedPolicy": {
    "policyId": "policy/conservative-usdc@1.0.0",
    "policyHash": "sha256:a363c2c0b513ef0382186d330cc3c9c18071083df98eaddf56f62f0aa8eac6ce",
    "summary": "Allow low-risk Bun or Codex runs with tight USDC and origin limits."
  },
  "receiptStats": {
    "total": 0,
    "success": 0,
    "failed": 0,
    "cancelled": 0
  },
  "benchmarkStats": {
    "total": 0,
    "success": 0,
    "failed": 0
  },
  "authorityType": "web",
  "authority": "automation-safety-live.example",
  "rankingSignalsSnapshot": {
    "verificationScore": 30,
    "declaredTestCount": 2,
    "verifiedReceiptCount": 0,
    "successfulRunReceiptCount": 0,
    "successfulReceiptKindCount": 0,
    "easConfirmedReceiptCount": 0,
    "selfReportedReceiptCount": 0,
    "failedReceiptCount": 0,
    "benchmarkRunCount": 0,
    "successfulBenchmarkCount": 0,
    "successfulBenchmarkTaskCount": 0,
    "benchmarkRuntimeCount": 0,
    "benchmarkSuccessRatePct": 0,
    "averageBenchmarkScorePct": 0,
    "bestBenchmarkScorePct": 0
  },
  "rankingUpdatedAt": "2026-03-17T09:22:11.281Z"
}