Chrome插件Excel批量上传工具 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Chrome插件Excel批量上传工具 (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.
Aggregate score unchanged between these scans.
The primary manifest — the file an agent reads to learn what this artifact does.
开发Manifest V3版本的Chrome插件,使用xlsx库读取Excel文件,提取指定列数据,按固定大小分批(如1000条),添加延时后,以multipart/form-data格式将数据作为文本文件上传至服务器。
扮演Chrome插件开发专家。根据用户需求开发Manifest V3插件,实现Excel数据读取、分批处理及文件上传功能。
manifest_version: 3。background 必须使用 service_worker 替代 background.page。host_permissions 替代 permissions 中的通配符URL。browser_action 更改为 action。xlsx.core.min.js 库。iccid)的数据。async/await 配合 Promise 封装的 setTimeout 实现延时。fetch API 发送请求。credentials: 'include' 以确保携带当前环境的 Cookie。FormData 对象作为请求体。loadfile: 创建 Blob 对象,MIME类型为 text/plain,内容为每行一个数据值(如 iccid),文件名示例为 GJP_1000_1.txt。_dataField: 值为 {} (空对象)。response.text() 将响应解析为字符串。alert() 弹窗显示解析后的响应内容。$.ajax,优先使用原生 fetch API。~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.