扫描报告
0 /100
harness-generate-iOS
Auto-generate the full Claude Code harness for an iOS project (CLAUDE.md, docs/, README quick-cards, .claude/rules/)
The harness-generate-iOS skill is a pure documentation-generation tool with no executable code, shell access, credential harvesting, or data exfiltration capabilities.
可以安装
This skill is safe to use. No security concerns identified.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | READ | ✓ 一致 | Uses Read/Glob to scan project files only — no Write required in the skill itsel… |
| 网络访问 | NONE | NONE | — | No network requests declared or inferred |
| 命令执行 | NONE | READ | ✓ 一致 | Bash usage in scan-procedures.md is read-only (xcodebuild -list, ls, grep); no c… |
| 环境变量 | NONE | NONE | — | No environment variable access detected |
| 技能调用 | NONE | NONE | — | Agent sub-tasks used only for parallelism, not cross-skill invocation |
| 剪贴板 | NONE | NONE | — | Not used |
| 浏览器 | NONE | NONE | — | Not used |
| 数据库 | NONE | NONE | — | Not used |
目录结构
3 文件 · 22.0 KB · 704 行 Markdown 3f · 704L
├─
▾
references
│ ├─
scan-procedures.md
Markdown
│ └─
templates.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ Entirely Markdown-based skill with no executable code
✓ All tool usage is read-only (Glob, Grep, Read) for project analysis
✓ No scripts, binaries, or dependencies present
✓ No credential, key, or token access
✓ No network egress or C2 indicators
✓ No obfuscation, encoding, or suspicious patterns
✓ Skill outputs are local file writes strictly scoped to the target project (CLAUDE.md, docs/, .claude/rules/)
✓ Template output is reviewed by the user before acceptance (AUTO-GENERATED markers)