front-plugin
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFEDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: Indirect Prompt Injection Surface. The skill provides patterns for processing external message and comment content which are untrusted data sources.
- Ingestion points: Data enters through
context.listMessagesandcontext.listCommentsinrules/context-types.mdandrules/sdk-methods.md. - Boundary markers: No boundary markers or 'ignore' instructions are present in the provided templates.
- Capability inventory: The skill allows for high-impact actions including
createDraft,updateDraft,tag,assign, and network operations viasendHttpandrelayHttp. - Sanitization: No sanitization or validation logic is implemented in the provided UI patterns.
- [DATA_EXFILTRATION]: Potential PII Exposure via Debug Pattern. The
rules/ui-patterns.mdfile suggests a 'Debug Mode' implementation that renders the entirecontextobject to the screen if a URL parameter (debug=true) is present. This object contains sensitive teammate information including names and email addresses. - [DATA_EXFILTRATION]: Network Capabilities. The documentation describes
context.sendHttpandcontext.relayHttpfor communicating with external APIs, which represents a capability for data transmission.
Audit Metadata