knowledge-sync
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution: The skill uses standard command-line tools like the Azure CLI (
az) and the Incident Management CLI (icm) to fetch data. These operations are scoped to specific internal project paths. - Secure Authentication: It utilizes
az login --use-device-codefor authentication, which is a recommended practice that avoids storing secrets directly in the skill. - Data Management: The skill maintains a knowledge base by appending information from work items to local files. This process consolidates findings into development runbooks and checklists within the project.
- Trusted Data Sources: By querying platforms like Azure DevOps (dev.azure.com), the skill retrieves content from established organizational sources to inform its updates.
Audit Metadata