session-status
Pass
Audited by Gen Agent Trust Hub on Feb 12, 2026
Risk Level: LOWNO_CODE
Full Analysis
The SKILL.md file describes a process for an AI agent to generate session status information. It explicitly states under 'Tools Used' that it uses '(none) | Pure calculation, no external tools', indicating that it does not involve any executable scripts, external dependencies, or system interactions.
- Prompt Injection: No patterns indicative of prompt injection (e.g., 'IMPORTANT: Ignore', role-play, developer mode activation) were found. The instructions are descriptive for the AI's internal process.
- Data Exfiltration: No file paths or network operations (like
curl,wget,fetch) are mentioned, confirming no data exfiltration attempts. - Obfuscation: No Base64, zero-width characters, Unicode homoglyphs, or other obfuscation techniques were detected.
- Unverifiable Dependencies: No package installations (
npm,pip) or external script downloads are present. - Privilege Escalation: No
sudo,chmod, or other privilege escalation commands are used. - Persistence Mechanisms: No attempts to modify system configuration files or create persistent access mechanisms were found.
- Metadata Poisoning: The skill's name and description are benign, and no malicious instructions were found hidden in other metadata-like sections.
- Indirect Prompt Injection: While any skill processing external data could theoretically be susceptible, this skill's described actions are purely formatting and tracking, not executing commands based on inputs. The risk is minimal for this skill's direct actions.
- Time-Delayed / Conditional Attacks: No conditional logic designed to trigger malicious behavior based on time, usage, or environment was identified.
Given that the skill is purely instructional markdown without any executable components or external calls, it is considered SAFE.
Audit Metadata