huawei-cloud-mrs-redis-meta-check
Pass
Audited by Gen Agent Trust Hub on Sep 10, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted metadata from
nodes-*.conffiles provided by the user to perform diagnostic checks. - Ingestion points: User-provided content of Redis metadata files (
SKILL.md, Section 3, Step 1). - Boundary markers: Absent. The skill does not define specific delimiters to separate user data from instructions.
- Capability inventory: The skill is limited to text parsing and generating reports or repair scripts for manual user execution. It does not possess autonomous capabilities for network access, file writing, or system command execution.
- Sanitization: The skill uses
greppatterns to extract specific fields but does not explicitly sanitize or escape the content before displaying it in the generated check report. - [COMMAND_EXECUTION]: The skill references standard shell commands (
grep,vi,cp,mv) for parsing and repair guidance. - Evidence: The commands are provided as instructions for the user to perform administrative tasks on their own cluster hosts (
SKILL.md, Section 4 and 6). The skill does not attempt to execute these commands autonomously.
Audit Metadata