xhs-sentiment-dashboard
Pass
Audited by Gen Agent Trust Hub on Apr 30, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/run.pyuses the standard Pythonurlliblibrary to perform HTTP requests to theai-skills.aibackend. It does not execute shell commands or use dynamic execution functions likeeval()orexec(). - [DATA_EXFILTRATION]: The skill transmits the user-provided Xiaohongshu link to the
ai-skills.aidomain for analysis. This behavior is the primary purpose of the skill and is explicitly disclosed in theSKILL.mdfrontmatter and description. No unauthorized access to local sensitive files or environment variables was found. - [CREDENTIALS_UNSAFE]: The skill requires an API key for authentication, which is retrieved from the
AISKILLS_API_KEYenvironment variable and passed in theX-API-Keyrequest header. No hardcoded secrets or sensitive credentials were found in the codebase.
Audit Metadata