From cf2eb30a047ee69db7330b3bfe8938491d9b788d Mon Sep 17 00:00:00 2001 From: Nik L Date: Wed, 18 Mar 2026 15:37:23 -0400 Subject: [PATCH] feat: better framing --- app/greyscan/page.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/app/greyscan/page.tsx b/app/greyscan/page.tsx index e2c34d7..05cdc82 100644 --- a/app/greyscan/page.tsx +++ b/app/greyscan/page.tsx @@ -611,14 +611,10 @@ export default function GamePage() { This is not a security certification. It's a demonstration of what's possible without a sandbox.

- {report.findings.some(f => f.type === 'prompt_injection') - ? 'Greywall limits what a hijacked agent can actually do.' - : 'Greywall blocks this by default.'} + Greywall blocks this by default.

- {report.findings.some(f => f.type === 'prompt_injection') - ? 'A sandbox can\'t prevent prompt injection, but it ensures a hijacked agent can\'t read secrets, call APIs, or exfiltrate data.' - : 'Container-free sandboxing with real-time observability for AI agents.'} + Container-free sandboxing with real-time observability for AI agents.