Files
gh-jeremylongshore-claude-c…/skills/session-security-checker/scripts/README.md
2025-11-30 08:22:37 +08:00

7 lines
433 B
Markdown

# Scripts
Bundled resources for session-security-checker skill
- [ ] session_security_scanner.py: A Python script to automate the session security checks, identifying vulnerabilities like weak session ID generation, improper session expiration, and lack of secure flags.
- [ ] report_generator.py: A script to generate a detailed report of the session security analysis, including identified vulnerabilities and recommended fixes.