ux-writing
Audited by Runlayer on Mar 5, 2026
Malicious tool definition detected
run: ./build-skill.sh - name: Check for changes id: check_changes run: | if git diff --quiet dist/ux-writing-skill.zip; then echo "changed=false" >> $GITHUB_OUTPUT else echo "changed=true" >> $GITHUB_OUTPUT fi - name: Create Pull Request if: steps.check_changes.outputs.changed == 'true' run: | BRANCH_NAME="auto-rebuild-$(date +%s)" git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" git checkout -b "$BRANCH_NAME" git add
Malicious tool definition detected
Malicious tool definition detected
### Option 1: Remote Server (Recommended) **Best for:** Quick setup, working from anywhere, no Figma desktop app needed **Requirements:** - Claude Code installed - Figma account (Starter, Professional, Organization, or Enterprise plan) - Internet connection **Setup Steps:** **Step 1: Install Figma MCP** 1. Open your terminal (Terminal on Mac, Command Prompt or PowerShell on Windows) 2. Copy and paste this command: ```bash claude mcp add --transport http figma https://mcp.figma.com/mcp ``` 3.
Tool passed security scan
Malicious tool definition detected
**📖 Full Claude Code setup guide:** [docs/claude-figma-integration.md](docs/claude-figma-integration.md) ### Quick Start with Codex 1. **Configure Codex MCP** - Add to `~/.codex/config.toml`: ```toml [features] rmcp_client = true [mcp_servers.figma] url = "https://mcp.figma.com/mcp" ``` 2.
Malicious tool definition detected
Tool: ux-writing/.gitignore Description: # Build output # Note: dist/ is committed to enable direct downloads from GitHub # The auto-rebuild workflow keeps it in sync when skill files change # dist/ # OS files .DS_Store
Malicious tool definition detected
cancel-in-progress: true jobs: code-review: runs-on: ubuntu-latest timeout-minutes: 15 # Skip draft PRs if: github.event.pull_request.draft == false steps: - uses: Factory-AI/droid-code-review@latest with: factory-api-key: ${{ secrets.FACTORY_API_KEY }} pr-number: ${{ github.event.pull_request.number }} pr-head-sha: ${{ github.event.pull_request.head.sha }}
Tool passed security scan
Tool passed security scan
Passed Files (15)Click to expand
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan