Skip to main content

parallel-vibe

Facilitates parallel execution of coding tasks across multiple workspaces, enhancing efficiency in project management and task execution.

Install this skill

or
93/100

Security score

The parallel-vibe skill was audited on Mar 3, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 83

Access to hidden dotfiles in home directory

SourceSKILL.md
83python3 ~/.codex/skills/parallel-vibe/scripts/parallel_vibe.py --prompt "<用户指令原文>"
low line 85

Access to hidden dotfiles in home directory

SourceSKILL.md
85python3 ~/.claude/skills/parallel-vibe/scripts/parallel_vibe.py --prompt "<用户指令原文>"
medium line 51

Access to .env file

SourceSKILL.md
51说明:`parallel-vibe` 提供的是“工程隔离”(减少相对路径污染与文件互相覆盖),不是容器/沙箱级的强安全隔离。默认拒绝 `--src-dir` 中的 symlink(可用 `--symlink-policy` 覆盖,但存在越界风险);不要把包含敏感文件(如 `.env`、SSH key)的目录作为 `--src-dir`。
Scanned on Mar 3, 2026
View Security Dashboard