demo-skill — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited demo-skill (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.
本skill提供文件生成和zip打包功能,主要用于测试skill的脚本调用能力。
询问用户:
调用 scripts/init_create.py 创建文件:
# 基本用法
python scripts/init_create.py
# 指定文件数量
python scripts/init_create.py 5
# 指定文件数量和输出目录
python scripts/init_create.py 5 my_output调用 scripts/file_zip.py 进行打包:
# 基本用法(打包output目录)
python scripts/file_zip.py
# 指定源目录
python scripts/file_zip.py my_output
# 指定源目录和zip文件名
python scripts/file_zip.py my_output result.zip告知用户:
详细用法请参考:
reference/usage_examples.md - 使用示例reference/api_reference.md - API参考文档~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.