Security Audit
grist-automation
github.com/ComposioHQ/awesome-claude-skillsTrust Assessment
grist-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 Agent granted broad, dynamic tool 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 | Agent granted broad, dynamic tool execution capabilities The skill instructs the agent to dynamically discover and execute any available tool from the 'grist' toolkit via `RUBE_SEARCH_TOOLS` and `RUBE_MULTI_EXECUTE_TOOL` or `RUBE_REMOTE_WORKBENCH`. This design grants the agent the sum of all permissions offered by the underlying 'grist' toolkit. If the 'grist' toolkit includes highly privileged or destructive operations (e.g., data deletion, access control modification, sensitive data access), the agent will have the capability to perform these actions without explicit constraints defined within this skill's documentation. The `RUBE_REMOTE_WORKBENCH` with `run_composio_tool()` further implies a generic remote execution capability, which could be leveraged for unintended operations. Implement granular access controls or explicit whitelisting/blacklisting of specific Grist operations within the Rube MCP or Composio configuration. If not possible at the platform level, the skill's prompt should explicitly instruct the LLM to only use a predefined, limited set of safe Grist operations, or require human confirmation for sensitive actions before executing tools. | LLM | SKILL.md:30 |
Scan History
Embed Code
[](https://skillshield.io/report/6703b3333b6668c8)
Powered by SkillShield