notify-templates
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- File System Operations: The skill provides instructions for appending notification data to a local file path (
/mnt/user/sinks/outbox.jsonl). - Pattern: It uses a Python subprocess pattern (
python -c '...' >> outbox.jsonl) to ensure that structured data is correctly formatted as JSON Lines. - Context: This is a routine data logging operation intended to facilitate batching notifications rather than sending individual API requests, which helps minimize model overhead.
Audit Metadata