dsh-pci-compliance
其他 活跃维护

dsh-pci-compliance

satan9394/dsh-pci-compliance

围绕PCI合规要求,提供卡数据保护方案、六大支柱控制清单与范围缩小策略,可快速集成至合规流程,有效降低卡数据处理安全风险。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
5 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:satan9394/dsh-pci-compliance
git clone https://github.com/satan9394/dsh-pci-compliance.git
git clone git@github.com:satan9394/dsh-pci-compliance.git
README.md main

dsh-pci-compliance

PCI 合规:支付卡数据保护、安全控制清单(六大支柱)、工程落地要点
(缩小范围/托管支付/标记化/密钥管理)、评估输出。不构成合规审计意见。

受 wshobson/agents(38k★ MIT)
的 payment-processing/pci-compliance 技能启发,改编为 DSH 中文原创精简版
(与 dsh-security-hardening 互补)。

安装

dsh plugin --profile web add dsh-pci-compliance
# 或本地开发:dsh plugin --profile web add link:E:\DeepSeek_Harness\workspace\2026_08_15\plugins\dsh-pci-compliance
# 重启 dsh web 生效

使用

对 agent 说"PCI 合规检查 / 卡数据怎么保护",pci-compliance 技能输出
范围 + 数据流 + 控制检查表 + 建议。

结构

dsh-pci-compliance/
├── index.js           # 注册 skills/ 到 ctx.skills
├── cordis.patch.yml   # bundle patch 层
├── package.json       # dsh.bundle manifest
└── skills/pci-compliance/SKILL.md

License

MIT。原创精简改编,灵感来自 wshobson/agents(MIT)。