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

Security score

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

Categories Tested

Security Issues

medium line 24

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
80python3 ~/.claude/skills/awesome-code/scripts/get_path.py
Scanned on Mar 1, 2026
View Security Dashboard