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
88/100

Security score

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

Categories Tested

Security Issues

medium line 18

Access to hidden dotfiles in home directory

SourceSKILL.md
18- 因本 skill 设计缺陷导致的 bug,先用 `bensz-collect-bugs` 规范记录到 `~/.bensz-skills/bugs/`,不要直接修改用户本地已安装的 skill 源码;若有 workaround,先记 bug,再继续完成任务。
low line 88

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to .env file

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