harvard-art-museums-etl-pipeline
Pass
Audited by Gen Agent Trust Hub on Jun 30, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructions involve cloning a public repository from GitHub (
Manali0711/Harvard-Artifacts-Collection-Data-Engineering-Analytics-App) to obtain the application source code. This is a routine part of the installation process for this type of developer skill. - [COMMAND_EXECUTION]: Provides standard shell commands for setting up the environment, including
git clone,pip install, andstreamlit run. These are intended for user execution to deploy the project locally. - [SAFE]: Follows security best practices by recommending the use of environment variables (
export DB_PASSWORD=...) andos.getenvfor managing database credentials and API keys, rather than hardcoding them in the source code.
Audit Metadata