figures4papers-python-plot-skill
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [Command Execution] (SAFE): The script
scripts/run_figure.pyusessubprocess.runto execute Python scripts found in thefigure_*directories. While this executes code, it is restricted to the local workspace and is the primary intended function of the skill for validating figure output. - [Indirect Prompt Injection] (SAFE): The skill ingests data from local
figure_*folders to execute scripts, presenting a theoretical injection surface. However, this is mitigated by the fact that it only targets files already present in the user's repository for the purpose of scientific plotting. - Ingestion points:
figure_*source directories. - Boundary markers: Absent.
- Capability inventory:
subprocess.runinscripts/run_figure.pyfor script execution. - Sanitization: Absent.
- [Data Exposure & Exfiltration] (SAFE): No hardcoded credentials, access to sensitive system paths, or network communication patterns were identified.
Audit Metadata