Ravi feedback

ReviewAudited by ClawScan on May 10, 2026.

Overview

The skill is narrowly for Ravi feedback, but it encourages the agent to proactively email Ravi from the user's identity without explicitly asking for approval first.

Install only if you are comfortable with an agent drafting Ravi feedback. Before any message is sent, review the recipient, subject, and body, and do not allow automatic feedback emails that include private workflow details.

Findings (4)

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.

What this means

The agent may decide to contact Ravi after a task even when the user did not ask it to send feedback.

Why it was flagged

The skill directs the agent to add a proactive feedback-sending step to Ravi workflows, rather than limiting use to explicit user requests.

Skill content
**Proactively share feedback** when you notice anything worth mentioning ... **After completing any Ravi workflow** — let the team know if the flow worked smoothly or had friction
Recommendation

Require explicit user confirmation before creating or sending any feedback, and avoid making feedback a default post-workflow step.

What this means

Feedback emails could be sent from the user's Ravi account with content the user has not reviewed.

Why it was flagged

The skill instructs use of an email-sending CLI path for an external message, but does not instruct the agent to obtain user review or approval first.

Skill content
Send feedback by emailing **feedback@ravi.id** using the CLI: `ravi email compose --to "feedback@ravi.id" ...`
Recommendation

Add a clear approval gate: show the recipient, subject, and body to the user and send only after the user confirms.

What this means

Messages are attributable to the user's Ravi identity, and Ravi may reply directly.

Why it was flagged

Using the user's authenticated Ravi identity is disclosed and purpose-aligned, but it is still account-linked communication authority.

Skill content
**Requires authentication** — run `ravi auth login` if not already onboarded
- **Sent from your identity** — the Ravi team can reply directly to your Ravi email
Recommendation

Use the skill only with the intended Ravi account and avoid sending sensitive or private details unless the user approves.

What this means

Users may not realize the skill depends on a local Ravi CLI and an authenticated Ravi account.

Why it was flagged

The metadata declares no binaries or credentials, while the skill text relies on the `ravi` CLI and `ravi auth login`; this is an under-declared dependency, not evidence of malicious code.

Skill content
Required binaries (all must exist): none ... Primary credential: none ... No install spec — this is an instruction-only skill.
Recommendation

Declare the Ravi CLI and authentication expectations in metadata, and ensure the local Ravi CLI comes from a trusted source.