objectstack-ui
Warn
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The
WidgetSourceSchemainreferences/ui/widget.zod.tssupports aremoteprovider type that allows loading and executing JavaScript modules from external URLs. - [COMMAND_EXECUTION]: The
WidgetLifecycleSchemaandWidgetSourceSchema(inline type) inreferences/ui/widget.zod.tsallow arbitrary JavaScript code to be provided as strings and executed during widget lifecycle events such asonMount,onUpdate, andonValidate. - [DATA_EXFILTRATION]: The
ViewDataSchemaandActionSchemaallow for the configuration of custom API endpoints and URLs, which could be used to transmit data to external servers. - [PROMPT_INJECTION]: The skill has an attack surface for indirect prompt injection as it processes externally defined UI configurations that can contain executable code. * Ingestion points:
ViewDataSchemaandWidgetManifestSchema. * Boundary markers: None specified. * Capability inventory: Remote script loading and inline code execution are permitted by the schema. * Sanitization: Zod structural validation is present, but no specific content safety filtering for malicious code or URLs is identified.
Audit Metadata