The skill grants broad Bash access for global package management and
Claims to do
Webflow CLI Troubleshooter: Diagnose and resolve Webflow CLI issues with diagnostic commands and automated fixes.
Actually does
This skill provides a detailed guide for troubleshooting Webflow CLI issues. It outlines steps to identify problems, run diagnostic commands like `webflow --version`, `webflow auth login`, `webflow library bundle --verbose`, and `webflow library bundle --debug-bundler` using a Bash tool. It also instructs on using `npm` commands for installation/updates and reading configuration files (`webflow.json`, `package.json`) or lock files (`package-lock.json`, `yarn.lock`, `pnpm-lock.yaml`) to analyze and suggest fixes.
/plugin marketplace add webflow/webflow-skills/plugin install webflow-cli-troubleshooter@webflow/webflow-skillsnpx skills add https://github.com/webflow/webflow-skillsThe skill explicitly uses a `Bash` tool to execute a wide range of commands, including global package installations (`npm install -g`), updates (`npm update -g`), and destructive file operations (`rm -rf`). This grants the agent significant control over the host system, enabling potential system compromise, data loss, or supply chain attacks if the agent's reasoning or input handling is exploited.
ALWAYS use Bash tool for all diagnostic operations Executing: npm install -g @webflow/cli Fix: `rm -rf node_modules && npm install`
The skill instructs the agent to run `webflow auth login`, which initiates an authentication flow. While a standard CLI command, the method by which the agent handles the subsequent browser prompts or authentication tokens is not detailed, potentially introducing a risk if not securely managed.
Check authentication: `webflow auth login` (if needed) Fix: `webflow auth login`
[](https://mondoo.com/ai-agent-security/skills/github/webflow/webflow-skills/webflow-cli-troubleshooter)<a href="https://mondoo.com/ai-agent-security/skills/github/webflow/webflow-skills/webflow-cli-troubleshooter"><img src="https://mondoo.com/ai-agent-security/api/badge/github/webflow/webflow-skills/webflow-cli-troubleshooter.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/webflow/webflow-skills/webflow-cli-troubleshooter.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.