What problem does it solve?
This Skill prevents newly added challenges from breaking discovery, configuration, translations, or automated testing in OWASP Juice Shop.
Core Features & Use Cases
- Challenge YAML quality control: Ensures
data/static/challenges.yml entries meet naming, key, category, difficulty, hints, tags, mitigations, and disabledEnv conventions.
- Configuration integration checks: Confirms the challenge
key is correctly wired into both config.schema.yml and config/fbctf.yml.
- Localization coverage: Verifies
frontend/src/assets/i18n/en.json contains required category/tag translation keys when new labels are introduced.
- Optional content validation: Checks the presence and expected structure of hacking instructor scripts and coding challenge files when applicable.
- Test safety alignment: Verifies tests are guarded when
disabledEnv is used to avoid environment-incompatible failures.
Quick Start
Use the verify-challenge skill to review a new challenge entry by checking data/static/challenges.yml, CTF mappings in config.schema.yml and config/fbctf.yml, required translation keys, and the corresponding tutorial/code/test artifacts.