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
| 101 | error: (message, error) => console.error(`[DynamoDB] ${message}`, error), |
medium line 105
Template literal with variable interpolation in command context
SourceSKILL.md
| 105 | console.error(`[${error.code}] ${error.message}`) |
medium line 233
Template literal with variable interpolation in command context
SourceSKILL.md
| 233 | throw new Error(`Query encryption failed: ${queryResult.failure.message}`) |
Scanned on May 26, 2026
View Security Dashboard