linkedin-research
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a bash script (
scripts/crawlora.sh) to executecurlcommands for API interaction. This is a standard method for CLI-based tools to perform network operations. - [EXTERNAL_DOWNLOADS]: The skill performs GET and POST requests to
api.crawlora.net, which is the official API endpoint for the skill's author (crawlora-org). These operations are used to fetch LinkedIn data as intended by the skill's primary purpose. - [CREDENTIALS_SAFE]: The skill correctly instructs the user to manage their API key via an environment variable (
CRAWLORA_API_KEY) rather than hardcoding it, which is a recommended security practice.
Audit Metadata