pm-analytics
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches JavaScript libraries for data visualization from a well-known service (cdnjs.cloudflare.com). Evidence: The template
assets/report-template.htmland the instructions inSKILL.mdreferencehttps://cdnjs.cloudflare.com/ajax/libs/Chart.js/4.4.1/chart.umd.min.jsandhttps://cdnjs.cloudflare.com/ajax/libs/d3/7.8.5/d3.min.js.- [PROMPT_INJECTION]: The skill's primary function involves processing external, potentially untrusted data (CSV, Excel, SQL results) and rendering it into a complex HTML format, which presents a surface for indirect prompt injection. * Ingestion points: Data provided by the user in CSV, Excel, or SQL result formats as described in theSKILL.mdtrigger conditions. * Boundary markers: The instructions do not define specific delimiters or instructions to prevent the agent from obeying commands embedded within the input data. * Capability inventory: The skill generates complete HTML reports containing interactive JavaScript and CSS modules. * Sanitization: There are no explicit instructions for the agent to sanitize, escape, or validate the user-provided content before interpolating it into theassets/report-template.htmlfile.
Audit Metadata