Intent-Code Divergence
Medium
- Confidence
- 88% confidence
- Finding
- The code comments acknowledge a simplified placeholder database, but draw_tarot_card() randomly selects minor-arcana suits including wands, swords, and pentacles that are absent from TAROT_DATABASE['minor']. This can trigger a KeyError and crash the script, creating a denial-of-service condition for normal use of the skill.
