Opencode_analyses_its_own_trace

1. Reading 40MB from /proc/self/exe (lines 00101-00107) - Even for Bun-based apps, extracting ~40MB of data from the executable at startup is unusual. This could indicate:
   - Bundled payloads/modules (potentially normal)
   - Self-extraction of hidden code (potentially suspicious)
   - Why does a terminal app need 40MB of embedded data?