Skip to main content

awesome-code

Facilitates multi-agent collaboration for complex software development tasks, optimizing task breakdown and execution strategies.

Install this skill

or
87/100

Security score

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

Categories Tested

Security Issues

medium line 22

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
29在调用任何脚本之前,必须先运行 `scripts/get_path.py` 动态发现真实安装路径,并使用返回的绝对路径执行后续命令(避免硬编码 `~/.claude/skills/` / `.claude/skills/`)。
low line 32

Access to hidden dotfiles in home directory

SourceSKILL.md
32python3 ~/.claude/skills/awesome-code/scripts/get_path.py
low line 33

Access to hidden dotfiles in home directory

SourceSKILL.md
33python3 ~/.codex/skills/awesome-code/scripts/get_path.py
low line 130

Access to hidden dotfiles in home directory

SourceSKILL.md
130python3 ~/.claude/skills/awesome-code/scripts/get_path.py
Scanned on May 12, 2026
View Security Dashboard
Installation guide →