meeting-cost-calculator
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [Data Access and Analysis]: The skill requests access to the user's profile and calendar events through the
workiq-ask_work_iqtool. This is necessary for its core functionality of calculating meeting durations, attendee counts, and recurring meeting patterns. The data is used locally to generate metrics and insights. - [Tool Usage]: The skill utilizes the
ask_work_iqtool to fetch specific fields likedisplayName,mail,timeZone, and event details. This implementation follows the principle of least privilege by targeting only the data required for the calculator. - [No External Exfiltration]: There are no patterns indicating that the calendar data or user profile information is being sent to any external third-party servers. All processing described is for the purpose of generating the report within the user's session.
- [Safe Logic and Instructions]: The instructions focus on filtering, aggregating, and grouping calendar data (e.g., filtering out 'free' time or all-day events). The insights and recommendations provided are based on standard productivity heuristics and do not involve any malicious commands or code execution.
Audit Metadata