promotional bannermobile promotional banner

KeyStoneMastery

A lightweight WoW addon for Mythic+ groups.

File Details

KeyStoneMastery v1.9.1

  • R
  • Apr 30, 2026
  • 2.59 MB
  • 42
  • 12.0.5
  • Retail

File Name

KeyMaster.zip

Supported Versions

  • 12.0.5
## [1.9.1] - 2026-04-30

### Fixed
- Deferred bootstrap `ADDON_LOADED`/`PLAYER_LOGIN` event binding out of the main chunk and added guarded retry scheduling, reducing `Frame:RegisterEvent()` forbidden-call captures in taint-heavy 12.0.5 sessions.
- Hardened chat keystone-link parsing with a fail-closed readability gate and protected execution path so secret/unreadable payloads cannot trigger string-operation faults.
- Added extra fail-closed protection around chat keystone-link ingestion and command extraction so parsing failures no longer propagate through chat event handling.
- Unified chat payload readability validation through a reusable guarded string-access helper that checks readable string access before normalization/parsing work.