Skip to main content

backblaze-coder

Facilitates Backblaze B2 Cloud Storage integration with Terraform and CLI for efficient bucket and file management.

Install this skill

or
56/100

Security score

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

Categories Tested

Security Issues

medium line 316

Template literal with variable interpolation in command context

SourceSKILL.md
316```hcl
low line 39

Access to hidden dotfiles in home directory

SourceSKILL.md
39# Credentials stored in ~/.b2_account_info (SQLite)
low line 365

Access to hidden dotfiles in home directory

SourceSKILL.md
365# ~/.aws/config
low line 370

Access to hidden dotfiles in home directory

SourceSKILL.md
370# ~/.aws/credentials
low line 398

Access to hidden dotfiles in home directory

SourceSKILL.md
398# ~/.config/rclone/rclone.conf
high line 365

Access to AWS credentials directory

SourceSKILL.md
365# ~/.aws/config
high line 370

Access to AWS credentials directory

SourceSKILL.md
370# ~/.aws/credentials
low line 230

External URL reference

SourceSKILL.md
230allowed_origins = ["https://myapp.com", "https://www.myapp.com"]
low line 380

External URL reference

SourceSKILL.md
380aws --profile backblaze --endpoint-url https://s3.us-west-004.backblazeb2.com s3 ls
low line 383

External URL reference

SourceSKILL.md
383aws --profile backblaze --endpoint-url https://s3.us-west-004.backblazeb2.com \
low line 387

External URL reference

SourceSKILL.md
387aws --profile backblaze --endpoint-url https://s3.us-west-004.backblazeb2.com \
low line 391

External URL reference

SourceSKILL.md
391aws --profile backblaze --endpoint-url https://s3.us-west-004.backblazeb2.com \
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →