Tony_Henrich
Tony_Henrich

Reputation: 44205

Is there a simple or automated way to know if my Google Workspace add-on would trigger a security assessment?

I am planning to create and publish a Google Sheets add-on to the public in the Google Workspace marketplace. To my knowledge, for certain types of add-ons that use restricted scopes, Google requires a third party security assessment/audit to be done on the add-ons. It costs between $15k-$75k and several weeks to process the audit. I don't plan to pay this hefty fee especially if the add-on is free.

The documentation and the circumstances of whether an add-on will require a security assessment are not clear enough to me. For example, getting a list of Gmail drafts when the add-on user clicks on a button to get a list of them.

Before I spend time creating a finished add-on, is there a way to submit a quick and dirty add-on, with the API calls I plan to use, to Google just to see if the add-on is going to require a security audit? My goal is not to implement a feature if it's going to require a security audit.

Upvotes: 0

Views: 193

Answers (1)

Rafa Guillermo
Rafa Guillermo

Reputation: 15377

Answer:

If your add-on uses any of the following scopes, it will require a security assessment:

Gmail API

Google Fit API

Drive API

Further information about the OAuth API verification process can be found here, including the above list of restricted scopes which require verification.

Upvotes: 0

Related Questions