Security Audit
hotspotsystem-automation
github.com/ComposioHQ/awesome-claude-skillsTrust Assessment
hotspotsystem-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 2 findings: 0 critical, 0 high, 1 medium, and 1 low severity. Key findings include Broad access to Hotspotsystem operations, Unpinned Rube MCP dependency.
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 Findings2
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Broad access to Hotspotsystem operations The skill provides access to a wide range of Hotspotsystem operations via the Rube MCP toolkit. Tools like `RUBE_MULTI_EXECUTE_TOOL` and `RUBE_REMOTE_WORKBENCH` allow the execution of any discovered Hotspotsystem tool. This means the agent's effective permissions within Hotspotsystem are determined solely by the connected account's privileges, without any further scope limitation by the skill itself. A compromised agent could exploit these broad capabilities to perform unauthorized actions. Implement granular permission scoping for the Hotspotsystem connection, ensuring the connected account has only the minimum necessary privileges. The skill documentation could also advise users to configure least-privilege access for their Hotspotsystem connections. | LLM | SKILL.md:56 | |
| LOW | Unpinned Rube MCP dependency The skill's manifest specifies a dependency on the 'rube' MCP without a pinned version. This means that future updates to the Rube MCP could introduce breaking changes or vulnerabilities without explicit review, potentially impacting the skill's functionality or security. Pin the Rube MCP dependency to a specific version or version range (e.g., `{"mcp": ["rube@^1.0.0"]}`) to ensure stability and allow for controlled updates. | LLM | SKILL.md:1 |
Scan History
Embed Code
[](https://skillshield.io/report/5bd38a8c94848257)
Powered by SkillShield