Security Audit
customgpt-automation
github.com/ComposioHQ/awesome-claude-skillsTrust Assessment
customgpt-automation received a trust score of 93/100, placing it in the Trusted category. This skill has passed all critical security checks and demonstrates strong security practices.
SkillShield's automated analysis identified 2 findings: 0 critical, 0 high, 1 medium, and 0 low severity. Key findings include Unpinned Rube MCP dependency, Broad tool execution capabilities via Rube MCP.
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 17, 2026 (commit 99e2a295). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings2
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Unpinned Rube MCP dependency The skill's manifest specifies a dependency on the 'rube' MCP without a version constraint (`"mcp": ["rube"]`). This means the skill will always use the latest available version of Rube, which could introduce breaking changes, new vulnerabilities, or malicious updates without explicit review or control. This poses a supply chain risk. Pin the 'rube' MCP dependency to a specific major or minor version (e.g., `"mcp": ["rube@1.2.3"]` or `"mcp": ["rube@^1.0"]`) in the manifest to ensure stability and allow for controlled updates, mitigating potential supply chain risks. | Static | SKILL.md:4 | |
| INFO | Broad tool execution capabilities via Rube MCP The skill leverages `RUBE_MULTI_EXECUTE_TOOL` and `RUBE_REMOTE_WORKBENCH` to automate Customgpt tasks. These Rube MCP tools are designed to execute arbitrary Composio tools, granting the agent broad capabilities across the Composio ecosystem. While necessary for an automation skill, users should be aware of the extensive actions an agent using this skill could perform, depending on the connected toolkits and permissions. No direct remediation for the skill itself, as this is its intended function. However, users deploying agents with this skill should implement robust access controls and monitoring for the Rube MCP and any connected toolkits to manage the scope of actions an agent can perform. | Static | SKILL.md:80 |
Scan History
Embed Code
[](https://skillshield.io/report/06183a6bc7019215)
Powered by SkillShield