Skip to main content

stash-dynamodb

Integrates CipherStash encryption with Amazon DynamoDB for secure data handling, enabling encryption and decryption of sensitive attributes.

Install this skill

or
85/100

Security score

The stash-dynamodb skill was audited on May 26, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 101

Template literal with variable interpolation in command context

SourceSKILL.md
101error: (message, error) => console.error(`[DynamoDB] ${message}`, error),
medium line 105

Template literal with variable interpolation in command context

SourceSKILL.md
105console.error(`[${error.code}] ${error.message}`)
medium line 233

Template literal with variable interpolation in command context

SourceSKILL.md
233throw new Error(`Query encryption failed: ${queryResult.failure.message}`)
Scanned on May 26, 2026
View Security Dashboard
Installation guide →
GitHub Stars 142
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
cipherstash/stack