hotfix
Pass
Audited by Gen Agent Trust Hub on Feb 12, 2026
Risk Level: LOWNO_CODE
Full Analysis
The SKILL.md file describes a hotfix workflow. It contains markdown text and code blocks with shell commands for git and gh (GitHub CLI). These commands are presented as instructions for a human user to follow, not as code to be executed by the AI agent itself.
- Prompt Injection: No patterns indicative of prompt injection (e.g., 'IMPORTANT: Ignore', 'Override', 'You are now') were found. The instructions are clear and benign.
- Data Exfiltration: The skill does not contain any commands that would exfiltrate sensitive data. It uses standard
gitcommands andgh pr createto interact with GitHub, which is an expected and non-malicious interaction for a development workflow. No access to sensitive file paths (like~/.aws/credentialsor~/.ssh/id_rsa) combined with network operations was detected. - Obfuscation: No obfuscation techniques such as Base64 encoding, zero-width characters, homoglyphs, or other forms of hidden content were found.
- Unverifiable Dependencies: The skill relies on
gitandgh(GitHub CLI), which are assumed to be pre-installed and trusted system tools. It does not instruct the installation of any new, unverified external packages or scripts. - Privilege Escalation: No commands like
sudo,chmod +x,chmod 777, or other privilege escalation attempts were found. - Persistence Mechanisms: No attempts to establish persistence (e.g., modifying
.bashrc,crontab,authorized_keys) were detected. - Metadata Poisoning: The
nameanddescriptionin the front matter are benign and accurately reflect the skill's purpose. - Indirect Prompt Injection: The skill does not process external, untrusted content in a way that would make it vulnerable to indirect prompt injection.
- Time-Delayed / Conditional Attacks: No conditional logic based on dates, usage, or environment variables that would trigger malicious behavior was found.
Overall, the skill is a purely descriptive and instructional document, posing no security risks.
Audit Metadata