·excessive-data-exposure-anti-pattern
{}

excessive-data-exposure-anti-pattern

過度資料暴露的安全反模式 (CWE-200)。在產生或查看 API 回應、資料庫查詢或資料序列化時使用。檢測傳回過多的數據,包括內部欄位、敏感屬性和相關記錄。

4安裝·0熱度·@igbuend

安裝

$npx skills add https://github.com/igbuend/grimbard --skill excessive-data-exposure-anti-pattern

如何安裝 excessive-data-exposure-anti-pattern

透過命令列快速安裝 excessive-data-exposure-anti-pattern AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/igbuend/grimbard --skill excessive-data-exposure-anti-pattern
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:igbuend/grimbard。

SKILL.md

查看原文

Excessive Data Exposure occurs when APIs return more data than necessary for client functionality. This happens when endpoints serialize raw database objects or model classes without filtering sensitive fields. Attackers intercept API responses to access exposed PII, credentials, and internal system details, even when client-side UI hides this data.

Never serialize and return entire database objects or internal models. This exposes all object properties, including sensitive ones, assuming the client will filter what it needs.

過度資料暴露的安全反模式 (CWE-200)。在產生或查看 API 回應、資料庫查詢或資料序列化時使用。檢測傳回過多的數據,包括內部欄位、敏感屬性和相關記錄。 來源:igbuend/grimbard。

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/igbuend/grimbard --skill excessive-data-exposure-anti-pattern 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/igbuend/grimbard --skill excessive-data-exposure-anti-pattern
分類
{}資料分析
認證
收錄時間
2026-03-13
更新時間
2026-03-13

Browse more skills from igbuend/grimbard

快速解答

什麼是 excessive-data-exposure-anti-pattern?

過度資料暴露的安全反模式 (CWE-200)。在產生或查看 API 回應、資料庫查詢或資料序列化時使用。檢測傳回過多的數據,包括內部欄位、敏感屬性和相關記錄。 來源:igbuend/grimbard。

如何安裝 excessive-data-exposure-anti-pattern?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/igbuend/grimbard --skill excessive-data-exposure-anti-pattern 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/igbuend/grimbard