Skip to main content

boto3

Facilitates AWS API interactions using Python's Boto3 SDK for efficient cloud service management.

Install this skill

or
0/100

Security score

The boto3 skill was audited on Mar 1, 2026 and we found 11 security issues across 2 threat categories, including 3 critical. Review the findings below before installing.

Categories Tested

Security Issues

low line 24

Access to hidden dotfiles in home directory

SourceSKILL.md
24# Prefer credentials/region from ~/.aws/{credentials,config};
low line 233

Access to hidden dotfiles in home directory

SourceSKILL.md
233"""Create a session using a named profile from ~/.aws/config."""
medium line 255

Access to hidden dotfiles in home directory

SourceSKILL.md
255- `~/.aws/credentials` (profiles, access keys)
medium line 256

Access to hidden dotfiles in home directory

SourceSKILL.md
256- `~/.aws/config` (default region/output, named profiles)
medium line 274

Access to hidden dotfiles in home directory

SourceSKILL.md
274### Right: Set region explicitly when needed (or configure in ~/.aws/config)
high line 24

Access to AWS credentials directory

SourceSKILL.md
24# Prefer credentials/region from ~/.aws/{credentials,config};
high line 233

Access to AWS credentials directory

SourceSKILL.md
233"""Create a session using a named profile from ~/.aws/config."""
critical line 255

Access to AWS credentials directory

SourceSKILL.md
255- `~/.aws/credentials` (profiles, access keys)
critical line 256

Access to AWS credentials directory

SourceSKILL.md
256- `~/.aws/config` (default region/output, named profiles)
critical line 274

Access to AWS credentials directory

SourceSKILL.md
274### Right: Set region explicitly when needed (or configure in ~/.aws/config)
low line 450

External URL reference

SourceSKILL.md
450- Documentation: https://boto3.amazonaws.com/v1/documentation/api/latest/index.html
Scanned on Mar 1, 2026
View Security Dashboard