Skip to main content

google-docs-automation

Automates Google Workspace operations, enabling users to manage Docs, Sheets, and Slides programmatically with best practices.

Install this skill

or
69/100

Security score

The google-docs-automation skill was audited on Mar 7, 2026 and we found 11 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 21

Access to .env file

SourceSKILL.md
212. **Environment Variables**: Store credentials and document IDs in `.env` files (never commit)
low line 35

Access to .env file

SourceSKILL.md
35load_dotenv('.env')
medium line 49

Access to .env file

SourceSKILL.md
49Create `.env` file:
medium line 56

Access to .env file

SourceSKILL.md
56**CRITICAL**: Add `.env` and `*.json` credential files to `.gitignore`
medium line 297

Access to .env file

SourceSKILL.md
297- [ ] Service account credentials stored in `.env` file
medium line 298

Access to .env file

SourceSKILL.md
298- [ ] `.env` and `*.json` files in `.gitignore`
low line 39

External URL reference

SourceSKILL.md
39'https://spreadsheets.google.com/feeds',
low line 40

External URL reference

SourceSKILL.md
40'https://www.googleapis.com/auth/drive'
low line 342

External URL reference

SourceSKILL.md
342- **Google Sheets API**: https://developers.google.com/sheets/api
low line 343

External URL reference

SourceSKILL.md
343- **Google Docs API**: https://developers.google.com/docs/api
low line 344

External URL reference

SourceSKILL.md
344- **Google Slides API**: https://developers.google.com/slides/api
Scanned on Mar 7, 2026
View Security Dashboard