marketing-science-writing
Pass
Audited by Gen Agent Trust Hub on Jun 29, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to download its core components from a repository hosted on GitHub, which is a well-known and standard hosting service.
- Evidence:
git clone https://github.com/liyuanbo1024/marketing-science-writing.gitinSKILL.md. - [COMMAND_EXECUTION]: Provides standard shell and PowerShell instructions for manual installation, involving directory creation and file copying within user-controlled directories.
- Evidence: Commands like
mkdir,cp,New-Item, andCopy-Itemfor local skill management. - [CREDENTIALS_UNSAFE]: The skill documentation mentions the use of API keys for literature search (e.g., Semantic Scholar) but correctly advises the user to manage these through environment variables rather than hardcoding them into the code.
- Evidence:
export SEMANTIC_SCHOLAR_API_KEY="your_key_here"inSKILL.md. - [SAFE]: The provided Python and R code snippets implement standard econometric models and utility functions for researchers without any malicious patterns such as exfiltration, obfuscation, or persistence.
Audit Metadata