
Managing Third-Party Vendor Risk
FreeStreamline your vendor risk management processes effectively.
Free · Opens the source repo
What Managing Third-Party Vendor Risk does
Managing Third-Party Vendor Risk is a Python-based skill designed to help organizations establish and maintain a robust third-party risk management (TPRM) program. It aligns with the NIST SP 800-161 Cybersecurity Supply Chain Risk Management (C-SCRM) framework, providing a structured approach to inventorying and tiering vendors, issuing standardized questionnaires, and reviewing compliance evidence such as SOC 2 and ISO 27001 reports. This skill is particularly useful for teams responsible for vendor assessment, risk evaluation, and contract negotiation, ensuring that security and compliance are prioritized in vendor relationships.
The skill facilitates a comprehensive workflow that begins with cataloging all third-party vendors, assessing their inherent risks based on data sensitivity, access levels, and regulatory requirements. By tiering vendors into categories such as Critical, High, Moderate, and Low, users can tailor their due diligence efforts appropriately, focusing resources where they matter most. The process includes critical review of vendor evidence, identifying gaps in compliance, and making informed decisions about risk acceptance or remediation.
In addition to initial assessments, the skill emphasizes the importance of continuous monitoring and reassessment of vendor risks. It provides guidelines for managing Nth-party risks, ensuring that organizations are aware of potential vulnerabilities in their supply chain. By integrating security requirements into contracts and establishing clear right-to-audit clauses, users can enforce accountability and maintain oversight over their vendor ecosystem.
This skill is ideal for security professionals, compliance officers, and procurement teams who need a structured approach to managing vendor risks effectively. It is especially beneficial for organizations that handle sensitive data or operate in regulated industries, where vendor compliance is critical to overall security posture.
When to use it
Use this skill when onboarding new vendors, establishing a TPRM program, or reviewing existing vendor compliance evidence.
When not to use it
This skill may not be suitable for organizations without a defined risk-tiering model or those not engaged in vendor risk management.
What you can build with it
Onboarding New Vendors
Use this skill to assess new vendors before onboarding, ensuring they meet your security and compliance standards.
Establishing a TPRM Program
Leverage this skill to set up a repeatable process for managing third-party risks as part of your organization's risk management strategy.
Reviewing Compliance Evidence
Utilize the skill to critically evaluate vendor compliance evidence, ensuring that all necessary controls are in place before engagement.
How to install Managing Third-Party Vendor Risk
View source1. Install with the skills CLI
npx skills add mukul975/anthropic-cybersecurity-skills/managing-third-party-vendor-risk --agent claude-code2. Or install it manually
Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.
Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs
Inside SKILL.md
Written by mukul975Managing Third-Party Vendor Risk
When to Use
- When assessing a new vendor before onboarding, especially one that will handle sensitive data, connect to your network, or be embedded in a critical process.
- When standing up or maturing a third-party risk management (TPRM) program and you need a repeatable tiering + assessment workflow.
- When tiering an existing vendor portfolio so effort matches risk.
- When reviewing vendor evidence — a SOC 2 Type II report, ISO 27001 certificate, CAIQ, or pen-test summary — and you need to know what to look for.
- When writing security and privacy requirements into a contract / DPA, including breach-notification SLAs and right-to-audit.
- When a vendor (or their subcontractor) suffers a breach and you must assess exposure.
- When managing software supply-chain and Nth-party (fourth-party and beyond) risk.
Prerequisites
- A vendor inventory (who you use, for what, and what data/access each has).
- A defined risk-tiering model (criteria and thresholds) agreed with the business.
- Access to standardized questionnaires (Shared Assessments SIG, CSA CAIQ) and a way to collect evidence.
- Clarity on your own regulatory obligations that flow down to vendors (e.g., HIPAA BAAs, CMMC flowdown, GDPR processor terms, PCI).
- Stakeholders identified: procurement, legal, security, data owner, and the business sponsor.
Workflow
1. Inventory and classify vendors
Catalog every third party and capture: data sensitivity handled, type of access (network, physical, none), business criticality, and regulatory scope. You cannot manage what you have not inventoried — shadow vendors are a common blind spot.
2. Tier by inherent risk
Score each vendor on inherent-risk factors (data sensitivity, access, criticality, regulatory scope, spend/concentration) and assign a tier (e.g., Critical / High / Moderate / Low). The tier drives how deep the assessment goes and how often you reassess. A payroll processor with PII and system access is not the same risk as a stock-photo subscription.
3. Run tier-appropriate due diligence
- Critical/High: full SIG (or SIG Core), request SOC 2 Type II and/or ISO 27001, recent pen-test summary, and evidence of an incident-response capability. Consider an assessor call.
- Moderate: SIG Lite or CAIQ, plus key attestations.
- Low: lightweight questionnaire / self-attestation.
4. Review evidence critically
Don't just collect — read:
- SOC 2 Type II: check scope, the Trust Services Criteria covered, the audit period (not just the date), and especially the exceptions/deviations and any qualified opinion. A clean cover page can hide noted exceptions.
- ISO 27001: confirm the scope statement and the Statement of Applicability actually cover the service you're buying.
- CAIQ: look for "no" answers and CCM domains left blank.
- Pen-test: age, scope, and whether highs/criticals were remediated.
5. Identify gaps and decide
Compare findings against your control requirements. For each gap: accept, require remediation (with a date), add a compensating control on your side, or walk away. Record the residual risk and a risk-owner decision.
6. Codify in the contract / DPA
Bake requirements into the agreement: security control obligations, breach-notification timeline, data-handling and return/destruction terms, right-to-audit / right to assessment evidence, subcontractor (Nth-party) flowdown, and liability/insurance. Contracts are where TPRM gets teeth.
7. Monitor continuously
Tiering is not a one-time gate. For higher tiers: periodic reassessment, security-ratings feeds, breach/news monitoring, certificate-expiry tracking, and watching for material changes (acquisition, region change, new subprocessors). Re-tier on change.
8. Manage Nth-party and concentration risk
Map critical fourth parties (your vendor's key subprocessors) and watch for concentration (many vendors riding on the same upstream provider) — a single upstream outage or breach can hit your whole portfolio at once.
9. Offboard securely
On termination: revoke access and credentials, confirm data return or certified destruction, remove integrations/API keys, and update the inventory. Un-offboarded vendors are standing risk.
Key Concepts
| Concept | Definition |
|---|---|
| Inherent risk | Risk a vendor poses before controls — drives tiering. |
| Residual risk | Risk remaining after the vendor's (and your) controls. |
| Vendor tier | Risk band (Critical/High/Moderate/Low) setting assessment depth and cadence. |
| SIG | Shared Assessments Standardized Information Gathering questionnaire (full / Lite / Core). |
| CAIQ | CSA Consensus Assessments Initiative Questionnaire (maps to the Cloud Controls Matrix). |
| SOC 2 Type II | Attestation on control design and operating effectiveness over a period. |
| Right to audit | Contractual right to assess the vendor or obtain assessment evidence. |
| Nth-party / fourth-party | Your vendor's vendors (and beyond) — indirect supply-chain risk. |
| Concentration risk | Many vendors depending on the same upstream provider. |
| C-SCRM | Cybersecurity Supply Chain Risk Management (NIST SP 800-161). |
Tools & Systems
- NIST SP 800-161 Rev 1 — Cybersecurity Supply Chain Risk Management practices.
- NIST CSF 2.0 — GV.SC — the supply-chain risk-management category (program backbone).
- Shared Assessments SIG and CSA CAIQ / STAR registry — standardized questionnaires.
- SOC 2 / ISO 27001 / PCI AOC / pen-test reports — vendor evidence.
- Security-ratings services (e.g., BitSight/SecurityScorecard-style) — continuous external signal.
- TPRM platforms — OneTrust, ProcessUnity, Prevalent, ServiceNow VRM, etc., to manage the workflow and inventory.
- GDPR DPA / HIPAA BAA / CMMC flowdown — regulatory contract instruments.
Common Scenarios
- New SaaS onboarding. Tier it, send the right questionnaire, read the SOC 2 exceptions, set contract terms, then approve with documented residual risk.
- Portfolio has 400 vendors, no tiers. Tier first; concentrate assessment effort on the Critical/High tail rather than spreading thin.
- Vendor breach in the news. Pull the vendor record, assess data/access exposure, invoke the breach-notification clause, and require a post-incident report.
- Auditor asks for your TPRM program. Show the tiering model, the assessment cadence, and evidence of continuous monitoring mapped to GV.SC.
- Critical fourth party identified. Document the dependency and the concentration risk; build a contingency for that upstream provider.
Output Format
Produce a Vendor Risk Assessment using assets/template.md, containing:
- Vendor profile — service, data handled, access type, business criticality, regulatory scope.
- Inherent-risk tier — score and resulting tier, with rationale.
- Due-diligence performed — questionnaire used and evidence collected (SOC 2 period, ISO scope, pen-test age).
- Findings — gaps with severity, including notable SOC 2 exceptions.
- Decision & residual risk — approve/conditional/reject, with risk-owner sign-off.
- Contractual requirements — security terms, breach SLA, right-to-audit, subprocessor flowdown.
- Monitoring & reassessment plan — cadence, signals watched, re-tier triggers.
- Nth-party notes — critical subprocessors and concentration risk.
Use scripts/process.py to compute a vendor's inherent-risk tier from a profile JSON, set the assessment depth and reassessment cadence, and flag missing evidence for the assigned tier.
Frequently asked questions about Managing Third-Party Vendor Risk
Similar skills
Data Breach Blast Radius Analyzer
Assess potential breach impacts before they occur.
Verify Agent Action
Ensure safe execution of AI agent actions with thorough reviews.
Agent Supply Chain Integrity
Ensure the integrity of AI agent plugins and tools.
Agent OWASP ASI Compliance Check
Ensure your AI agents meet OWASP ASI security standards.
Securing S3 Buckets
Enhance your S3 bucket security with AWS best practices.
AWS Account Enumeration with ScoutSuite
Assess AWS security posture with comprehensive audits.
