ingest-resume-history — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited ingest-resume-history (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.
First-time setup, or whenever the user adds new source material (old resumes, work-history notes) to inbox/ and wants it merged into content/master.yaml.
Run:
bun run ingestThis reads everything in inbox/ and writes plain-text versions to inbox/.extracted/.
inbox/.extracted/content/master.yaml (if it exists; may be the example)Build a proposed master.yaml that:
(company, title, start) for dedupe.<company-slug>-<startYear> for roles; <role-id>-<keyword> for bullets.master.yaml exactly — do not renumber.Present the proposal as:
On explicit user approval, write the full proposed master.yaml. Commit:
git add content/master.yaml
git commit -m "Ingest history from inbox"Move processed PDFs from inbox/ to jobs/archive/<inferred-company>/ (create folder if needed). For each moved PDF, create a stub job.md next to it with whatever context you can infer from filename or content. If inference is weak, write "inferred context TBD" and flag to the user.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.