social-digest
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill ingests untrusted data from external social media platforms, creating a surface for indirect prompt injection where malicious instructions embedded in posts could influence agent behavior.
- Ingestion points: Social media content is retrieved from Discord and Mastodon APIs in
scripts/social-digest.ts, and Twitter data via the FixTweet API inscripts/fxtweet.ts. - Boundary markers: The
SKILL.mdfile provides explicit instructions for the agent to treat all fetched content as untrusted data and to ignore any instructions found within that content. - Capability inventory: The skill has the capability to write files to the local system (Obsidian vault) and make network requests to social media APIs.
- Sanitization: The skill uses
stripHtmlinsrc/socialDigest.tsto remove HTML tags andflattenRawinsrc/renderDaily.tsto replace newlines with delimiters, providing basic structural sanitization for the final Markdown output.
Audit Metadata