memo-sync
Pass
Audited by Gen Agent Trust Hub on Jul 23, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes untrusted data from external files in the
memo_originfolder. - Ingestion points: Files within the
memo_originfolder, including text, markdown, Word documents, and images. - Boundary markers: The instructions do not define delimiters or specific "ignore" markers for the content being processed.
- Capability inventory: The skill utilizes shell command execution via the
statcommand and performs file-write operations to thememo/directory. - Sanitization: No specific sanitization or validation of the input file content is mentioned.
- [COMMAND_EXECUTION]: The skill instructs the agent to execute a shell command (
stat) using a placeholder for the file path ("<원본 파일 경로>"). If a file in thememo_origindirectory has a maliciously crafted name containing shell meta-characters (e.g.,;, backticks, or$()), it could lead to command injection when the agent attempts to retrieve the file's metadata.
Audit Metadata