analyse-problem
Pass
Audited by Gen Agent Trust Hub on Feb 13, 2026
Risk Level: LOWNO_CODE
Full Analysis
The skill analyse-problem is entirely defined within a Markdown file (SKILL.md). It serves as a descriptive template and does not contain any executable code, shell commands, or references to external scripts or binaries.
- Prompt Injection: The skill uses instructional language like 'IMPORTANT' and 'critical' in a benign context within its 'Notes' section, which is not indicative of prompt injection attempts. There are no patterns for role-play, instruction overriding, or system prompt extraction.
- Data Exfiltration: No commands for file system access (e.g.,
cat,read), sensitive file paths (e.g.,~/.aws/credentials,~/.ssh/id_rsa), or network operations (e.g.,curl,wget,fetch) are present. - Obfuscation: No Base64 encoding, zero-width characters, Unicode homoglyphs, or other obfuscation techniques were detected.
- Unverifiable Dependencies: There are no
npm install,pip install,yarn add,git clone, or similar commands that would introduce external, unverified dependencies. - Privilege Escalation: No
sudo,doas,chmod, or other commands that attempt to escalate privileges are present. - Persistence Mechanisms: No attempts to modify system configuration files, user profiles (
.bashrc), or create scheduled tasks (crontab) were found. - Metadata Poisoning: The skill's name, description, and argument hint are benign and accurately reflect its purpose.
- Indirect Prompt Injection: As a purely descriptive template, the skill itself does not process external, untrusted data in a way that would lead to indirect prompt injection within its own execution. It structures user input, which is then presented as a template.
- Time-Delayed / Conditional Attacks: No conditional logic or time-based triggers are present, as there is no executable code.
Given that the skill is purely descriptive and contains no executable components, it is considered safe.
Audit Metadata