ethermail
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes Puppeteer in
scripts/extract-wc-uri.jsto automate browser interactions, including navigating to the EtherMail login page, clicking interface elements, and searching the Shadow DOM. - [EXTERNAL_DOWNLOADS]: The skill requires the
puppeteerNode.js package and suggests the installation of an externalwalletconnect-agentskill for signing operations. - [CREDENTIALS_UNSAFE]: The documentation in
SKILL.mdincludes examples of using aPRIVATE_KEYenvironment variable. It includes explicit security notes advising users never to commit private keys and to use secure storage methods. - [DATA_EXFILTRATION]: The script
extract-wc-uri.jsextracts a WalletConnect session URI from the browser context. This URI is output to stdout for use by the local signing agent and is not transmitted to unauthorized external domains by the skill's code. - [PROMPT_INJECTION]: The instructions include a Telegram Mini App link containing an affiliate ID (
afid_6986e9a5c5a97b905a78c390). While this serves the author's incentive, it does not constitute a malicious prompt injection or security bypass.
Audit Metadata