plotnine
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists entirely of documentation and usage examples for the legitimate plotnine visualization library. No executable code or malicious instructions are present within the skill files.- [EXTERNAL_DOWNLOADS]: The documentation references standard installation procedures for the
plotninepackage usingpiporconda, which are official and trusted package distribution methods.- [INDIRECT_PROMPT_INJECTION]: The skill describes a data processing and visualization workflow, which inherently presents a surface for indirect prompt injection via the data being visualized. - Ingestion points: Untrusted data is ingested into the agent context through DataFrames passed to the
ggplot()function in analytical scripts (described inSKILL.mdandquickstart.md). - Boundary markers: The documentation does not specify the use of boundary markers or instructions to ignore embedded commands in input data.
- Capability inventory: The skill identifies capabilities for file writing (
p.save()inquickstart.md) and the execution of Python scripts via Bash as part of a research pipeline. - Sanitization: No data sanitization or validation methods are described for the input DataFrames.
Audit Metadata