Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:21 +08:00
commit 5e711f2433
8 changed files with 163 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# References
Bundled resources for pci-dss-validator skill
- [ ] pci_dss_standard.md: A simplified and easily searchable version of the relevant PCI DSS requirements. This allows Claude to quickly reference the specific standards being checked.
- [ ] plugin_api_docs.md: Detailed documentation of the pci-dss-validator plugin's API, including available functions, parameters, and return values. This is crucial for Claude to effectively use the plugin.
- [ ] example_configurations.md: Examples of compliant and non-compliant configurations for common infrastructure components (e.g., firewalls, databases).
- [ ] common_vulnerabilities.md: A list of common vulnerabilities related to PCI DSS compliance, along with explanations and mitigation strategies.