python-visuals
Pass
Audited by Gen Agent Trust Hub on May 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructions and examples for creating Python visualizations in Power BI, utilizing standard libraries like
matplotlibandseaborn. - [SAFE]: References official Microsoft documentation (
learn.microsoft.com) for package support information. - [SAFE]: Recommends the
pbir-clitool for report modifications, which is a standard utility for managing Power BI report formats. - [INDIRECT_PROMPT_INJECTION]: The skill generates scripts that ingest untrusted data from the
datasetvariable. - Ingestion points: The
datasetDataFrame inSKILL.mdand examples likeexamples/visual/bar-chart.json. - Boundary markers: Not utilized in the script templates.
- Capability inventory: Data manipulation and plotting using
pandas,matplotlib, andseabornacross all example scripts. - Sanitization: Instructions suggest using
try/exceptfor robustness but do not include specific data validation logic.
Audit Metadata