Caveat verdict
xai-search
Accesses agent memory/notes AND makes external network calls
Thin wrapper around xAI search API using curl/Python SDK; reads XAI_API_KEY from env and calls documented api.x.ai endpoints.
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 agent memory/notes AND makes external network calls โ may leak personal data
LLM02 ยท LLM07 ยท ASI03 ยท ASI06
Accesses credentials AND makes external network calls โ potential credential theft
LLM02 ยท ASI03
Accesses agent memory AND makes external network calls โ may leak conversation history
LLM02 ยท LLM07 ยท ASI06
Permission integrity
network_out
credential_access
agent_memory
Findings (1)
Python os.environ.get โ reads environment variable
scripts/xai-search.py ยท prose ยท downgraded ยท os.environ.get(
Permissions & capabilities
No declared permissions โ minimal attack surface.
network_outcredential_accessagent_memory Thanks โ recorded.