wrangling-skills
Fail
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The
streamline-analyst-guide/SKILL.mdfile contains instructions to clone an external repository (github.com/Wilson-ZheLin/Streamline-Analyst) and execute its code viastreamlit run app.py. This allows unverified third-party code to run in the agent's environment. - [EXTERNAL_DOWNLOADS]: The skill suite promotes downloading software from untrusted sources:
- Cloning an unverified GitHub repository and installing its dependencies using
pip install -r requirements.txt. - Installing packages from the Stata SSC archive (
mdesc,misstable) without source verification. - [COMMAND_EXECUTION]: The workflow involves executing shell commands such as
git clone,pip install, andstreamlit run, as well as scripts that perform file system operations on user-specified paths.
Recommendations
- AI detected serious security threats
Audit Metadata