local-resume-autofill
Local Resume Autofill
本地优先、隐私边界明确的 Edge/Chrome 简历自动填写扩展。简历使用口令派生密钥加密,页面适配器是可审查的声明式 JSON,Codex 等 Agent 只能处理脱敏页面结构和合成测试数据。
当前版本是开发者预览。腾讯、阿里、字节、京东、美团、拼多多适配器均为fixture-verified,尚未在真实投递账号上完成逐站验证。扩展不会上传附件,也永远不会自动提交申请。


核心边界
生产扩展仅申请
storage、activeTab、scripting。没有
<all_urls>、常驻 content script、遥测、云同步或远程规则。简历使用 PBKDF2-SHA-256(310,000 次)与 AES-256-GCM 加密。
口令不保存;会话密钥仅放在
chrome.storage.session,浏览器重启后失效。页面脚本无法通过
window.postMessage或外部消息读取保险库。每个网站首次填写前按 exact hostname 确认授权。
只发送当前页面计划使用的字段,不把完整简历交给 content script。
填写结束后由用户检查并手动提交。
完整边界见 SECURITY.md 和 架构说明。
安装开发版
需要 Node.js 20+ 和 Microsoft Edge 或 Google Chrome。
npm ci
npm run check
npm run build打开
edge://extensions或chrome://extensions。启用“开发人员模式”。
选择“加载解压缩的扩展”,指向
dist/extension。打开扩展的“简历与权限”,创建保险库并录入资料。
使用
在招聘表单页点击扩展图标。
点击“预览”,检查字段引用,不显示实际简历值。
点击“填写”。新 hostname 会先显示授权确认。
检查页面结果,手动处理附件、验证码和提交。
“捕获”会导出不含输入值、选中项、附件名或截图的 *.capture.json。捕获文件仍可能包含页面标签和结构,默认不会进入 Git。
当前适配器
站点 | Hostname | 驱动 | 验证状态 |
腾讯招聘 |
| Native, TDesign |
|
阿里巴巴招聘 |
| Native, Ant Design |
|
字节跳动招聘 |
| Native, Arco |
|
京东招聘 |
| Native, Element |
|
美团招聘 |
| Native, MTD |
|
拼多多招聘 |
| Native, Ant Design |
|
状态含义和新增适配器流程见 适配器开发。
连接 Codex 或其他 Agent
本项目提供本地 STDIO MCP server。它只能访问仓库中的 adapters、脱敏 captures 和 fixtures,不能读取浏览器保险库。
npm run build
Copy-Item .codex/config.toml.example .codex/config.toml
codex mcp list项目级 MCP 配置需在受信任仓库中使用。Codex 的 STDIO、项目级配置和客户端共享行为以 OpenAI 官方 MCP 文档 为准。其他支持 MCP 的 Agent 可以连接同一个 dist/mcp/server.js。
详细工具和确认流程见 MCP 联动。
验证
npm run typecheck
npm run test:unit
npm run test:integration
npm run test:e2e
npm run audit:extension当前回归范围:
32 个单元测试:保险库、篡改检测、脱敏、DOM 扫描与驱动、6 个站点 fixture、MCP 路径和两阶段安装。
1 个真实 STDIO MCP 集成测试:握手、工具发现、适配器枚举和 fixture 执行。
2 个 Edge 扩展端到端测试:MV3 加载、扫描脱敏、页面填写、保险库密文、hostname 授权、无提交和零外部 HTTP(S) 请求。
生产包静态审计:权限、常驻注入、页面消息桥、网络 API 和 content-script 存储访问。
开发
项目采用 MIT License。第三方招聘网站名称仅用于兼容性描述,本项目与这些公司无隶属或背书关系。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Give AI agents the LinkedIn tools to find, qualify, engage, and follow up with prospects.
Certified SEC EDGAR fact memory for AI agents with zero hallucination and filing provenance.
Sovereign Agent OS — Persistent Memory, Governance & Compliance for AI Agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LKRCharon/local-resume-autofill'
If you have feedback or need assistance with the MCP directory API, please join our Discord server