hunt-oauth
Pass
Audited by Gen Agent Trust Hub on Aug 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTIONREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use shell commands like
apktoolfor decompiling mobile applications,adbfor interacting with Android deep link handlers, andgrepfor analyzing source code. - [EXTERNAL_DOWNLOADS]: Performs network requests to target domains using
curlto fetch configuration files and evaluate response headers during OAuth flow testing. - [PROMPT_INJECTION]: The skill has an indirect prompt injection surface as it ingests untrusted data from remote endpoints and local application files while possessing capabilities like
curlandadb. Evidence Chain: 1. Ingestion: Remote target responses and decompiled APKs; 2. Boundary Markers: Absent; 3. Capabilities: curl, adb, apktool, grep; 4. Sanitization: Absent. - [REMOTE_CODE_EXECUTION]: Manual review of the automated alert regarding piping
curltopython3shows the command iscurl ... | python3 -m json.tool. This is a safe usage of a built-in formatting module and does not execute arbitrary remote code. - [PROMPT_INJECTION]: Documents techniques for bypassing OAuth security filters, including host confusion and homograph attacks, as part of its security hunting methodology.
Audit Metadata