qiniu-upload — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited qiniu-upload (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.
通过本地 PicList 服务将图片上传到七牛云对象存储,返回公开访问地址。
运行上传脚本:
python3 scripts/upload.py <图片路径> [图片路径2 ...]上传成功后输出格式:上传成功: http://qiniu.biomed168.com/pic/<filename>
from scripts.upload import upload_to_qiniu
# 单张图片
url = upload_to_qiniu("/path/to/image.png")
# 多张图片
urls = upload_to_qiniu(["/path/to/a.png", "/path/to/b.jpg"])POST http://127.0.0.1:36677/upload?picbed=qiniu&configName=biomed168multipart/form-data,字段名 filehttp://qiniu.biomed168.com/pic/biomed168 的七牛云图床~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.