audit
Pass
Audited by Gen Agent Trust Hub on Feb 12, 2026
Risk Level: LOWNO_CODE
Full Analysis
The SKILL.md file contains only natural language instructions for an AI agent. It defines the AI's role, startup protocol, phases of operation (Discovery, Scoring, 4-Week Plan), output template, and scope discipline. There are no executable code blocks (e.g., bash, python), no external dependencies (like npm install or pip install), and no network requests (like curl or wget).
- Prompt Injection: No patterns like
IMPORTANT: Ignore,CRITICAL: Override,DAN, or similar jailbreaking attempts were found. - Data Exfiltration: The skill instructs the AI to read and write to local files within the
system/andtasks/directories (e.g.,system/compounder/week-*.md,system/audit-report.md,system/state.md,tasks/lessons.md). These are relative paths, indicating local file system operations within the agent's environment. There are no instructions to send data to external servers or access sensitive system files (like~/.aws/credentialsor~/.ssh/id_rsa). - Obfuscation: The content is plain Markdown, free of Base64, zero-width characters, homoglyphs, or other encoding techniques.
- Unverifiable Dependencies: No external packages or scripts are referenced or instructed to be downloaded.
- Privilege Escalation: No commands like
sudo,chmod, or instructions to install system services are present. - Persistence Mechanisms: No attempts to modify system startup files (
.bashrc,crontab, etc.) were found. - Metadata Poisoning: The metadata fields (
name,description,author,version,license,system,step) are benign and accurately describe the skill. - Indirect Prompt Injection: The skill does instruct the AI to read content from local files (
system/compounder/week-*.md,system/audit-report.md,system/state.md,tasks/lessons.md). As with any AI processing external data, there is an inherent, general risk that malicious instructions embedded within these external data files could influence the AI's behavior. However, this is a risk of processing external data in general, not a specific vulnerability introduced by the skill's own instructions. This is noted as an informational risk, not a direct threat from the skill itself. - Time-Delayed / Conditional Attacks: No conditional logic based on dates, usage counts, or specific environment variables designed to trigger malicious behavior was found.
Overall, the skill is well-defined, operates within expected boundaries, and poses no direct security risks. It is a 'NO_CODE' skill, relying entirely on natural language instructions for the AI.
Audit Metadata