kol-content-monitor
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local Python scripts to perform scraping tasks. These scripts (
scrape_linkedin_posts.pyandsearch_twitter.py) are referenced as internal components of other trusted skills within the same environment. Evidence:python3 skills/linkedin-profile-post-scraper/scripts/scrape_linkedin_posts.py. - [EXTERNAL_DOWNLOADS]: The skill interacts with social media platforms (LinkedIn, Twitter) and the Apify API to fetch public profile data. These are well-known services and essential to the skill's primary function of content monitoring. Evidence: Mention of Apify API costs and scraper usage.
- [CREDENTIALS_UNSAFE]: The skill requires an
APIFY_API_TOKEN, but it correctly instructs the user to provide this via environment variables rather than hardcoding it in scripts or configuration files. Evidence:Apify API token — APIFY_API_TOKEN env var. - [DATA_EXFILTRATION]: No evidence of sensitive local data being transmitted to external servers. The network operations are limited to fetching public social media data and interacting with the service provider (Apify) used for scraping.
Audit Metadata