sentiment-analysis
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill implementation follows security best practices for sentiment analysis tools. No malicious intent, obfuscation, or credential exposure was detected in the provided scripts or documentation.- [EXTERNAL_DOWNLOADS]: The skill retrieves market and community statistics from established technology and financial services, including CoinGecko's public API, Binance's futures API, and the Alternative.me Fear & Greed index. These connections are standard for the skill's analytical purpose and do not involve execution of untrusted remote code.- [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection because it is designed to process external text data from social media platforms such as Twitter, Reddit, and Telegram.
- Ingestion points: Processes content from social media posts and community comments as detailed in references/data_sources.md.
- Boundary markers: The skill utilizes keyword-based scoring in scripts/keyword_sentiment.py, which restricts the interpretation of the text to a predefined list of words, reducing the risk of accidental instruction obedience.
- Capability inventory: The skill is limited to performing network requests to defined data providers and calculating numerical sentiment scores; it does not have high-privilege capabilities such as arbitrary shell execution or file system modification.
- Sanitization: Implements text tokenization and regex cleaning in scripts/keyword_sentiment.py, which provides a layer of structure-based filtering on input data.
Audit Metadata