8 lines
425 B
Markdown
8 lines
425 B
Markdown
# 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.
|