Intent-Code Divergence
Medium
- Confidence
- 97% confidence
- Finding
- The skill claims that no transcript content is written to disk, but its documented fallback method serializes `trigger_input` to `/tmp/trigger.json`, which includes `transcript_summary`. Even if intended to be brief and deleted immediately, writing summary content to a shared temporary path creates exposure through local disclosure, race conditions, backup/forensics recovery, or improper permissions, and it contradicts the stated safety guarantees.
