confidentiality-review
GitHub审查代码变更中是否意外泄露了客户、合作伙伴或外部人员的身份信息,生成安全摘要报告。
Trigger Scenarios
Install
npx skills add different-ai/openwork --skill confidentiality-review -g -y
SKILL.md
Frontmatter
{
"name": "confidentiality-review",
"description": "Flag customer, prospect, partner, or outside-person identities in the diff. Reported in the Warden security summary.",
"allowed-tools": "Read Grep Glob"
}
Flag any added line that identifies a customer, prospect, partner, or outside
person; ignore vendors named as technology, the team itself, fictional
fixtures, and removed lines. Never quote, paraphrase, or otherwise reproduce
identity content. Group related locations under one root-cause finding and give
only file/line locations; state generically how the changed line makes a public
artifact identify an outside party, the smallest generic remediation, the safe
internal location for the content, and Clear when: with an observable
condition. Check contrary evidence before reporting. If the identity is already
public, escalate it; never imply deletion reverses the existing disclosure.
Version History
- c26be48 Current 2026-09-23 01:45


