Skip to main content

team-workflows

Facilitates team collaboration with shared configurations, standards, and onboarding patterns for consistent practices.

Install this skill

or
74/100

Security score

The team-workflows skill was audited on Feb 27, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 309

Fetch to external URL

SourceSKILL.md
309const data = await fetch('/api/users');
medium line 19

Access to hidden dotfiles in home directory

SourceSKILL.md
19| Personal Config | `~/.claude/CLAUDE.md` | Individual preferences (not shared) |
low line 28

Access to hidden dotfiles in home directory

SourceSKILL.md
28+-- ~/.claude/CLAUDE.md # Personal (not checked in)
medium line 43

Access to hidden dotfiles in home directory

SourceSKILL.md
43| Share (Version Control) | Keep Personal (~/.claude/) |
medium line 189

Access to hidden dotfiles in home directory

SourceSKILL.md
189**Note:** Personal API keys and sensitive settings should remain in `~/.claude/settings.json`.
medium line 329

Access to hidden dotfiles in home directory

SourceSKILL.md
329- Keep personal preferences in ~/.claude/
Scanned on Feb 27, 2026
View Security Dashboard
Installation guide →