Aphorisms
Pass
Audited by Gen Agent Trust Hub on Aug 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands like
curlto interact with a local notification service athttp://localhost:31337/notifyandfabric -yfor processing YouTube transcripts. - [DATA_EXFILTRATION]: Execution metadata, including workflow names and timestamps, is appended to a local storage file at
~/.claude/LIFEOS/MEMORY/SKILLS/execution.jsonl. - [PROMPT_INJECTION]: The skill ingests untrusted data from external sources, creating a surface for indirect prompt injection. Ingestion points: The
FindAphorismworkflow usesWebFetchto retrieve content from user-provided URLs. Boundary markers: No explicit delimiters or instructions to ignore embedded prompts are defined for the fetched content. Capability inventory: The agent can modify local files using theEdittool and execute shell commands viacurlandecho. Sanitization: The skill does not describe specific sanitization or filtering steps for content retrieved from external sources before it is analyzed.
Audit Metadata