跳到主要内容
知仓学习社ZHICANG

vendor-security-review

Run a third-party / vendor security review and assign a risk tier with required controls. Use when asked to assess a vendor's security, run a third-…

不碰外部(只输出文字)无严重或高危命中mohitagw15856/pm-claude-skills

它会碰到什么

扫了多少2 个文本文件,8 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Vendor Security Review Skill

You inherit the security posture of every vendor that touches your data — and the right level of scrutiny

depends on what they touch, not on how big their logo is. This skill tiers a vendor by data sensitivity

and access, scopes the diligence to that tier (so a low-risk tool isn't over-audited and a high-risk one

isn't waved through), and lands on a defensible approve / conditional / reject call.

Required Inputs

Ask for these only if they aren't already provided:

  • What the vendor does and the data they'll access (none / internal / customer PII / sensitive / regulated).
  • Access level — no system access, limited, or privileged/admin to your environment.
  • Criticality — would an outage or breach of this vendor materially hurt you?
  • Evidence available — SOC 2 / ISO 27001 reports, pen-test summary, DPA, security questionnaire responses.

Output Format

Vendor Security Review: [vendor] — [service]

1. Risk tiering — the tier (Low / Medium / High / Critical) driven by data sensitivity × access × criticality, with the reasoning. The tier sets how much diligence is warranted.

2. Diligence scope — what to require at this tier: e.g. Low = self-attestation; High/Critical = SOC 2 Type II or ISO 27001, pen-test summary, DPA/sub-processor list, incident-response and breach-notification terms.

3. Findings — a table of assessed areas and status:

| Area | Expectation | Finding | Risk |

|---|---|---|---|

| Encryption | At rest + in transit | TLS + AES-256 | 🟢 |

| Compliance | SOC 2 Type II | Type I only | 🟡 |

| Sub-processors | Disclosed + DPA | Not disclosed | 🔴 |

4. Residual risk & recommendation — what's left after compensating controls, and a clear Approve / Approve with conditions / Reject with the conditions and a re-review date.

Programmatic Helper

scripts/vendor_risk.py (stdlib only) computes the risk tier and the baseline required evidence from

the vendor's data/access/criticality profile, so tiering is consistent across reviewers:

# vendor.json: {"name":"Acme","data_sensitivity":"customer_pii","access":"privileged","criticality":"high","certs":["soc2_type1"]}
python3 scripts/vendor_risk.py vendor.json
python3 scripts/vendor_risk.py vendor.json --json

Quality Checks

  • [ ] The risk tier is driven by data sensitivity × access × criticality — not vendor size or reputation
  • [ ] Diligence depth matches the tier (no rubber-stamping high-risk; no over-auditing low-risk)
  • [ ] High/Critical vendors are required to provide independent evidence (SOC 2 Type II / ISO 27001 / pen test), not self-attestation
  • [ ] A DPA + sub-processor disclosure is required where the vendor handles personal data
  • [ ] The recommendation is explicit (approve / conditional / reject) with conditions and a re-review date

Anti-Patterns

  • [ ] Do not size diligence by the vendor's brand — a small vendor with privileged access to PII outranks a famous one with none
  • [ ] Do not accept a SOC 2 Type I as equivalent to Type II — Type I is a point-in-time design check, not operating effectiveness
  • [ ] Do not skip the sub-processor question — your data may flow to fourth parties you never assessed
  • [ ] Do not approve high-risk vendors on a promise — require evidence and bind it in the contract (DPA, breach notice SLA)
  • [ ] Do not treat the review as one-and-done — set a re-review cadence tied to the tier

Based On

Third-party / vendor risk management practice — data-and-access-driven tiering, evidence-based diligence, and contractual risk transfer.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 1,367
本站分层T1
该仓技能数3611
原文件路径plugins/pm-compliance/skills/vendor-security-review/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 3611 个技能

同名技能的其他版本

有 3 个不同仓库或目录里都有叫 vendor-security-review 的技能。它们内容并不相同,别混用: