pokeclaw-android-ai-agent

Fail

Audited by Snyk on Apr 11, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 0.90). The skill's tools accept arbitrary text (e.g., input_text, send_message) and the dispatcher returns/logs those exact strings (e.g., Typed: "…") back into the agent history, meaning the LLM may need to emit secrets verbatim in tool calls and will have those secrets echoed in outputs—allowing exfiltration (cloud API key usage is read from env, which is safe, but the tool-return behavior creates the risk).

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 0.90). The skill's ModelManager explicitly downloads a Gemma model from a public HuggingFace URL (modelUrl in ModelManager.kt) and the downloaded external model is loaded as the on-device LLM that drives tool calls and decisions, so untrusted third‑party content can directly influence agent actions.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

Issues (3)

W007
HIGH

Insecure credential handling detected in skill instructions.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

Audit Metadata
Risk Level
HIGH
Analyzed
Apr 11, 2026, 05:10 AM
Issues
3