Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

pci-dss-checkerPCI DSS 检查器

Agent Skill

pci-dss-checker 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,480

周安装

183

GitHub Stars

公开资料未说明

下载量

1,435
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install pci-dss-checker

简介

pci-dss-checker 根据 PCI DSS 标准评估支付卡处理环境的合规性。

  • 适用于金融、电商等涉及信用卡交易的系统开发与维护。
  • 返回结构化评估报告,指出风险项与改进建议。
  • 安装命令:openclaw skills install pci-dss-checker;需提供系统架构与日志样本。
  • 注意:正式审计应由持证机构执行,本工具仅作初步自查参考。

SKILL.md

name
PCI DSS Compliance Checker
description
Evaluates an organization's payment card processing environment against PCI DSS requirements and returns a comprehensive compliance assessment.

Overview

The PCI DSS Compliance Checker is a security assessment tool designed to evaluate whether an organization meets the Payment Card Industry Data Security Standard (PCI DSS) requirements. This API accepts detailed information about your payment processing infrastructure, security controls, and operational practices, then performs a thorough compliance analysis across all 12 PCI DSS requirements.

Organizations handling payment card data—whether through e-commerce platforms, physical point-of-sale systems, mobile payments, or third-party processors—must maintain PCI DSS compliance to protect cardholder data and avoid regulatory penalties. This tool streamlines the self-assessment process by analyzing your security posture across network security, access controls, encryption, vulnerability management, and security policies.

The Compliance Checker is ideal for merchants, payment processors, service providers, security teams, and compliance officers who need to understand their PCI DSS compliance status, identify gaps in their security controls, and prioritize remediation efforts.

Usage

Sample Request:

{
  "organization_name": "TechRetail Inc.",
  "business_type": "E-commerce Retailer",
  "company_size": "Medium (50-500 employees)",
  "transaction_volume": "1-5 million transactions/year",
  "card_brands": ["Visa", "Mastercard", "American Express"],
  "processing_methods": ["Online", "Mail Order/Telephone"],
  "stores_card_data": true,
  "transmits_card_data": true,
  "processes_card_data": true,
  "ecommerce_website": true,
  "physical_locations_pos": false,
  "mobile_payments": true,
  "third_party_processors": true,
  "cloud_services": true,
  "firewall_installed": true,
  "default_passwords_changed": true,
  "network_segmentation": true,
  "card_data_protected": true,
  "transmission_encrypted": true,
  "cryptographic_keys": true,
  "antivirus_installed": true,
  "secure_systems_development": true,
  "vulnerability_management": true,
  "access_controls_by_role": true,
  "unique_user_ids": true,
  "multifactor_auth": true,
  "physical_access_restricted": true,
  "media_securely_handled": true,
  "access_logged": true,
  "logs_regularly_reviewed": true,
  "log_integrity_protected": true,
  "vulnerability_scans": true,
  "penetration_testing": true,
  "network_monitoring": true,
  "security_policy_maintained": true,
  "security_awareness_program": true,
  "incident_response_plan": true,
  "service_provider_monitoring": true
}

Sample Response:

{
  "compliance_status": "Compliant",
  "overall_score": 98,
  "assessment_date": "2025-01-20",
  "organization": "TechRetail Inc.",
  "requirement_summary": {
    "requirement_1": {
      "name": "Install and maintain firewall configuration",
      "status": "Compliant",
      "score": 100
    },
    "requirement_2": {
      "name": "Do not use vendor-supplied defaults",
      "status": "Compliant",
      "score": 100
    },
    "requirement_3": {
      "name": "Protect stored cardholder data",
      "status": "Compliant",
      "score": 100
    },
    "requirement_4": {
      "name": "Encrypt transmission of cardholder data",
      "status": "Compliant",
      "score": 100
    },
    "requirement_5": {
      "name": "Protect systems against malware",
      "status": "Compliant",
      "score": 100
    },
    "requirement_6": {
      "name": "Develop and maintain secure systems",
      "status": "Compliant",
      "score": 100
    },
    "requirement_7": {
      "name": "Implement strong access control measures",
      "status": "Compliant",
      "score": 95
    },
    "requirement_8": {
      "name": "Identify users and restrict access",
      "status": "Compliant",
      "score": 100
    },
    "requirement_9": {
      "name": "Restrict physical access to cardholder data",
      "status": "Compliant",
      "score": 100
    },
    "requirement_10": {
      "name": "Track and monitor access to cardholder data",
      "status": "Compliant",
      "score": 95
    },
    "requirement_11": {
      "name": "Test security systems regularly",
      "status": "Compliant",
      "score": 100
    },
    "requirement_12": {
      "name": "Maintain information security policy",
      "status": "Compliant",
      "score": 100
    }
  },
  "recommendations": [
    "Continue conducting regular vulnerability scans and penetration tests.",
    "Maintain robust service provider monitoring programs.",
    "Schedule quarterly access control audits to ensure least privilege is maintained."
  ],
  "next_steps": "Schedule annual compliance validation assessment."
}

Endpoints

POST /pci-compliance

Description: Performs a PCI DSS compliance assessment based on the organization's payment processing environment and security controls.

Method: POST

Path: /pci-compliance

Request Body:

The endpoint accepts a JSON object with the following properties:

ParameterTypeRequiredDescription
organization_namestringYesName of the organization undergoing assessment
business_typestringYesType of business (e.g., E-commerce Retailer, Payment Processor, Service Provider)
company_sizestringYesSize of the organization (e.g., Small, Medium, Large, Enterprise)
transaction_volumestringYesAnnual transaction volume (e.g., <1M, 1-5M, 5-10M, >10M transactions/year)
card_brandsarray[string]YesList of payment card brands processed (e.g., Visa, Mastercard, American Express, Discover)
processing_methodsarray[string]YesPayment processing methods (e.g., Online, Mail Order/Telephone, In-Person, Mobile)
stores_card_databooleanYesWhether organization stores cardholder data
transmits_card_databooleanYesWhether organization transmits cardholder data
processes_card_databooleanYesWhether organization processes cardholder data
ecommerce_websitebooleanYesWhether organization operates an e-commerce website
physical_locations_posbooleanYesWhether organization operates physical POS locations
mobile_paymentsbooleanYesWhether organization accepts mobile payments
third_party_processorsbooleanYesWhether organization uses third-party payment processors
cloud_servicesbooleanYesWhether organization uses cloud services for payment processing
firewall_installedbooleanYesWhether firewall is installed and configured
default_passwords_changedbooleanYesWhether all default passwords have been changed
network_segmentationbooleanYesWhether cardholder data environment is segmented from public network
card_data_protectedbooleanYesWhether stored cardholder data is encrypted
transmission_encryptedbooleanYesWhether cardholder data transmission is encrypted
cryptographic_keysbooleanYesWhether cryptographic keys are securely managed
antivirus_installedbooleanYesWhether antivirus/malware protection is installed
secure_systems_developmentbooleanYesWhether secure development practices are followed
vulnerability_managementbooleanYesWhether vulnerability management processes are in place
access_controls_by_rolebooleanYesWhether access controls are based on business need and role
unique_user_idsbooleanYesWhether all users have unique user IDs
multifactor_authbooleanYesWhether multi-factor authentication is implemented
physical_access_restrictedbooleanYesWhether physical access to cardholder data facilities is restricted
media_securely_handledbooleanYesWhether media containing cardholder data is securely handled
access_loggedbooleanYesWhether access to cardholder data is logged
logs_regularly_reviewedbooleanYesWhether logs are regularly reviewed
log_integrity_protectedbooleanYesWhether log integrity is protected
vulnerability_scansbooleanYesWhether regular vulnerability scans are performed
penetration_testingbooleanYesWhether penetration testing is conducted annually
network_monitoringbooleanYesWhether network is monitored for unauthorized access
security_policy_maintainedbooleanYesWhether information security policy is maintained and updated
security_awareness_programbooleanYesWhether security awareness training program is in place
incident_response_planbooleanYesWhether incident response plan is documented and tested
service_provider_monitoringbooleanYesWhether service providers are monitored for compliance

Response (200 OK):

Returns a JSON object containing the compliance assessment results, including:

  • compliance_status: Overall compliance status (Compliant, Non-Compliant, Partial)
  • overall_score: Numeric compliance score (0-100)
  • assessment_date: Date of assessment
  • organization: Organization name from request
  • requirement_summary: Detailed assessment for each of the 12 PCI DSS requirements with status and individual scores
  • recommendations: List of prioritized remediation recommendations
  • next_steps: Guidance on follow-up actions

Response (422 Validation Error):

Returns validation errors if required fields are missing or invalid:

{
  "detail": [
    {
      "loc": ["body", "organization_name"],
      "msg": "field required",
      "type": "value_error.missing"
    }
  ]
}

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/pci-dss-checker
  • API Docs: https://api.mkkpro.com:8038/docs

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

71.93%
按下载量换算1,032

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills