lineage-analysis
Pass
Audited by Gen Agent Trust Hub on May 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized activities were detected. The skill's behavior is consistent with its stated purpose of tracing report dependencies.
- [DATA_EXFILTRATION]: The skill communicates with the official Microsoft Power BI API (api.powerbi.com) to retrieve metadata about reports and datasets. This network activity is restricted to well-known service domains and is essential for the skill's primary function.
- [CREDENTIALS_UNSAFE]: The Python script uses DefaultAzureCredential to securely manage authentication. This is an industry-standard best practice for Azure environments that avoids hardcoding secrets and relies on secure, local identity providers.
- [EXTERNAL_DOWNLOADS]: The skill utilizes well-known Python packages (azure-identity, requests) from official package registries. These are standard dependencies for the tasks being performed.
Audit Metadata