hunt-supabase
Fail
Audited by Gen Agent Trust Hub on Aug 2, 2026
Risk Level: HIGHPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted data from target-controlled websites and third-party services, which can lead to indirect prompt injection if the agent interprets embedded instructions as its own.
- Ingestion points: The skill uses
curlto fetch HTML, JavaScript bundles, source maps, andmanifest.jsonfiles from the user-provided$TARGETdomain, as well as data fromcrt.sh. - Boundary markers: Data fetched from external sources is processed directly by shell utilities without explicit delimiters or instructions to ignore embedded commands.
- Capability inventory: The skill has extensive access to the command line, including
curl,grep,bash, andpython3. - Sanitization: No sanitization or escaping is performed on the content retrieved from external URLs before it is processed by local scripts.
- [COMMAND_EXECUTION]: The skill relies on a large number of shell commands that incorporate external data, which is standard for reconnaissance tools but increases the attack surface.
- Evidence: The skill performs loops that download files to
/tmp/and subsequently executesgrepandpython3scripts against that content. - [EXTERNAL_DOWNLOADS]: The skill interacts with external domains and well-known services to retrieve information.
- The skill fetches certificate transparency logs from
crt.sh, a well-known service used for domain enumeration. - The skill downloads potential configuration files like
.env,.env.production, andmanifest.jsonfrom target servers to extract Supabase keys.
Recommendations
- HIGH: Downloads and executes remote code from: https://$TARGET/manifest.json, https://crt.sh/?q=%25.$TARGET&output=json - DO NOT USE without thorough review
Audit Metadata