Files
gh-jeremylongshore-claude-c…/skills/authentication-validator/scripts/README.md
2025-11-30 08:21:55 +08:00

425 B

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.