harvard-artifacts-etl-pipeline
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to clone a project repository from a public GitHub repository (
github.com/Manali0711/Harvard-Artifacts-Collection-Data-Engineering-Analytics-App.git). - [COMMAND_EXECUTION]: Demonstrates standard installation and execution procedures using
pip installfor dependencies andstreamlit runto launch the visualization dashboard. - [DATA_EXPOSURE]: Promotes secure development practices by advising the use of environment variables and
.envfiles to store sensitive credentials like API keys and database passwords. - [REMOTE_CODE_EXECUTION]: The provided Python scripts perform network requests to the official Harvard Art Museums API (
api.harvardartmuseums.org) and execute SQL commands against a local database. The SQL operations use placeholders (%s) to safely handle data and prevent injection.
Audit Metadata