BC resumex
Manage your Resumex resume and automatically apply to jobs — all through natural conversation. Fetches your live resume from Resumex, uses built-in web search to find best-matched jobs, presents a ranked list for your approval, auto-fills job application forms via a local Playwright helper script, and logs every application to the Resumex Job Tracker. Also handles full resume editing: experience, education, skills, projects, achievements, profile fields, AI tailoring, and Telegram delivery.
As a process C 56/100 · Has gaps — weak spots: result and completion, when it triggers, inputs and preconditions
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 5
✓ No critical or high findings
Medium and low: 5
-
low Dangerous commands
cmd-privilegejob_applier.py:527Privilege escalation / world-writable permissions (string literal in code, not executed)"--disable-setuid-sandbox",
code literal -
low Exfiltration
exfil-webhook-urlPRIVACY.md:51Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)| `POST https://api.telegram.org/bot.../sendMessage` | Only when you say "send my resume on Telegram" | `TELEGRAM_BOT_TOKEN` (in URL) + formatted resume text | Deliver to your Telegram |
placeholder -
low Exfiltration
exfil-webhook-urlSECURITY.md:44Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)- If Telegram credentials are provided: makes one call to `https://api.telegram.org/bot.../sendMessage`
placeholder -
low Exfiltration
exfil-webhook-urlSECURITY.md:123Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)- It is passed directly to `https://api.telegram.org/bot<TOKEN>/sendMessage`
placeholder -
low Exfiltration
exfil-webhook-urlsend_pdf.py:29Webhook / callback URL commonly used for exfiltration (verify the destination) (the skill's own vendor host; quoted — discussed, not commanded)TELEGRAM_BASE = "https://api.telegram.org/bot"
vendor-hostquoted
Files scanned: 8. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-no-whendescription does not say WHEN to use the skill (no "use when") - warning
body-longSKILL.md body ≈ 5044 tokens (recommended < 5000); move details to references/ - note
frontmatter-keyunknown frontmatter key "homepage" - note
frontmatter-keyunknown frontmatter key "repository" - note
frontmatter-keyunknown frontmatter key "env"
Process rating: all ten parameters 56/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 20When it triggers. No condition that starts the skill
- 60Tools and files. Uses tools (bash, web, python) that frontmatter does not declare
- 70Execution cost. Instruction body is 5044 tokens
- 100Steps. 67 steps
- 100Failures and branches. 16 branches, has a failure section
- 100Consistency. Name and required fields are in place
- 100Running it twice. Mutating operations check current state
- 100Progress reporting. Reports progress
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +3Output format is not stated: the model decides each time
- -228 emoji in the instructions: noise for the model
- +2Single-language instructions
- +3Description length 495: enough signal without eating the budget
- +4Structure: 35 headings
- +3Step-by-step instructions: 67 items
- +4Has examples (21 code blocks)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 58.