eda-sports
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted user data, creating a surface for indirect prompt injection attacks.
- Ingestion points:
scripts/coverage_table.pyandscripts/panel_report.pyread CSV, Parquet, and JSON files provided by the user. - Boundary markers: There are no explicit delimiters or instructions to ignore embedded commands within the ingested data.
- Capability inventory: The skill has file system write access via
scripts/panel_report.pyand performs data processing using thepandaslibrary. - Sanitization: No input sanitization or validation is performed on the data content before it is processed by the agent.
- [COMMAND_EXECUTION]: The skill instructs the agent to execute internal Python scripts to perform its primary analysis tasks.
- Evidence:
SKILL.mdprovides bash command examples such aspython scripts/coverage_table.pyandpython scripts/panel_report.py. These executions are limited to the skill's own scripts.
Audit Metadata