simplified-social
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface as it ingests untrusted data from external social media platforms. However, this is mitigated by strict architectural safeguards.
- Ingestion points: Social media account names, draft content, and analytics data retrieved via the
social_getSocialMediaAccounts,social_getSocialMediaDrafts, andsocial_getSocialMediaAnalytics*tools. - Boundary markers: The instructions explicitly require the agent to show the composed post to the user and obtain manual confirmation before executing any
scheduleoradd_to_queueactions. - Capability inventory: The primary write capability is
social_createSocialMediaPost, which is gated by the aforementioned human confirmation requirement. - Sanitization: Instructions specify that returned URLs must be displayed as plain text or markdown links and never rendered as inline images, preventing potential UI-based exploitation.
- [EXTERNAL_DOWNLOADS]: The skill connects to an external hosted Model Context Protocol (MCP) connector at
apikit.simplified.com. This is the documented infrastructure for the Simplified service and is necessary for the skill's functionality. - [SAFE]: The skill demonstrates safe data handling by instructing the agent never to pass local file paths to the remote server and by treating signed upload URLs as temporary secrets.
Audit Metadata