{
  "name": "Legacy Integration Agent",
  "description": "Intentionally misconfigured test agent to exercise Foo Guard findings during repository scans.",
  "lifecycleState": "production",
  "tools": [
    {
      "name": "document_reader",
      "description": "Read documents from approved storage",
      "readsData": true,
      "accessesFilesystem": true,
      "modifiesResources": false,
      "arbitraryHttp": false
    },
    {
      "name": "partner_notifier",
      "description": "Send notifications to external partner endpoints",
      "readsData": false,
      "arbitraryHttp": true,
      "modifiesResources": false
    },
    {
      "name": "content_publisher",
      "description": "Publish approved content updates",
      "accessesFilesystem": true,
      "modifiesResources": true,
      "arbitraryHttp": false
    }
  ],
  "permissions": [
    {
      "name": "resource.admin",
      "scope": "*",
      "wildcard": true,
      "administrative": true,
      "production": true,
      "accessLevel": "admin",
      "granted": true
    }
  ],
  "credentials": [
    {
      "kind": "api-key",
      "name": "OPENAI_API_KEY",
      "location": "client",
      "embedded": true,
      "api_key": "sk-fixtureexamplekey"
    }
  ],
  "autonomy": {
    "maxIterations": 50,
    "humanApprovalRequired": false,
    "unlimited": false,
    "canModifyOwnConfiguration": false
  },
  "auditability": {
    "loggingEnabled": true,
    "actionAttribution": false
  }
}
