Skip to main content

handler-storage-s3

Facilitates AWS S3 file operations for the fractary-file plugin, supporting secure uploads, downloads, and management of S3 storage.

Install this skill

or
0/100

Security score

The handler-storage-s3 skill was audited on Feb 12, 2026 and we found 12 security issues across 3 threat categories, including 3 critical. Review the findings below before installing.

Categories Tested

Security Issues

medium line 63

Template literal with variable interpolation in command context

SourceSKILL.md
63```json
high line 92

Template literal with variable interpolation in command context

SourceSKILL.md
92- Use environment variables for credentials if using "keys" method: `${AWS_ACCESS_KEY_ID}`
medium line 33

Access to hidden dotfiles in home directory

SourceSKILL.md
33**With AWS Profile** (Recommended - uses ~/.aws/config):
medium line 83

Access to hidden dotfiles in home directory

SourceSKILL.md
83- `profile`: AWS profile name from ~/.aws/config (required if auth_method is "profile")
medium line 120

Access to hidden dotfiles in home directory

SourceSKILL.md
1201. **Profile method**: Set AWS_PROFILE env var, AWS CLI uses profile from ~/.aws/config
critical line 33

Access to AWS credentials directory

SourceSKILL.md
33**With AWS Profile** (Recommended - uses ~/.aws/config):
critical line 83

Access to AWS credentials directory

SourceSKILL.md
83- `profile`: AWS profile name from ~/.aws/config (required if auth_method is "profile")
critical line 120

Access to AWS credentials directory

SourceSKILL.md
1201. **Profile method**: Set AWS_PROFILE env var, AWS CLI uses profile from ~/.aws/config
low line 132

External URL reference

SourceSKILL.md
132"url": "https://my-bucket.s3.us-east-1.amazonaws.com/path/to/file",
low line 143

External URL reference

SourceSKILL.md
143"url": "https://my-bucket.s3.us-east-1.amazonaws.com/docs/document.pdf",
low line 154

External URL reference

SourceSKILL.md
154"url": "https://my-bucket.s3.amazonaws.com/file?X-Amz-Signature=...",
low line 178

External URL reference

SourceSKILL.md
178- Install: https://aws.amazon.com/cli/
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →