> ## Documentation Index
> Fetch the complete documentation index at: https://exosphere-auto-translate-docs-20260624-1149.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Liệt kê các chính sách

> Xem các chính sách nào được bật, các tham số của chúng và các chính sách tùy chỉnh

```bash theme={null}
failproofai policies
```

Hiển thị tất cả các chính sách cùng với trạng thái, các tham số đã cấu hình và các chính sách tùy chỉnh.

## Ví dụ về kết quả đầu ra

```text theme={null}
Failproof AI Hook Policies (user)

  Status  Name                          Description
  ──────  ──────────────────────────────────────────────────────────────
  ✓       block-sudo                    Block sudo commands
            allowPatterns: ["sudo systemctl status"]
  ✓       block-rm-rf                   Block recursive deletions
  ✗       block-curl-pipe-sh            Block curl|bash patterns
  ✓       sanitize-api-keys             Redact API keys from output
            additionalPatterns: [{ regex: "MY_TOKEN_...", label: "..." }]

  ── Custom Policies (/home/alice/myproject/my-policies.js) ──────────────
  ✓       require-jira-ticket           Block commits without ticket
  ✓       approval-gate                 Approval gate for destructive ops
```

Các khóa không xác định trong `policyParams` sẽ được đánh dấu ở đây để bạn có thể bắt các lỗi đánh máy sớm.
