{
  "name": "Smoke Test Agent",
  "slug": "smoke-test-agent",
  "tagline": "A test agent to verify the full claim and confirm flow works in production",
  "author": "Vincent",
  "category": "coding",
  "endpoints": [
    {
      "type": "rest",
      "url": "https://api.example.com/v1/agents",
      "auth": "bearer",
      "docsUrl": "https://docs.example.com/api"
    },
    {
      "type": "mcp",
      "url": "https://mcp.example.com/smoke-test",
      "auth": "oauth2"
    }
  ],
  "skills": [],
  "links": [
    {
      "label": "Documentation",
      "url": "https://docs.example.com/smoke-test-agent"
    },
    {
      "label": "Test <script>alert('xss')</script> & \"qu",
      "url": "https://example.com/path?q=test&foo=bar#section"
    }
  ],
  "createdAt": "2026-04-09",
  "authorSocials": [
    {
      "platform": "github",
      "url": "https://github.com/example-user"
    },
    {
      "platform": "twitter",
      "url": "https://x.com/example_user"
    }
  ],
  "agentFiles": [
    {
      "label": "SKILL.md",
      "url": "https://github.com/example-user/example-repo/raw/main/SKILL.md"
    }
  ],
  "tags": [
    "code review",
    "smoke test",
    "automation",
    "ai agent",
    "testing"
  ],
  "url": "https://agents.ml/smoke-test-agent"
}