kelly-lead-funnel
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill connects to Busabase Cloud (
busabase.com) or user-specified custom URLs to perform OAuth authentication and data synchronization. This behavior is documented and central to the skill's purpose as a Busabase control panel. - [COMMAND_EXECUTION]: The
app/package.jsondefines scripts for local development (node server.js) and SDK bundling usingesbuild. These are standard utilities for providing a local preview environment and managing build artifacts. - [PROMPT_INJECTION]: The skill processes merchant lead data from external Busabase Bases, which constitutes an indirect prompt injection surface.
- Ingestion points: Lead records are retrieved from Busabase using the
readAllRecordsfunction inapp/app/js/providers/busabase-provider.js. - Boundary markers: The application uses
escapeHtmlfor all data rendering to ensure content is treated as data rather than instructions. - Capability inventory: The skill is authorized to perform
records.changeRequestandnodes.createChangeRequestoperations in Busabase, as defined inapp/app/js/config.js. - Sanitization: Input data is sanitized via
escapeHtmlinapp/app/app.jsandapp/app/js/connect-gate.jsbefore being displayed or processed.
Audit Metadata