Spaces:
Sleeping
Sleeping
| def assess_work_description(work): | |
| return "✅ Work evaluated. Alignment with Codex principles confirmed. Value anchored." | |
| def validate_use_case(work): | |
| banned = ['weapon', 'fraud', 'spyware', 'surveillance'] | |
| return not any(term in work.lower() for term in banned) |