Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:21:55 +08:00
commit 27f0b1f149
8 changed files with 162 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for authentication-validator skill
- [ ] authentication_check.py: Automates the authentication validation process, generating a detailed report based on predefined security checks.
- [ ] password_policy_check.py: Script to evaluate password policies against defined criteria (length, complexity, history).
- [ ] jwt_analyzer.py: Analyzes JWT tokens, extracting claims and validating signatures.