Skip to main content

setup

Automates the setup of the TTAL environment, including installation and configuration, streamlining the onboarding process.

Install this skill

or
76/100

Security score

The setup skill was audited on Jun 8, 2026 and we found 12 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 49

Access to hidden dotfiles in home directory

SourceSKILL.md
49grep "team_path" ~/.config/ttal/config.toml
low line 55

Access to hidden dotfiles in home directory

SourceSKILL.md
55perl -i -pe "s|team_path = .*|team_path = \"$WORKSPACE\"|" ~/.config/ttal/config.toml
low line 74

Access to hidden dotfiles in home directory

SourceSKILL.md
74perl -i -pe "s|chat_id = .*|chat_id = \"<pasted-id>\"|" ~/.config/ttal/config.toml
low line 80

Access to hidden dotfiles in home directory

SourceSKILL.md
80perl -i -pe 's/(\[teams\.default\])/\1\nchat_id = "<pasted-id>"/' ~/.config/ttal/config.toml
medium line 101

Access to hidden dotfiles in home directory

SourceSKILL.md
101After user creates all bots, ask them to paste each token. Write to `~/.config/ttal/.env` using heredoc to avoid token exposure in process list:
low line 105

Access to hidden dotfiles in home directory

SourceSKILL.md
105cat >> ~/.config/ttal/.env << 'ENVEOF'
low line 118

Access to hidden dotfiles in home directory

SourceSKILL.md
118cat >> ~/.config/ttal/.env << 'ENVEOF'
low line 148

Access to hidden dotfiles in home directory

SourceSKILL.md
148• Add a project by editing ~/.config/ttal/projects.toml directly
medium line 101

Access to .env file

SourceSKILL.md
101After user creates all bots, ask them to paste each token. Write to `~/.config/ttal/.env` using heredoc to avoid token exposure in process list:
low line 105

Access to .env file

SourceSKILL.md
105cat >> ~/.config/ttal/.env << 'ENVEOF'
medium line 115

Access to .env file

SourceSKILL.md
115Write token as `DEFAULT_NOTIFICATION_BOT_TOKEN` to `.env`:
low line 118

Access to .env file

SourceSKILL.md
118cat >> ~/.config/ttal/.env << 'ENVEOF'
Scanned on Jun 8, 2026
View Security Dashboard
Installation guide →