Caveat verdict
external-ai-integration
Accesses credentials AND makes external network calls
The skill uses browser automation (Chrome Relay) to interact with already-logged-in ChatGPT, Claude, and Gemini sessions on behalf of the agent, which gives the skill indirect access to those authenticated user accounts and their conversation histories via DOM scraping.
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
Permission integrity
network_out
credential_access
Findings (2)
Python os.getenv β reads environment variable
SKILL.md Β· code Β· os.getenv(
subprocess execution β runs system commands from Python
external_ai_integration.py Β· prose Β· downgraded Β· subprocess.check_output(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution β cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions β minimal attack surface.
network_outcredential_access Thanks β recorded.