instagram-downloader
Pass
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The installation documentation in README.md and SKILL.md promotes a 'One-Click Install' pattern that involves piping a remote shell script directly into the bash interpreter (e.g.,
curl -fsSL https://raw.githubusercontent.com/cripterhack/ig-downloader-skill/main/install.sh | bash). This script is hosted on the author's official GitHub repository. - [EXTERNAL_DOWNLOADS]: The shell and PowerShell installers (
install.sh,install.ps1) download third-party Python dependencies from PyPI, includinginstagrapi,requests, andplaywright. The scripts also attempt to install theig-downloaderpackage itself from the local source or viagit clonefrom the vendor's GitHub repository. - [DATA_EXFILTRATION]: The
instagram_downloader.pyscript contains functionality to locate and read the Chrome browser's local cookie database (Network/Cookies). It uses DPAPI decryption on Windows to extract thesessionidcookie, which is then used to authenticate requests to Instagram. This behavior is a documented feature intended to simplify user authentication without requiring password sharing. - [COMMAND_EXECUTION]: The
scripts/auto_release.pyutility uses thesubprocessmodule to executegitcommands for parsing commit history and managing version tags. Additionally, the installation scripts use shell commands to verify the presence of Python, pip, and various AI agent directories (e.g.,.claude,.cursor).
Audit Metadata