Install
openclaw skills install dpdp-compliance-assessmentAssess compliance with India's Digital Personal Data Protection (DPDP) Act 2023 across 7 domains with 41 controls. Use when evaluating DPDP readiness, Indian data privacy compliance, data principal rights, consent management under DPDP, or privacy maturity assessment for organizations operating in India.
openclaw skills install dpdp-compliance-assessmentAssess your organization's compliance with India's Digital Personal Data Protection (DPDP) Act 2023. Evaluates 41 controls across 7 privacy domains and returns an overall maturity score, domain-level analysis, compliance checklist, remediation roadmap, and executive summary.
Built by a CISSP/CISM certified security professional at ToolWeb.in
TOOLWEB_API_KEY — Get your API key from portal.toolweb.incurl must be available on the systemPOST https://portal.toolweb.in/apis/compliance/dpdp-compliance
| Domain | Name | Weight | Controls |
|---|---|---|---|
| data_governance | Data Governance & Inventory | 15% | 6 |
| consent_management | Consent & Preference Management | 20% | 7 |
| data_subject_rights | Data Principal Rights Management | 18% | 6 |
| third_party_management | Vendor & Third-Party Risk Management | 12% | 5 |
| data_security | Data Protection & Security Measures | 15% | 6 |
| breach_management | Incident & Breach Response | — | 5 |
| privacy_governance | Privacy Governance | — | 6 |
| Level | Score | Description |
|---|---|---|
| Initial | 0-25% | Ad-hoc and reactive. Significant gaps. |
| Developing | 26-50% | Basic controls, not consistently applied. |
| Defined | 51-75% | Documented and consistently implemented. |
| Managed | 76-90% | Measured and controlled. Strong compliance. |
| Optimized | 91-100% | Embedded in culture. Continuous improvement. |
Gather inputs from the user:
Organization info:
organization_name — Organization nameindustry_sector — Industry (e.g., "Technology", "Banking & Finance", "Healthcare", "E-commerce", "Telecom", "Education")organization_size — Size (e.g., "Startup", "Small", "Medium", "Large", "Enterprise")data_volume — Volume of personal data (e.g., "Low (<10K records)", "Medium (10K-1M)", "High (1M-10M)", "Very High (>10M)")geographic_scope — Operations scope (e.g., "India only", "India + International", "Global with India operations")Assessment responses — For each of the 41 questions, gather the user's answer. Responses are mapped as question ID to answer string in the responses dictionary.
Key questions by domain:
Data Governance (dg_01 to dg_06):
Consent Management (cm_01 to cm_07):
Data Principal Rights (dsr_01 to dsr_06):
Third-Party Management (tp_01 to tp_05):
Data Security (ds_01 to ds_06):
Breach Management (bm_01 to bm_05):
Privacy Governance (pg_01 to pg_06):
For each question, accept answers like: "Yes, fully implemented", "Partial", "In progress", "No", "Not applicable", or descriptive text.
Call the API:
curl -s -X POST "https://portal.toolweb.in/apis/compliance/dpdp-compliance" \
-H "Content-Type: application/json" \
-H "X-API-Key: $TOOLWEB_API_KEY" \
-d '{
"organization_name": "<org>",
"industry_sector": "<industry>",
"organization_size": "<size>",
"data_volume": "<volume>",
"geographic_scope": "<scope>",
"responses": {
"dg_01": "<answer>",
"dg_02": "<answer>",
...
"pg_06": "<answer>"
},
"include_roadmap": true
}'
Parse the response. The API returns:
overall_score — Compliance score (0-100)maturity_level — Maturity level (Initial/Developing/Defined/Managed/Optimized)report_html — Full assessment reportchecklist_html — Compliance checklistroadmap_html — Remediation roadmapexecutive_summary_html — Board-level summaryPresent results with domain scores and priority actions.
🇮🇳 DPDP Compliance Assessment
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Organization: [name]
Industry: [sector]
Data Volume: [volume]
📊 Overall Score: [XX]% — [maturity_level]
📋 Domain Scores:
📁 Data Governance: [X]%
✋ Consent Management: [X]%
👤 Data Principal Rights: [X]%
🤝 Vendor Management: [X]%
🔒 Data Security: [X]%
🚨 Breach Management: [X]%
📜 Privacy Governance: [X]%
🚨 Critical Gaps:
[List highest-priority non-compliant areas]
📋 Remediation Roadmap:
[Phase-wise actions from the roadmap]
📎 Full report powered by ToolWeb.in
TOOLWEB_API_KEY is not set: Tell the user to get an API key from https://portal.toolweb.inUser: "Check if our fintech company is compliant with India's DPDP Act"
Agent flow:
Created by ToolWeb.in — a security-focused MicroSaaS platform with 200+ security APIs, built by a CISSP & CISM certified professional. Trusted by security teams in USA, UK, and Europe and we have platforms for "Pay-per-run", "API Gateway", "MCP Server", "OpenClaw", "RapidAPI" for execution and YouTube channel for demos.