{
  "entry": {
    "kind": "agent",
    "slug": "rovodev",
    "name": "Rovo Dev",
    "vendor": "Atlassian",
    "description": "Atlassian Rovo Dev AI coding agent",
    "website": "https://www.atlassian.com/rovo-dev",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [],
    "packaging": null,
    "category": "cli",
    "configFiles": [
      {
        "id": "rovodev-project-skill",
        "description": "Rovo Dev project skills",
        "scope": "project",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${PROJECT}\\.rovodev\\skills\\*\\SKILL.md",
          "darwin": "${PROJECT}/.rovodev/skills/*/SKILL.md",
          "linux": "${PROJECT}/.rovodev/skills/*/SKILL.md"
        },
        "extractors": [
          {
            "type": "skill-frontmatter",
            "scope": "project"
          }
        ]
      },
      {
        "id": "rovodev-user-skill",
        "description": "Rovo Dev skills (user-scope)",
        "scope": "global",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${USERPROFILE}\\.rovodev\\skills\\*\\SKILL.md",
          "darwin": "${HOME}/.rovodev/skills/*/SKILL.md",
          "linux": "${HOME}/.rovodev/skills/*/SKILL.md"
        },
        "extractors": [
          {
            "type": "skill-frontmatter",
            "scope": "user"
          }
        ]
      }
    ],
    "updatedAt": "2026-09-02T18:21:41.256Z",
    "risk": {
      "score": 10,
      "band": "low",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}