Skip to main content

mastering-aws-cli

Provides a quick-reference guide for AWS CLI v2, covering essential commands and best practices for experienced developers.

Install this skill

or
0/100

Security score

The mastering-aws-cli skill was audited on Feb 12, 2026 and we found 10 security issues across 1 threat category, including 5 critical. Review the findings below before installing.

Categories Tested

Security Issues

medium line 91

Access to hidden dotfiles in home directory

SourceSKILL.md
91| `--profile NAME` | Use named profile from `~/.aws/credentials` |
medium line 175

Access to hidden dotfiles in home directory

SourceSKILL.md
175| `AWS_CONFIG_FILE` | Custom config file path | `~/.aws/config` |
medium line 176

Access to hidden dotfiles in home directory

SourceSKILL.md
176| `AWS_SHARED_CREDENTIALS_FILE` | Custom credentials file path | `~/.aws/credentials` |
medium line 188

Access to hidden dotfiles in home directory

SourceSKILL.md
1885. **Credentials file** (`~/.aws/credentials`)
medium line 189

Access to hidden dotfiles in home directory

SourceSKILL.md
1896. **Config file** (`~/.aws/config` with `credential_process`)
critical line 91

Access to AWS credentials directory

SourceSKILL.md
91| `--profile NAME` | Use named profile from `~/.aws/credentials` |
critical line 175

Access to AWS credentials directory

SourceSKILL.md
175| `AWS_CONFIG_FILE` | Custom config file path | `~/.aws/config` |
critical line 176

Access to AWS credentials directory

SourceSKILL.md
176| `AWS_SHARED_CREDENTIALS_FILE` | Custom credentials file path | `~/.aws/credentials` |
critical line 188

Access to AWS credentials directory

SourceSKILL.md
1885. **Credentials file** (`~/.aws/credentials`)
critical line 189

Access to AWS credentials directory

SourceSKILL.md
1896. **Config file** (`~/.aws/config` with `credential_process`)
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →