Scan Report
5 /100
nephesh-studio
完整智能团队协作架构,10个专业岗位分工协作,CEO全程调度,通过文件知识库持续成长。处理大型复杂任务,隔离执行不打扰,稳定交付高质量结果。
Nephesh Studio is a purely documentation-driven AI team collaboration skill with no executable code, all declared capabilities being filesystem operations for project management and subagent spawning for workflow coordination.
Safe to install
Approve for use. The skill is a legitimate workflow orchestration system with well-documented markdown files and no executable scripts.
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Low | Documentation-only skill | SKILL.md:1 |
| Info | Cron command reference in documentation | SKILL.md:85 |
| Info | Subagent spawning is clearly declared | SKILL.md:143 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md declares project directory creation and file writing |
| Skill Invoke | WRITE | WRITE | ✓ Aligned | SKILL.md: subagent spawning with run/cleanup/delete parameters |
| Shell | NONE | NONE | — | No shell execution in code; cron command is documentation only |
| Network | NONE | NONE | — | No network requests made by the skill itself |
| Environment | NONE | NONE | — | No environment variable access patterns found |
| Clipboard | NONE | NONE | — | No clipboard access patterns found |
| Browser | NONE | NONE | — | No browser automation patterns found |
| Database | NONE | NONE | — | No direct database access patterns found |
File Tree
29 files · 119.5 KB · 3011 lines Markdown 29f · 3011L
├─
▾
hr
│ ├─
performance.md
Markdown
│ └─
README.md
Markdown
├─
▾
learning
│ ├─
ceo.md
Markdown
│ ├─
content-editor.md
Markdown
│ ├─
data-analyst.md
Markdown
│ ├─
data-collector.md
Markdown
│ ├─
hr-manager.md
Markdown
│ ├─
project-manager.md
Markdown
│ ├─
qa-auditor.md
Markdown
│ ├─
senior-backend.md
Markdown
│ ├─
senior-frontend.md
Markdown
│ └─
task-planner.md
Markdown
├─
▾
projects
│ └─
README.md
Markdown
├─
▾
roles
│ ├─
ceo.md
Markdown
│ ├─
content-editor.md
Markdown
│ ├─
data-analyst.md
Markdown
│ ├─
data-collector.md
Markdown
│ ├─
hr-manager.md
Markdown
│ ├─
project-manager.md
Markdown
│ ├─
qa-auditor.md
Markdown
│ ├─
senior-backend.md
Markdown
│ ├─
senior-frontend.md
Markdown
│ └─
task-planner.md
Markdown
├─
AGENCY.md
Markdown
├─
daily-checklist.md
Markdown
├─
RULES.md
Markdown
├─
SKILL.md
Markdown
├─
TEAM-ROSTER.md
Markdown
└─
workflow.md
Markdown
Security Positives
✓ All 29 files are markdown documentation - no executable code or scripts
✓ All capabilities (filesystem writes, subagent spawning) are clearly declared in SKILL.md
✓ No network exfiltration or credential harvesting patterns detected
✓ No shell execution, base64 encoding, or eval() patterns found
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env) detected
✓ Clear workflow documentation with no hidden instructions
✓ Well-structured team collaboration system focused on legitimate project management