frida-codeshare-search
Fail
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches search results and script project pages from the Frida CodeShare community repository (codeshare.frida.re).
- [REMOTE_CODE_EXECUTION]: Loads and executes community-contributed JavaScript instrumentation scripts using the
fridacommand-line tool, including the use of the--codeshareflag for direct remote code execution. - [COMMAND_EXECUTION]: Utilizes
curlfor network requests,python3for parsing downloaded HTML via thecodeshare_extract.pyscript, andfridafor application instrumentation. - [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface by ingesting and executing scripts from external third-party sources.
- Ingestion points: HTML files (
codeshare-search.html,codeshare-project.html) downloaded fromcodeshare.frida.re. - Boundary markers: The skill instructions include explicit rules to review source code using
sedand confirm target authorization before execution. - Capability inventory: Networking (
curl), file system writes (codeshare_extract.py), and dynamic instrumentation (frida). - Sanitization: Relies on manual inspection by the agent rather than automated sanitization of the downloaded script content.
Recommendations
- HIGH: Downloads and executes remote code from: https://codeshare.frida.re/search/, https://codeshare.frida.re/@Eltion/instagram-ssl-pinning-bypass/ - DO NOT USE without thorough review
Audit Metadata