Vaibhav Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Vaibhav Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server that sends Vaibhav Patil's resume via email using SMTP.
uv syncCopy .env.example to .env and fill in your SMTP details:
cp .env.example .envFor Gmail, use an App Password (not your regular password).
uv run server.pyAdd this to your .cursor/mcp.json:
{
"mcpServers": {
"vaibhav-mcp": {
"command": "uv",
"args": ["run", "--directory", "/absolute/path/to/vaibhav-mcp", "server.py"]
}
}
}send_resume_emailSends an email with the resume PDF attached.
| Parameter | Type | Description |
|---|---|---|
email_id | string | Recipient email address |
app_id | string | Job/application ID (used in subject line) |
Example call: send_resume_email(email_id="[email protected]", app_id="SWE-2026")
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.