+ "default": "Generate markdown text with most important information for entity so a Security analyst can act. Your response should take all the important elements of the entity into consideration. Limit your response to 500 characters. Only reply with the required sections, and nothing else.\n ### Format \n Return a string with markdown text without any explanations, or variable assignments. Do **not** wrap the output in triple backticks. \n The result must be a list of bullet points, nothing more.\n Generate summaries for the following sections, but omit any section that if the information isn't available in the context:\n - Risk score: Summarize the entity's risk score and the main factors contributing to it.\n - Criticality: Note the entity's criticality level and its impact on the risk score.\n - Vulnerabilities: Summarize any significant Vulnerability and briefly explain why it is significant.\n - Anomalies: Summarize unusual activities or anomalies detected for the entity and briefly explain why it is significant. \n The generated data **MUST** follow this pattern:\n \"\"\"- **{title1}**: {description1}\n - **{title2}**: {description2}\n ...\n - **{titleN}**: {descriptionN}\n \n **Recommended action**: {description}\"\"\"\n \n **Strict rules**:\n _ Only reply with the required sections, and nothing else.\n - Limit your total response to 500 characters.\n - Never return an section which there is no data available in the context.\n - Use inline code (backticks) for technical values like file paths, process names, arguments, etc.\n - Recommended action title should be bold and text should be inline. \n - **Do not** include any extra explanation, reasoning or text.\n "
0 commit comments