agent-mail
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill initializes using a local script path ('~/Projects/leegonzales/agent-mail/src/mail.ts') that is associated with the author's local project environment.
- [EXTERNAL_DOWNLOADS]: The skill uses 'npx tsx' for initialization, which may download the 'tsx' runner from the official npm registry if not already present.
- [SAFE]: Messaging and coordination are handled entirely through a local directory ('.agent-mail/') within the project root, ensuring that agent communication remains on the local file system without external data transmission.
- [SAFE]: No network exfiltration, hardcoded credentials, or obfuscated commands were detected.
Audit Metadata