Confluence CLI (confcli)
Analysis
The skill is purpose-aligned for Confluence work, but it asks users or agents to install an unreviewed remote shell script before using credentials that can modify or delete Confluence content.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
curl -fsSL https://raw.githubusercontent.com/hochej/confcli/main/install.sh | sh
The install instructions execute a remote script from the mutable main branch directly in the shell, while the artifact set includes no installer code, checksum, pinned revision, or install spec for review.
Write operations (create, update, delete, purge, edit, label add/remove, attachment upload/delete, comment add/delete, copy-tree) require explicit user intent.
The skill exposes high-impact Confluence mutations, including deletion and bulk copy operations, but it also instructs that these require explicit user intent.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Set environment variables before starting the session: CONFLUENCE_DOMAIN, CONFLUENCE_EMAIL, CONFLUENCE_TOKEN (or CONFLUENCE_API_TOKEN)
The skill requires delegated Confluence account access through login or API-token configuration; this is expected for the stated purpose and it warns not to paste tokens into the conversation.
