This directory contains utility scripts, demo programs, and development tools for the SAFLA system.
system_status_report.py- Generates comprehensive system status reportsverify_system.py- System verification and validation scriptsbuild.py- Build and packaging utilitiesinstall.py- Installation utilities
comprehensive_capability_test.py- Comprehensive capability testingfinal_capability_verification.py- Final capability verificationfinal_system_test.py- Final system testingminimal_security_test.py- Minimal security testingquick_capability_test.py- Quick capability tests
demo_jwt_mcp_client.py- JWT MCP client demonstration
Run scripts from the SAFLA root directory:
# From /workspaces/SAFLA/
python scripts/system_status_report.py
python scripts/verify_system.py
python scripts/comprehensive_capability_test.pyMost scripts require the SAFLA package to be installed or available in the Python path. Some scripts may have additional dependencies listed in their respective files.