Skip to content

feat: add dynamodb-cost-optimizer plugin

aecab44
Select commit
Loading
Failed to load commit list.
Open

feat(dynamodb-cost-optimizer): cost optimization skill for dynamodb #95

feat: add dynamodb-cost-optimizer plugin
aecab44
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Semgrep OSS succeeded Mar 18, 2026 in 4s

1 new alert

New alerts in code changed by this pull request

  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 209 in plugins/dynamodb-cost-optimizer/skills/optimize-dynamodb/scripts/analyze_all.py

See this annotation in the file changed.

Code scanning / Semgrep OSS

Semgrep Finding: python.lang.best-practice.unspecified-open-encoding.unspecified-open-encoding Warning

Missing 'encoding' parameter. 'open()' uses device locale encodings by default, corrupting files with special characters. Specify the encoding to ensure cross-platform support when opening files in text mode (e.g. encoding="utf-8").