Caveat verdict
gigachat
sber-gigachat
Accesses credentials AND makes external network calls
Integrates GigaChat via a local gpt2giga proxy using OAuth credentials stored in environment variables; proxy runs locally and credentials are never passed on CLI.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Findings (4)
Accesses OpenClaw config/secrets directly
SKILL.md · frontmatter · ~/.openclaw/openclaw.json
Possible hardcoded credential
SKILL.md · prose · downgraded · SECRET="your-client-secret-here
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://127.0.0.1
pip3 install — installs Python packages at runtime
SKILL.md · prose · downgraded · pip3 install
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 2 environment variables. (1 sensitive: GIGACHAT_CREDENTIALS). Requires 2 system binaries. (1 elevated: curl).
network_incredential_accessnetwork_out Thanks — recorded.