Resume Email Sender

PassAudited by ClawScan on May 10, 2026.

Overview

This is a coherent Gmail job-application helper that asks before sending, but users should verify Gmail access, recipients, wording, and local handling of resume content.

This skill appears safe to use for its stated purpose if you trust the `gog` Gmail tool. Before sending, confirm the exact recipient, message content, and whether the resume is truly attached or only included inline; also remove temporary files or logs if they contain sensitive personal information.

Findings (5)

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

If approved, the agent can send job-application emails to external recipients on the user's behalf.

Why it was flagged

The skill can send real emails from the user's Gmail account, but it explicitly requires a preview and confirmation before sending.

Skill content
Always show a preview before sending ... Send this email? (yes/no) ... gog gmail send
Recommendation

Review the recipient, subject, body, and resume inclusion carefully before approving each send.

What this means

The connected Gmail account may be used to send or create job-application messages.

Why it was flagged

The skill requires Gmail authentication through an external tool, which is expected for sending email but grants account-level sending capability.

Skill content
The `gog` skill must be installed and Gmail authenticated: gog auth add you@gmail.com --services gmail
Recommendation

Authenticate only the intended Gmail account, review granted scopes, and revoke access if you stop using the tool.

What this means

The safety of email sending depends partly on the separately installed `gog` tool.

Why it was flagged

The skill delegates its main action to an external CLI that is not included in the reviewed artifact set.

Skill content
If `gog` not found: guide user to install with `brew install steipete/tap/gogcli`
Recommendation

Install `gog` only from a trusted source and keep it updated.

What this means

Resume content, contact details, and application history may remain on the local machine after sending.

Why it was flagged

The workflow may store personal resume/application content in a temporary file and optionally in a persistent local log.

Skill content
cat > /tmp/job_application_email.txt ... Ask the user if they want to save this to their job search log file (`~/job-search-log.md`).
Recommendation

Delete temporary files if they contain sensitive details and save the job-search log only if you want a local record.

What this means

A recruiter may receive an email that says a resume is attached when no file is actually attached.

Why it was flagged

The suggested wording can imply a file attachment even when the workflow only includes the resume inline.

Skill content
Mention "I have attached my resume" even if sending inline (no actual file attachment via gog — paste resume as plain text at bottom or in separate follow-up)
Recommendation

Change the wording to say the resume is included below unless an actual file is attached by another method.