Security Audit
zoho_inventory-automation
github.com/ComposioHQ/awesome-claude-skillsTrust Assessment
zoho_inventory-automation received a trust score of 85/100, placing it in the Mostly Trusted category. This skill has passed most security checks with only minor considerations noted.
SkillShield's automated analysis identified 1 finding: 0 critical, 1 high, 0 medium, and 0 low severity. Key findings include Skill advertises tool with arbitrary code execution capabilities.
The analysis covered 4 layers: Manifest Analysis, Static Code Analysis, Dependency Graph, LLM Behavioral Safety. All layers scored 70 or above, reflecting consistent security practices.
Last analyzed on February 20, 2026 (commit 27904475). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Skill advertises tool with arbitrary code execution capabilities The skill documentation explicitly instructs users (and by extension, the LLM) to use `RUBE_REMOTE_WORKBENCH` for bulk operations, stating it can be used with `run_composio_tool()` in a loop with `ThreadPoolExecutor`. This indicates that `RUBE_REMOTE_WORKBENCH` provides an environment for executing arbitrary Python code. This capability represents an excessive permission, as it could be leveraged by a malicious LLM prompt to perform command injection, data exfiltration, or other unauthorized actions if the `RUBE_REMOTE_WORKBENCH` environment is not rigorously sandboxed and secured. Implement strict sandboxing and security controls for the `RUBE_REMOTE_WORKBENCH` environment to prevent arbitrary code from accessing sensitive resources or executing system commands. Consider if a more constrained, purpose-built tool could achieve the desired bulk operations without exposing a full code execution environment. Ensure any code executed within the workbench is subject to rigorous validation and least privilege principles. | LLM | SKILL.md:84 |
Scan History
Embed Code
[](https://skillshield.io/report/3d3ded5029860e7b)
Powered by SkillShield