aws-samples / aws-samples/sample-autonomous-cloud-coding-agents
feat(memory): anomaly detection on memory writes
- 主要言語
- TypeScript
- スター
- 143
- フォーク
- 46
- 平均マージ
- 3日 10時間
- マージ済み PR(30日)
- 24
説明
**Context:** ROADMAP.md → Memory security → Anomaly detection
---
## Component
Agent (Python runtime)
## Describe the feature
**CloudWatch metrics** on memory write patterns; alarms for burst writes, unusual content size, or suspicious keyword spikes.
## Use case
Memory poisoning attacks may manifest as rapid bulk writes or anomalous content. Operators need early warning before retrieval spreads bad data.
## Proposed solution
1. EMF metrics: write rate, bytes, entries per task/repo.
2. Alarms with sensible defaults + Blueprint overrides.
3. Optional auto-quarantine hook (see quarantine draft).
4. Dashboard panel on operator dashboard.
## Other information
- Design context: `docs/design/MEMORY.md`, `docs/design/OBSERVABILITY.md`.
- [ ] This might be a breaking change
コントリビューションガイド
調査の方向性
まず docs/design/MEMORY.md と docs/design/OBSERVABILITY.md を読み、次に Agent Python runtime とオペレーターダッシュボードのエントリポイントを調べます。EMF メトリクス、デフォルトのアラームと Blueprint で上書きされたアラーム、オプションの quarantine hook、ダッシュボードパネルがどのように連携するかを定義します。提案された書き込みパターンシグナルとオペレーター制御が実装され、文書化されていれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- aws, python
- 領域
- cloud, observability-sre, security
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 静か
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 38/100