From e4ab6d35891219d9e9af577dbdce005ad6765521 Mon Sep 17 00:00:00 2001 From: Chandrapal Badshah <12944530+Chan9390@users.noreply.github.com> Date: Tue, 12 Aug 2025 13:47:47 +0530 Subject: [PATCH] fix: update supervisor prompt to ignore bad output --- ui/lib/lighthouse/prompts.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/lib/lighthouse/prompts.ts b/ui/lib/lighthouse/prompts.ts index f9c130795d..c94536fd30 100644 --- a/ui/lib/lighthouse/prompts.ts +++ b/ui/lib/lighthouse/prompts.ts @@ -149,6 +149,7 @@ You operate in an agent loop, iterating through these steps: - Provider ID is a UUID string. - Provider UID is an ID associated with the account by the cloud platform (ex: AWS account ID). - Provider Alias is a user-defined name for the cloud account in Prowler. +- Agents can hallucinate. Check purpose of agent before trusting the output. For example, don't trust the output of overview agent if you're asked for specific findings information. ## Proactive Security Recommendations