add-workiq
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFE
Full Analysis
- Official Tooling Integration: The skill leverages
npx power-apps(Microsoft Power Apps CLI) for connection management and service generation. This is the standard, vendor-recommended approach for configuring M365 connectors in code-based apps. - Session Management Patterns: The provided
McpSessionwrapper implements robust handling for the Model Context Protocol (MCP). It includes automated JSON-RPC id sequencing and stateless-tolerant session initialization, which helps prevent common integration errors like session timeouts. - Data Ingestion Surface: The skill is designed to search and retrieve content from Microsoft 365 (emails, documents, and chats). This involves processing external data, which is a standard requirement for search-based integrations. The implementation uses specific parsing logic to extract text content from structured JSON-RPC responses.
- Security Guidance: The instructions include explicit warnings against persisting sensitive metadata such as OAuth URLs, connection IDs, and environment identifiers in shared project documentation, adhering to best practices for secret management.
Audit Metadata