Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:40 +08:00
commit c2df1fb3c6
17 changed files with 1469 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# References
Bundled resources for api-security-scanner skill
- [ ] owasp_api_top_10.md: Detailed documentation of each OWASP API Security Top 10 vulnerability, including examples and attack vectors.
- [ ] api_security_best_practices.md: A guide to API security best practices, covering topics such as authentication, authorization, input validation, and error handling.
- [ ] api_schema_example.json: Example API schema to demonstrate how to define and validate API endpoints.
- [ ] api_scan_configuration.md: Documentation on how to configure the API security scanner, including setting scan parameters, defining target APIs, and specifying authentication methods.