meeting-prep
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to format a user-supplied date string usingdate -d "${date}". Untrusted input from the--dateargument is interpolated directly into a shell command string. While theallowed-toolsconfiguration attempts to restrict execution to thedatebinary, the lack of input sanitization could allow for argument injection or the execution of subcommands if the shell environment allows it. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (Category 8) due to its data processing workflow.
- Ingestion points: The skill ingests untrusted external data via the
WebSearchandWebFetchtools (referenced through theresearch-companyinvocation) and reads local files likeSUMMARY.mdwhich contain external research. - Boundary markers: There are no instructions to use delimiters, XML tags, or "ignore embedded instructions" warnings when the agent processes the retrieved research content or the
SUMMARY.mdfile. - Capability inventory: The skill possesses significant capabilities, including the ability to
Writefiles to the filesystem and executeBashcommands (mkdir,test,date). - Sanitization: The procedure lacks any specified sanitization, validation, or filtering of the external content before it is used to synthesize talking points and questions, potentially allowing malicious content in the research data to influence the agent's behavior.
Audit Metadata