openclaw-executive-assistant-workflows
Pass
Audited by Gen Agent Trust Hub on Sep 12, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONPERSISTENCECOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill documentation describes workflows that ingest untrusted data from external sources, which could contain malicious instructions designed to influence the agent.
- Ingestion points: The agent is instructed to process files located in
01-data-intake-review/incoming/and.emlfiles in03-offline-communications-triage/eml/(referenced inSKILL.md). - Boundary markers: Absent; the provided prompt templates do not include delimiters or specific instructions to the agent to disregard commands embedded within the data files.
- Capability inventory: The skill involves reading local files and writing markdown reports (defined in
SKILL.md). - Sanitization: Absent; no validation or content filtering of the ingested files is recommended in the templates.
- [PERSISTENCE]: The skill documentation suggests setting up
cronjobs to automate tasks. While intended for user productivity, this illustrates a method for establishing recurring execution on the host system. - [COMMAND_EXECUTION]: The skill provides bash script examples for automating logs and instructions for the user to use
chmod +xto make scripts executable.
Audit Metadata