Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add jananthan30/Resume-Builder --skill tailor-resumegit clone --depth 1 https://github.com/jananthan30/Resume-BuilderWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/jananthan30/resume-builder/tailor-resume)<a href="https://agentmods.dev/skills/jananthan30/resume-builder/tailor-resume"><img src="https://agentmods.dev/badge/skills/jananthan30/resume-builder/tailor-resume/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/jananthan30/resume-builder/tailor-resume"><img src="https://agentmods.dev/badge/skills/jananthan30/resume-builder/tailor-resume.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 3 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Agent Snooping · line 47 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
- medium Data Exfiltration · line 118 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Agent Snooping · line 469 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00081 | $0.05874 |
| Opus 5 | $0.00041 | $0.02937 |
| Sonnet 5 | $0.00016 | $0.01175 |
| Haiku 4.5 | $0.00008 | $0.00587 |
Grade B, and why
tailor-resume scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Sends data to an external URLmediumData exfiltration
A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.
curl -s -X POST http://localhost:8100/score/both -H "Content-Type: application/json" -d "{\"resume_path\": \"{configured_master_resume_path}\", \"jd_path\": \"applications/{folder}/job_description.txt\"}" Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s http://localhost:8100/health How it starts
The opening of the file, as written. The whole thing — 536 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Tailor Resume Only — Native Four-Role Team
Optimize and tailor the resume using concurrent shell and file operations for speed. Target: Evidence Match ≥ 75% with zero must-haves lacking evidence, using AUTHENTIC content. Evidence Match reports which of the job's requirements the resume actually evidences, quoting the exact excerpt behind each; legacy ATS/HR scores are diagnostic only.
Job Description
The user provides the target job description when invoking this skill; treat that text as the exact JD throughout.
CANDIDATE-FIT PREFLIGHT (MANDATORY FIRST GATE)
Before scorer startup, research, resume development, any role/native-team
invocation, output/application-directory creation, DOCX generation, or tracker
work, resolve master_resume_path from config.json and put this exact job
description in a private temporary UTF-8 file. Screen only that configured master
resume—never a previously tailored resume. Generate one safe run_id, one safe
case_id, and one strict ISO as_of_date, then run:
python candidate_fit_preflight.py --resume <configured-master-resume> --job-description <private-exact-JD.txt> --run-id <run_id> --case-id <case_id> --as-of-date <YYYY-MM-DD> --json
Require exit 0 and a valid candidate-fit-policy-v3 report bound to the same
IDs, date, master SHA-256, and exact-JD SHA-256. Canonically hash it as
candidate_fit_report_digest. Continue only with exact threshold 70.0, score at
least 70, trustworthy extraction, zero hard knockouts, passed: true, and no
codes. Exit 1, a score below 70 (including 60–69), or any hard knockout is
REJECTED:CANDIDATE_FIT; create no application directory, draft, DOCX, or tracker
row and invoke no role or native team. Exit 2 or an unavailable, malformed,
stale, non-canonical, or digest-mismatched report is
FAILED:CANDIDATE_FIT_PREFLIGHT and fails closed. There is no automatic or manual
workflow bypass. ATS and HR baselines are separate advisory diagnostics and cannot
override this gate.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 536 lines · 81 tokens per session scan B 3a08aae4ab26
tailor-resume is a skill published in the GitHub repository jananthan30/Resume-Builder (83 stars, last pushed 28d ago), licensed MIT. It adds 81 tokens to every session and 5,874 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 2 findings (sends data to an external url, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
freehire-tailor-cv
Use when reframing someone's CV toward a specific vacancy through freehire — reading the fit analysis for a tailored copy, fetching or editing the CV document by path, rendering the ATS PDF, or deciding what may and may not be written into a CV. Carries the evidence rule: anything stating what the candidate DID needs…
extract-resume
Parse a resume's uploaded PDF into structured JSON (basics, experience, projects, skills, education) and save it to the editor.
review-resume
Review a freshly uploaded resume and save a stronger rewritten version as a suggestion the user accepts or discards in the dashboard.
freehire-job-search
Use when finding IT jobs for someone — searching or filtering the freehire catalogue by keyword, region, seniority, skills, salary or company; reading a posting or a company's open roles; discovering what values a filter accepts; reading the saved job-search profile before asking someone what they want; handing over a…
freehire-mail-triage
Use when sorting a job seeker's application mail into the freehire tracker from their own mail client (himalaya, mbsync, notmuch, the Gmail API, any IMAP) — pushing a fetched batch, judging what each message is, linking it to an application, advancing a stage from a reply, or draining the two queues the matcher fills…
freehire-market-fit
Use when measuring a set of skills — a CV's stack, or one skill on its own — against live open-vacancy demand on freehire; when telling a candidate which in-demand skills they are missing and what learning each would unlock; or when gauging how much of a filtered market (a role, a region, a seniority) their current…