mirror of
https://github.com/block/goose.git
synced 2026-04-29 12:09:38 +00:00
Some checks are pending
Canary / bundle-desktop (push) Blocked by required conditions
Canary / bundle-desktop-linux (push) Blocked by required conditions
Canary / bundle-desktop-windows (push) Blocked by required conditions
Canary / Release (push) Blocked by required conditions
Canary / Prepare Version (push) Waiting to run
Canary / build-cli (push) Blocked by required conditions
Canary / Upload Install Script (push) Blocked by required conditions
CI / changes (push) Waiting to run
CI / Check Rust Code Format (push) Blocked by required conditions
CI / Build and Test Rust Project (push) Blocked by required conditions
CI / Test and Lint Electron Desktop App (push) Blocked by required conditions
CI / bundle-desktop-unsigned (push) Blocked by required conditions
Deploy Documentation / deploy (push) Waiting to run
Documentation Site Preview / deploy (push) Waiting to run
Publish Docker Image / docker (push) Waiting to run
40 lines
1.5 KiB
Text
40 lines
1.5 KiB
Text
---
|
|
title: Staying Safe with goose
|
|
hide_title: true
|
|
description: Keep your goose workflows safe with built-in security features and best practices
|
|
---
|
|
|
|
import Card from '@site/src/components/Card';
|
|
import styles from '@site/src/components/Card/styles.module.css';
|
|
|
|
<h1 className={styles.pageTitle}>Staying Safe with goose</h1>
|
|
<p className={styles.pageDescription}>
|
|
Understanding security risks and following best practices can help you secure your workflows with goose.
|
|
</p>
|
|
|
|
<div className={styles.categorySection}>
|
|
<h2 className={styles.categoryTitle}>📚 Documentation & Guides</h2>
|
|
<div className={styles.cardGrid}>
|
|
<Card
|
|
title="Prompt Injection Detection"
|
|
description="Detect and prevent potentially harmful commands before they run with pattern-based security scanning."
|
|
link="/docs/guides/security/prompt-injection-detection"
|
|
/>
|
|
</div>
|
|
</div>
|
|
|
|
<div className={styles.categorySection}>
|
|
<h2 className={styles.categoryTitle}>📝 Featured Blog Posts</h2>
|
|
<div className={styles.cardGrid}>
|
|
<Card
|
|
title="How to Determine If An MCP Server Is Safe"
|
|
description="Before you plug your agent into just any MCP server, here's how to check if it's actually safe."
|
|
link="/blog/2025/03/26/mcp-security"
|
|
/>
|
|
<Card
|
|
title="Securing the Model Context Protocol"
|
|
description="Building secure and capable AI integrations with Model Context Protocol (MCP) at Block."
|
|
link="/blog/2025/03/31/securing-mcp"
|
|
/>
|
|
</div>
|
|
</div>
|