xtwitter-scraper
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or security vulnerabilities were identified in the skill. The instructions focus on legitimate implementation of a .NET client library.
- [EXTERNAL_DOWNLOADS]: The skill instructs users to install the
XTwitterScraperNuGet package. This is a standard dependency installation required for the skill's primary purpose of providing .NET integration. - [DATA_EXFILTRATION]: Network activity is directed toward the official Xquik API at
https://xquik.com/api/v1. This is the documented and intended communication path for the SDK and does not represent unauthorized data exfiltration. - [CREDENTIALS_UNSAFE]: The skill correctly identifies environment variables (e.g.,
X_TWITTER_SCRAPER_API_KEY) as the standard method for configuring API credentials and includes explicit warnings against committing these secrets to source control.
Audit Metadata