no-mistakes
Fail
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill's installation fallback instructions include piping a remote shell script directly into the system shell (
curl -fsSL https://raw.githubusercontent.com/kunchenguid/no-mistakes/main/docs/install.sh | sh). This pattern allows an external source to execute arbitrary commands on the user's machine without verification. - [EXTERNAL_DOWNLOADS]: The skill facilitates the download and installation of binaries from an unverified external source (
github.com/kunchenguid/no-mistakes) via both shell scripts and thego installcommand. These resources are not associated with the skill author or a trusted organization. - [COMMAND_EXECUTION]: The included helper script
scripts/check_no_mistakes.pyuses thesubprocessmodule to execute system commands includinggitandno-mistakes doctor. While these are used for readiness checks, the execution environment and arguments are influenced by the local repository state.
Recommendations
- HIGH: Downloads and executes remote code from: https://raw.githubusercontent.com/kunchenguid/no-mistakes/main/docs/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata