Skip to main content

granted

Simplifies AWS role assumption and multi-account access using the Granted CLI for efficient cloud management.

Install this skill

or
0/100

Security score

The granted skill was audited on Mar 1, 2026 and we found 30 security issues across 4 threat categories, including 6 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 362

Wget to non-GitHub URL

SourceSKILL.md
362wget -O- https://apt.releases.commonfate.io/gpg | sudo gpg --dearmor -o /usr/share/keyrings/common-fate-linux.gpg
low line 105

Access to hidden dotfiles in home directory

SourceSKILL.md
105grep -E '^\[profile ' ~/.aws/config | sed 's/\[profile //;s/\]//'
low line 182

Access to hidden dotfiles in home directory

SourceSKILL.md
182# ~/.aws/config
medium line 213

Access to hidden dotfiles in home directory

SourceSKILL.md
213Settings stored in `~/.granted/`:
low line 226

Access to hidden dotfiles in home directory

SourceSKILL.md
226granted completion -s zsh >> ~/.zshrc
low line 227

Access to hidden dotfiles in home directory

SourceSKILL.md
227granted completion -s fish >> ~/.config/fish/completions/granted.fish
low line 261

Access to hidden dotfiles in home directory

SourceSKILL.md
261grep -A5 'my-profile' ~/.aws/config
low line 264

Access to hidden dotfiles in home directory

SourceSKILL.md
264echo $AWS_CONFIG_FILE # Should be empty or ~/.aws/config
low line 304

Access to hidden dotfiles in home directory

SourceSKILL.md
304--ex, --export Export credentials to ~/.aws/credentials
low line 305

Access to hidden dotfiles in home directory

SourceSKILL.md
305--es, --export-sso-token Export SSO token to ~/.aws/sso/cache
high line 105

Access to AWS credentials directory

SourceSKILL.md
105grep -E '^\[profile ' ~/.aws/config | sed 's/\[profile //;s/\]//'
high line 182

Access to AWS credentials directory

SourceSKILL.md
182# ~/.aws/config
high line 261

Access to AWS credentials directory

SourceSKILL.md
261grep -A5 'my-profile' ~/.aws/config
high line 264

Access to AWS credentials directory

SourceSKILL.md
264echo $AWS_CONFIG_FILE # Should be empty or ~/.aws/config
high line 304

Access to AWS credentials directory

SourceSKILL.md
304--ex, --export Export credentials to ~/.aws/credentials
high line 305

Access to AWS credentials directory

SourceSKILL.md
305--es, --export-sso-token Export SSO token to ~/.aws/sso/cache
medium line 16

Access to .env file

SourceSKILL.md
16| `assume <profile> -y --env` | Assume and export to .env file |
medium line 146

Access to .env file

SourceSKILL.md
146### Pattern 6: Export to .env File
medium line 148

Access to .env file

SourceSKILL.md
148The `--env` flag writes credentials to a `.env` file. It prompts to create the file if it doesn't exist.
low line 151

Access to .env file

SourceSKILL.md
151# Will prompt "Create .env file?" if not present - use -y to auto-accept
low line 157

Access to .env file

SourceSKILL.md
157# If .env already exists, it updates without prompting
low line 158

Access to .env file

SourceSKILL.md
158touch .env && assume my-profile --env
medium line 161

Access to .env file

SourceSKILL.md
161**Note**: The `-y` flag auto-accepts creating the .env file. Without it, the command waits for interactive confirmation.
low line 303

Access to .env file

SourceSKILL.md
303-e, --env Export credentials to .env file (prompts to create)
low line 318

Access to .env file

SourceSKILL.md
318-y, --confirm Skip confirmation prompts (e.g., .env creation)
medium line 362

Access to system keychain/keyring

SourceSKILL.md
362wget -O- https://apt.releases.commonfate.io/gpg | sudo gpg --dearmor -o /usr/share/keyrings/common-fate-linux.gpg
medium line 363

Access to system keychain/keyring

SourceSKILL.md
363echo "deb [signed-by=/usr/share/keyrings/common-fate-linux.gpg] https://apt.releases.commonfate.io stable main" | sudo tee /etc/apt/sources.list.d/common-fate.list
low line 184

External URL reference

SourceSKILL.md
184sso_start_url = https://mycompany.awsapps.com/start
low line 362

External URL reference

SourceSKILL.md
362wget -O- https://apt.releases.commonfate.io/gpg | sudo gpg --dearmor -o /usr/share/keyrings/common-fate-linux.gpg
low line 363

External URL reference

SourceSKILL.md
363echo "deb [signed-by=/usr/share/keyrings/common-fate-linux.gpg] https://apt.releases.commonfate.io stable main" | sudo tee /etc/apt/sources.list.d/common-fate.list
Scanned on Mar 1, 2026
View Security Dashboard