meta-home-it-rescue
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill processes potentially untrusted user messages but mitigates injection risks by wrapping inputs in XML escape tags and truncating long strings in the
intakeandlocal_contextsteps. - [COMMAND_EXECUTION]: Although the skill metadata lists
shellandfilesystem-readcapabilities, the internal instructions prioritize safe diagnostics. It specifically directs the agent to 'propose read-only checks' for Docker, Git, and deployment cases, and ensures commands generated for the user have clearly stated purposes. - [INDIRECT_PROMPT_INJECTION]: The skill provides an interface for processing external data such as logs and command outputs.
- Ingestion points: The
intakeandlocal_contextsteps inSKILL.mdingest untrusted user content frominputs.user_message. - Boundary markers: The skill uses XML escaping and explicit block framing (e.g., 'Request: {{...}}') to separate data from system instructions.
- Capability inventory: The skill has access to
shell,network, andfilesystem-readvia its metadata configuration. - Sanitization: Input is sanitized using the
xml_escapefilter and restricted viatruncate(to 4000 and 5000 characters) to prevent large-scale payload injections.
Audit Metadata