Skip to main content

strands

Enables the creation and management of Python-based AI agents using the AWS Strands SDK for autonomous workflows and custom tools.

Install this skill

or
80/100

Security score

The strands skill was audited on Feb 9, 2026 and we found 6 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

low line 57

Access to hidden dotfiles in home directory

SourceSKILL.md
57# Requires AWS credentials (~/.aws/credentials or env vars)
high line 57

Access to AWS credentials directory

SourceSKILL.md
57# Requires AWS credentials (~/.aws/credentials or env vars)
low line 43

External URL reference

SourceSKILL.md
43model = OllamaModel("http://localhost:11434", model_id="qwen3:latest")
low line 184

External URL reference

SourceSKILL.md
184mcp = MCPClient(lambda: sse_client("http://localhost:8080/sse"))
low line 366

External URL reference

SourceSKILL.md
366| Ollama | `OllamaModel` | `OllamaModel("http://host:11434", model_id=...)` | `host` is positional |
low line 385

External URL reference

SourceSKILL.md
385- `OllamaModel` `host` is positional: `OllamaModel("http://...", model_id="...")`
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →