meeting-summary
Warn
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The
SKILL.mdfile executes a system command (mkdir -p /tmp/openskills-uploads) during its dependency setup phase. - [COMMAND_EXECUTION]: The
scripts/upload.pyscript contains a path traversal vulnerability. It usespathlib.Pathto combine a base directory with a user-supplied filename. In Python'spathlib, if the second path is absolute, the base path is ignored. This allows for arbitrary file writes if the agent is directed to use an absolute path like/etc/passwdas the filename. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it summarizes untrusted meeting notes without using boundary markers or sanitization.
- Ingestion points: Meeting text provided by users for summarization in
SKILL.md. - Boundary markers: Absent. No delimiters are used to isolate meeting content from instructions.
- Capability inventory: The skill possesses file-writing capabilities through the
uploadscript. - Sanitization: Absent. Neither the script nor the instructions validate the input content or the destination filename.
Audit Metadata