What problem does it solve? Submitting an unverified flag in an authorized CTF wastes limited submission attempts and can pollute solve tracking with false positives. This Skill checks a candidate flag's format, source, challenge ownership, and duplicate submission history so only evidence-backed flags reach the submission step. ## Core Features & Use Cases - Format and Pattern Validation: Confirms the candidate matches the contest's configured flag pattern before any submission attempt. - Ownership and Evidence Checks: Verifies the flag actually belongs to the current challenge and is backed by reproducible solver evidence such as scripts or exploit output. - Duplicate Submission Detection: Reviews prior submission history to avoid re-submitting already-tried candidates. - Use Case: While solving a pwn challenge, your exploit prints a string resembling a flag. Run this verification to confirm it matches the flag pattern, belongs to the active challenge, and has not been submitted before, then receive a judgment without any automatic submission. ## Quick Start Verify whether the candidate flag I just extracted belongs to the current challenge and is safe to submit.