Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:37 +08:00
commit c0c58d8972
8 changed files with 159 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# 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.