Skip to main content
Back to Templates

Application Risk Assessment

Requires existing dataAssessment

Assess the risk level of every application in your portfolio — security, compliance, technical debt, and more.

Assesses all applications in your portfolio

Requires existing application data

This template analyses your existing application portfolio. Sign up to import your data and use this template. Sign up free →

Which LLM should I use?

Any modern LLM works. GPT-4o and Claude 3.5+ give the best JSON output quality. Gemini Pro is a solid free option.

How it works

  1. 1Fill in optional details below and click Build Prompt.
  2. 2Copy the generated prompt and paste it into ChatGPT, Claude, Gemini, or any LLM.
  3. 3Copy the JSON result from the LLM response.
  4. 4Go to the import page and paste the JSON to import the data into Atlas.

Customise your prompt

Example LLM output

The LLM will return JSON in this format. Paste it into the import page.

{
  "riskAssessments": [
    {
      "applicationName": "Legacy CRM v3",
      "riskLevel": "high",
      "riskJustification": "This in-house CRM from 2009 runs on deprecated infrastructure with no active vendor support.",
      "remediationSuggestion": "Accelerate the planned migration to Salesforce and decommission by Q3.",
      "categories": [
        "security",
        "technical_debt",
        "operational"
      ]
    },
    {
      "applicationName": "SAP S/4HANA",
      "riskLevel": "low",
      "riskJustification": "Core ERP on the latest active release with full SAP Enterprise Support.",
      "remediationSuggestion": "Maintain current patch cadence and review RISE migration timeline.",
      "categories": [
        "vendor"
      ]
    }
  ]
}

Import into Atlas

Paste the JSON from your LLM into Atlas to populate your portfolio in seconds. Free account required.

Sign up to import