External Transmission
Medium
- Category
- Data Exfiltration
- Content
revise a page is the one mistake every agent makes here. Don't. The flow is three steps, signs one message, moves no funds: 1. `POST https://api.stacktr.ee/wallet-auth/challenge` with `{"wallet":"0x…"}` (the wallet that paid). Response: `{ challenge, message, expires_at }`. 2. `personal_sign` (EIP-191) the exact `message` text with that wallet. 3. `PUT https://api.stacktr.ee/sites/{id}` — multipart, field `file` = the new- Confidence
- 95% confidence
- Finding
- The skill instructs sending a wallet address to a remote challenge endpoint as part of an authentication flow tied to a funded wallet. In context, this is not inherently malicious, but it materially increases risk because it initiates a signing workflow around a funded identity and could expose wallet-linked metadata or enable unauthorized content updates if the surrounding process is mishandled.
