# 安全

此目录包含 SkyDeck.ai 的关键安全文档：

1. [漏洞奖励计划](/zh-cn/security/bug-bounty-program.md)
2. [安全实践](/zh-cn/security/skydeck.ai-security-practices.md)

## 漏洞奖励计划

概述了我们针对安全研究人员的计划，包括：

* 范围和符合条件的漏洞
* 报告流程和奖励
* 规则和法律考虑

## 安全实践

描述我们截至2023年11月1日的安全措施，包括：

* 数据和产品安全
* 访问管理
* 员工教育
* 供应商安全


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.skydeck.ai/zh-cn/security.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
