skills/openclaw/skills/communication/Gen Agent Trust Hub

communication

Pass

Audited by Gen Agent Trust Hub on Feb 13, 2026

Risk Level: LOWNO_CODE
Full Analysis

The skill consists of a main SKILL.md file and several supporting markdown files in a references/ directory, along with a standard _meta.json file. All files are purely descriptive and contain no executable code, shell commands, or programming language constructs.

  1. Prompt Injection: No patterns indicative of prompt injection (e.g., 'IMPORTANT: Ignore', 'CRITICAL: Override', 'You are now unrestricted') were found. The instructions are designed to guide Claude's internal reasoning and response generation within the skill's defined purpose.
  2. Data Exfiltration: There are no commands or code snippets that attempt to read sensitive files (e.g., ~/.aws/credentials, ~/.ssh/id_rsa) or perform network requests to exfiltrate data.
  3. Obfuscation: No forms of obfuscation, such as Base64 encoding, zero-width characters, Unicode homoglyphs, or URL/hex/HTML encoding, were detected in any of the files.
  4. Unverifiable Dependencies: The skill does not install any external packages (e.g., npm install, pip install) or download scripts from external URLs. All references are to local markdown files. The _meta.json file contains a GitHub commit URL, which is a benign reference and not a download instruction.
  5. Privilege Escalation: No commands like sudo, chmod, or instructions for installing services were found.
  6. Persistence Mechanisms: There are no attempts to establish persistence, such as modifying shell configuration files (.bashrc), creating cron jobs, or configuring system services.
  7. Metadata Poisoning: The _meta.json and the front matter in SKILL.md contain benign metadata consistent with the skill's stated purpose.
  8. Indirect Prompt Injection: The skill mentions processing information from 'connected apps' and 'user notes'. While the skill itself does not contain an indirect prompt injection vulnerability, any AI agent processing external, untrusted, or user-controlled data inherently carries a risk of indirect prompt injection if that external data is malicious. This is a general risk for AI agents, not a specific vulnerability introduced by this skill's code.
  9. Time-Delayed / Conditional Attacks: No conditional logic based on dates, times, usage counts, or environment variables was found.

Given that the skill is entirely declarative and contains no executable components, it is considered SAFE.

Audit Metadata
Risk Level
LOW
Analyzed
Feb 13, 2026, 09:44 AM