backend-realtime
Warn
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill instructs the agent to run
cat .env* | grep -i SUPABASEto verify configuration. This command reads sensitive environment files (such as .env, .env.local, or .env.production) that typically contain private credentials like API keys and database secrets, exposing them to the agent's context. - [COMMAND_EXECUTION]: Shell commands including
cat,grep, andrgare utilized to inspect project dependencies, file contents, and environment variables. - [PROMPT_INJECTION]: The implementation of real-time data listeners creates a surface for indirect prompt injection.
- Ingestion points: Untrusted data enters the agent's context through
postgres_changespayloads andbroadcastevent payloads in Supabase subscriptions as shown in the provided React hooks. - Boundary markers: There are no explicit boundary markers or instructions to ignore potential commands embedded within the real-time data stream.
- Capability inventory: The skill manages persistent network connections and processes database events that directly influence the application's state and data flow.
- Sanitization: The code examples lack validation or sanitization logic to filter external payload content before it is rendered or processed.
Audit Metadata