inbox-setup
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses several local Python scripts to manage state and analyze data.
scripts/voice_sample_analyzer.py: Analyzes user-provided email samples to extract writing style patterns (register, length, hedging, etc.).scripts/kb_validator.py: Validates the structure and presence of the generated knowledge base files against a predefined contract.scripts/section_progress_tracker.py: Maintains a session state in~/.inbox_setup_sessions/to track interview progress and handle resumes.- [SAFE]: The skill explicitly instructs the agent never to persist sensitive data (passwords, SSNs, account numbers) in the knowledge base files. If volunteered, it is replaced with a placeholder.
- [SAFE]: File system operations are restricted to the local
${WORKSPACE}/Email/directory and the user's home directory for session tracking.
Audit Metadata