onboarding
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes several shell commands to manage environment files and run local Python scripts.
- Evidence: Uses
cp .env.example .envto initialize configuration. - Evidence: Runs
python oauth_server.py,python setup_oauth.py, andpython account_overview.pyto facilitate OAuth flows and test API connectivity. - [EXTERNAL_DOWNLOADS]: Installs necessary Python dependencies from the official PyPI registry.
- Evidence: Executes
pip install requests python-dotenvandpip install google-ads python-dotenv tabulateusing the package manager.
Audit Metadata