site-data-collector
Pass
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
scripts/setup.shscript downloads a setup file from the vendor's repository athttps://raw.githubusercontent.com/FinpeakInc/frevana-cli-releases/refs/heads/main/skills/frevana/scripts/setup.sh.- [REMOTE_CODE_EXECUTION]: The downloaded setup script is executed viabashto install the Frevana environment. This follows the vendor's documented installation process.- [COMMAND_EXECUTION]: Bothscripts/extract_links.pyandscripts/generate_collector.shutilizesubprocessor direct shell execution to call thefrevanaCLI binary for data fetching and script generation tasks.- [SAFE]: The Python extraction script incorporates security measures against CSV injection by sanitizing potentially dangerous starting characters in data cells before writing to the output file.
Audit Metadata