yeet
Audited by Runlayer on Feb 23, 2026
Malicious tool definition detected
Tool: SKILL.md [1/3] Description: --- argument-hint: <create-pr|update-pr|create-issue|create-discussion> [options] disable-model-invocation: false name: yeet user-invocable: true description: This skill should be used when the user asks to "create a pull request", "create PR", "open PR", "update a pull request", "update PR", "create an issue", "file an issue", "create a GitHub issue", "create a Claude Code issue", "report a bug in Claude Code", "create a Codex issue", "report a bug in Codex CLI
Tool: SKILL.md [2/3] Description: creation workflow with template examples, label strategies, and search patterns, refer to `references/create-issue.md`.
Tool: SKILL.md [3/3] Description: passed.
Malicious tool definition detected
Tool: references/create-discussion.md Description: # Discussion Creation Workflow This reference document describes the workflow for creating GitHub discussions with automatic category selection and optional template support.
Malicious tool definition detected
Tool: references/create-issue.md [1/2] Description: # Issue Creation Workflow Create GitHub issues with automatic labeling, template detection, and intelligent content generation.
Tool: references/create-issue.md [2/2] Description: Users cannot export their data in CSV format, limiting integration options.
Malicious tool definition detected
Tool: references/create-pr.md Description: # Pull Request Workflow Create GitHub pull requests with semantic change analysis, intelligent defaults, and minimal friction.
Malicious tool definition detected
Tool: references/issue-biome.md Description: # Biome Issue Workflow This reference document describes the workflow for creating issues in the `biomejs/biome` repository. The workflow automatically selects the appropriate issue template based on the issue description and generates structured issue content.
Malicious tool definition detected
Tool: references/issue-claude-code.md Description: # Claude Code Issue Workflow This reference document describes the workflow for creating issues in the `anthropics/claude-code` repository.
Malicious tool definition detected
Tool: references/issue-codex-cli.md Description: # Codex CLI Issue Workflow This reference document describes the workflow for creating issues in the `openai/codex` repository. The workflow automatically selects the appropriate issue template based on the issue description and generates structured issue content.
Malicious tool definition detected
Tool: references/issue-sablier.md Description: # Sablier Issue Workflow This reference document describes the workflow for creating issues in `sablier-labs/*` repositories.
Malicious tool definition detected
Tool: references/update-pr.md Description: # Update Pull Request Workflow Update existing GitHub pull requests with semantic change analysis, regenerating titles and descriptions based on actual code changes.
Malicious tool definition detected
Tool: scripts/get-macos-version.sh Description: #!/bin/bash # Get macOS marketing name and version name=$(awk -F 'macOS ' '/SOFTWARE LICENSE AGREEMENT FOR macOS/{gsub(/[0-9]+\.*/, "", $2); gsub(/\\.*/, "", $2); print $2; exit}' "/System/Library/CoreServices/Setup Assistant.app/Contents/Resources/en.lproj/OSXSoftwareLicense.rtf" 2>/dev/null | tr -d ' ') version=$(sw_vers -productVersion 2>/dev/null) if [ -z "$version" ]; then echo "macOS unknown"