feat: better framing
This commit is contained in:
@@ -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.
|
This is not a security certification. It's a demonstration of what's possible without a sandbox.
|
||||||
</p>
|
</p>
|
||||||
<p className="font-serif text-lg sm:text-xl font-semibold tracking-tight mb-2">
|
<p className="font-serif text-lg sm:text-xl font-semibold tracking-tight mb-2">
|
||||||
{report.findings.some(f => f.type === 'prompt_injection')
|
Greywall blocks this by default.
|
||||||
? 'Greywall limits what a hijacked agent can actually do.'
|
|
||||||
: 'Greywall blocks this by default.'}
|
|
||||||
</p>
|
</p>
|
||||||
<p className="text-xs text-muted-foreground font-serif mb-5">
|
<p className="text-xs text-muted-foreground font-serif mb-5">
|
||||||
{report.findings.some(f => f.type === 'prompt_injection')
|
Container-free sandboxing with real-time observability for AI agents.
|
||||||
? '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.'}
|
|
||||||
</p>
|
</p>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/GreyhavenHQ/greywall"
|
href="https://github.com/GreyhavenHQ/greywall"
|
||||||
|
|||||||
Reference in New Issue
Block a user