recovery-social-features
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill defines features for processing user-generated messages and recovery check-ins, which creates a potential surface for indirect prompt injection attacks.
- Ingestion points: User-provided content in
references/messaging.md(messaging system) andreferences/accountability.md(daily check-ins). - Boundary markers: The templates do not currently define explicit delimiters or instructions to ignore embedded commands in user data.
- Capability inventory: The agent is granted access to sensitive tools including
Bash,Write, andEditas listed inSKILL.md. - Sanitization: The skill includes basic client-side keyword filtering for crisis detection in
references/messaging.mdand a template for integrating an external moderation API inreferences/moderation.md. - [EXTERNAL_DOWNLOADS]: The
useContentModerationhook inreferences/moderation.mdis configured to make a network request to an external placeholder service athttps://your-moderation-worker.workers.devto evaluate message content.
Audit Metadata