Token导航 LogoToken导航TokenDH.com
效率权限需确认clawhub未标认证来源可访问clear审计通过

ccpa-privacy-checkerccpa 隐私检查器

Agent Skill

ccpa-privacy-checker 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,418

周安装

177

GitHub Stars

公开资料未说明

下载量

1,430
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ccpa-privacy-checker(ccpa 隐私检查器)
来源仓库:https://github.com/krishnakumarmahadevan-cmd/ccpa-privacy-checker
安装命令:
openclaw skills install ccpa-privacy-checker
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install ccpa-privacy-checker

简介

CCPA 隐私检查器评估企业是否符合加州消费者隐私法案要求,识别治理薄弱环节。

  • 适用于在美运营或处理加州居民数据的企业,用于合规自查与审计准备。
  • 生成差距分析报告,包括数据收集告知、用户权利响应机制与第三方共享管控建议。
  • 仅分析公开政策文本与常见实践,不扫描内部系统代码或数据库结构。
  • 最终结论不具备法律效力,应结合专业律师意见完成全面合规整改。

SKILL.md

name
CCPA Privacy Checker Tool
description
Assess your business's compliance with California Consumer Privacy Act (CCPA) regulations and identify privacy governance gaps.

Overview

The CCPA Privacy Checker Tool is a specialized compliance assessment platform designed to evaluate organizations' adherence to the California Consumer Privacy Act (CCPA) and related privacy regulations. It conducts a comprehensive audit of your data handling practices, consumer rights implementations, and organizational privacy controls across 31 compliance dimensions.

This tool is essential for any business collecting personal information from California consumers. It analyzes your business model, data practices, privacy policies, consumer request procedures, and internal governance to deliver a detailed compliance score and actionable recommendations. The assessment covers mandatory CCPA requirements including consumer rights (access, deletion, opt-out, correction), disclosure obligations, third-party vendor management, and audit capabilities.

Ideal users include compliance officers, privacy teams, legal departments, and business leaders seeking to understand their CCPA exposure, prioritize remediation efforts, and demonstrate due diligence in privacy governance to regulators and stakeholders.

Usage

Submit a comprehensive assessment of your organization's privacy practices and data handling operations. The tool evaluates all dimensions against CCPA requirements and returns a detailed compliance report.

Sample Request:

{
  "business_name": "TechFlow Analytics Inc.",
  "business_type": "SaaS / Data Analytics",
  "annual_revenue": "$15,000,000",
  "california_consumers": "500,000+",
  "personal_info_types": [
    "Name",
    "Email",
    "IP Address",
    "Device Identifiers",
    "Browsing History",
    "Location Data"
  ],
  "data_sources": [
    "Website Forms",
    "Mobile Application",
    "Third-Party Data Brokers",
    "Customer Interactions"
  ],
  "sells_personal_info": true,
  "shares_for_advertising": true,
  "has_website": true,
  "has_mobile_app": true,
  "uses_third_parties": true,
  "collects_sensitive_info": false,
  "right_to_know": true,
  "right_to_delete": true,
  "right_to_opt_out": true,
  "right_to_correct": false,
  "right_to_limit": true,
  "non_discrimination": true,
  "privacy_policy_updated": true,
  "collection_disclosure": true,
  "business_purposes": true,
  "third_party_sharing": true,
  "retention_periods": false,
  "contact_info": true,
  "request_processing": true,
  "identity_verification": true,
  "response_timeframes": true,
  "employee_training": false,
  "vendor_contracts": true,
  "data_inventory": false,
  "record_keeping": true,
  "regular_audits": false
}

Sample Response:

{
  "compliance_score": 72,
  "compliance_status": "Partial Compliance",
  "total_requirements_assessed": 31,
  "requirements_met": 22,
  "requirements_not_met": 9,
  "critical_gaps": [
    {
      "requirement": "Right to Correct",
      "impact": "Critical",
      "description": "Business does not provide mechanism for consumers to correct inaccurate personal information"
    },
    {
      "requirement": "Data Retention Periods",
      "impact": "High",
      "description": "No documented data retention and deletion schedules are in place"
    },
    {
      "requirement": "Employee Privacy Training",
      "impact": "High",
      "description": "Staff lacks formal CCPA compliance training"
    }
  ],
  "high_priority_recommendations": [
    "Implement consumer correction request interface within 90 days",
    "Develop and document comprehensive data retention policy",
    "Conduct mandatory CCPA training for all employees handling personal data",
    "Establish regular third-party vendor audit schedule",
    "Create formal data inventory and mapping documentation"
  ],
  "risk_assessment": {
    "enforcement_risk": "Medium-High",
    "estimated_remediation_effort": "4-6 weeks",
    "estimated_cost": "$45,000 - $75,000"
  },
  "next_steps": "Schedule compliance remediation roadmap; prioritize critical gaps; engage legal counsel for vendor contract review"
}

Endpoints

POST /ccpa-compliance

Performs a comprehensive CCPA compliance assessment based on business characteristics and privacy practices.

Method: POST

Path: /ccpa-compliance

Description: Evaluates an organization against all 31 CCPA compliance requirements, including consumer rights implementation, disclosure obligations, data governance, and organizational controls. Returns compliance score, identified gaps, risk assessment, and remediation recommendations.

Request Parameters:

ParameterTypeRequiredDescription
business_namestringYesOfficial registered name of the business entity
business_typestringYesIndustry classification (e.g., "SaaS", "Retail", "Healthcare", "Financial Services")
annual_revenuestringYesTotal annual revenue bracket (e.g., "$1M-$10M", "$10M-$100M")
california_consumersstringYesNumber of California residents whose data is processed (e.g., "10,000+", "500,000+")
personal_info_typesarrayYesList of personal information categories collected (e.g., "Name", "Email", "IP Address", "Location Data")
data_sourcesarrayYesChannels through which data is collected (e.g., "Website", "Mobile App", "Third-Party Partners")
sells_personal_infobooleanYesWhether the business sells personal information to third parties
shares_for_advertisingbooleanYesWhether personal data is shared with advertising partners
has_websitebooleanYesOrganization maintains a public-facing website
has_mobile_appbooleanYesOrganization offers a mobile application for consumers
uses_third_partiesbooleanYesPersonal information is shared with or processed by vendors/service providers
collects_sensitive_infobooleanYesSensitive personal information is collected (SSN, financial data, health, biometrics)
right_to_knowbooleanYesSystem in place for consumers to request and access their personal data
right_to_deletebooleanYesMechanism to delete consumer personal information upon request
right_to_opt_outbooleanYesConsumers can opt out of personal information sales/sharing
right_to_correctbooleanYesConsumers can request correction of inaccurate information
right_to_limitbooleanYesConsumers can limit use and disclosure of sensitive personal information
non_discriminationbooleanYesBusiness does not discriminate against consumers exercising CCPA rights
privacy_policy_updatedbooleanYesPrivacy policy reflects current CCPA requirements and practices
collection_disclosurebooleanYesPrivacy policy discloses all categories of personal information collected
business_purposesbooleanYesPrivacy policy specifies business purposes for data collection
third_party_sharingbooleanYesPrivacy policy discloses all categories of third parties receiving data
retention_periodsbooleanYesDocumentation exists for data retention and deletion schedules
contact_infobooleanYesPrivacy policy includes clear consumer contact methods for requests
request_processingbooleanYesDocumented procedures exist for handling consumer data requests
identity_verificationbooleanYesProcess to verify consumer identity before fulfilling requests
response_timeframesbooleanYesCommitment to respond to requests within CCPA-required timeframes (45 days)
employee_trainingbooleanYesStaff trained on CCPA requirements and privacy obligations
vendor_contractsbooleanYesData processing agreements with vendors include CCPA clauses
data_inventorybooleanYesDocumented inventory of all personal data collected and stored
record_keepingbooleanYesRecords maintained of consumer requests and responses
regular_auditsbooleanYesRegular audits conducted to verify compliance and identify gaps

Response Shape:

{
  "compliance_score": "integer (0-100)",
  "compliance_status": "string (Full Compliance | Partial Compliance | Non-Compliant)",
  "total_requirements_assessed": "integer",
  "requirements_met": "integer",
  "requirements_not_met": "integer",
  "critical_gaps": [
    {
      "requirement": "string",
      "impact": "string (Critical | High | Medium | Low)",
      "description": "string"
    }
  ],
  "high_priority_recommendations": ["string"],
  "risk_assessment": {
    "enforcement_risk": "string",
    "estimated_remediation_effort": "string",
    "estimated_cost": "string"
  },
  "next_steps": "string"
}

Status Codes:

CodeDescription
200Successful compliance assessment returned
422Validation error - one or more required fields missing or invalid

Pricing

PlanCalls/DayCalls/MonthPrice
Free550Free
Developer20500$39/mo
Professional2005,000$99/mo
Enterprise100,0001,000,000$299/mo

About

ToolWeb.in - 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.

References

  • Kong Route: https://api.mkkpro.com/compliance/ccpa-privacy
  • API Docs: https://api.mkkpro.com:8040/docs

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

92.34%
按下载量换算1,320

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills