doubao-ask
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads an environment setup script from the vendor's official GitHub repository.
- Evidence:
scripts/setup.shfetches content fromhttps://raw.githubusercontent.com/FinpeakInc/frevana-cli-releases/refs/heads/main/skills/frevana/scripts/setup.sh. - [COMMAND_EXECUTION]: The skill executes downloaded scripts and local binaries to interact with the Frevana daemon.
- Evidence:
scripts/setup.shusesexec bashto run the downloaded content.scripts/ask_doubao.shexecutes thefrevanabinary installed in the user's home directory. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes input from local files without sanitization or boundary markers.
- Ingestion points:
ask_doubao.shreads prompts from a user-specified file via the--prompt-fileargument. - Boundary markers: Absent. No delimiters are used to separate user data from instructions.
- Capability inventory: The skill can perform network operations via the local Frevana daemon and execute shell commands.
- Sanitization: Absent. Content from the prompt file is passed directly to the execution pipeline.
Audit Metadata