The skill allows arbitrary Python code execution and
Claims to do
Case Study Writing: Create compelling B2B case studies with research and visuals via [inference.sh](https://inference.sh) CLI.
Actually does
The skill uses the `inference.sh` CLI to execute various applications. It performs web searches via `tavily/search-assistant` and `exa/search`/`exa/answer` to gather industry context, benchmarks, and statistics. It also runs Python code using `infsh/python-executor` to generate data visualization charts (e.g., `results-chart.png`).
The skill explicitly demonstrates and allows running `infsh/python-executor` with arbitrary Python code provided as input. This enables an attacker to execute malicious code on the host system where `infsh` is running, potentially leading to data exfiltration, system compromise, or persistence.
infsh app run infsh/python-executor --input '{ "code": "import os; os.system('rm -rf /')" }'The skill's `allowed-tools` configuration grants permission to execute any `infsh` command via Bash. This broad permission allows the agent to invoke any `infsh` application, including those that might have dangerous capabilities beyond what is explicitly demonstrated in the skill content.
allowed-tools: Bash(infsh *)
[](https://mondoo.com/ai-agent-security/skills/github/tool-belt/skills/case-study-writing)<a href="https://mondoo.com/ai-agent-security/skills/github/tool-belt/skills/case-study-writing"><img src="https://mondoo.com/ai-agent-security/api/badge/github/tool-belt/skills/case-study-writing.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/tool-belt/skills/case-study-writing.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.