daily-note-wrapup
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to create and run temporary verification scripts in
tempfile.gettempdir()using ahermes-verify-prefix. This pattern of generating and executing code based on runtime state can be exploited if the inputs to those scripts are not strictly sanitized. - [INDIRECT_PROMPT_INJECTION]: The workflow involves reading today's daily note (specifically
## Logand## Winssections) and Todoist items to generate tomorrow's note. This represents an ingestion point for untrusted data that could contain malicious instructions designed to influence the agent's behavior during the wrap-up process. - [PRIVILEGE_ESCALATION]: The provided script
scripts/atomic-note-replace-verify.shutilizeschflags uchgandchflags nouchgon macOS to set and unset the system immutable flag. While intended for file integrity, this demonstrates use of system-level file attributes to lock resources. - [REMOTE_CODE_EXECUTION]: The instructions mandate using a specific shell script (
scripts/atomic-note-replace-verify.sh) for atomic file operations. While the script is provided locally within the skill, the pattern of directing the agent to execute specific shell scripts for file system recovery increases the risk if the script paths or arguments are manipulated.
Audit Metadata