kelly-creators
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests creator data such as social media handles and campaign reasons. This represents a potential surface for indirect prompt injection; however, the risk is mitigated by the skill's core architecture which mandates human review for all generated outreach and drafts. Additionally, the UI implementation uses
escapeHtmlfor sanitization, preventing XSS-based injection in the companion app. - [EXTERNAL_DOWNLOADS]: The skill utilizes the
busabase-sdkand standard web framework dependencies (hono). These are well-known libraries required for the application's functionality and are sourced from official registries. - [CREDENTIALS_SAFE]: Security instructions within
SKILL.mdexplicitly direct the agent not to request API keys or secrets from the user in chat. The system relies on standard environment variables and OAuth for backend communication, ensuring sensitive tokens are not exposed in the conversation history. - [COMMAND_EXECUTION]: The skill includes administrative scripts for executing marketing decisions. These scripts perform state updates within the Busabase database and do not execute arbitrary code from untrusted sources.
Audit Metadata