SKUID Based Public Salesforce Sites and Security Concerns

Sure Emily,

It was in this thread here commenting on my technique for a “modelLoader” function:

https://community.skuid.com/t/model-fieldsmap-field-encloseinquotes-displaytype-list-of-all-possible-field-displaytypes

One big concern I have with building this query client-side and using skuid.sfdc.api.query() is that you're avoiding all of Skuid's object-level and field-level security enforcement logic which is performed server-side as part of Skuid Model loads and our Apex logic.