AltimateAI / AltimateAI/altimate-code

audit: cost telemetry retention + re-identification policy

Open
#843 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
811
Forks
134
Avg merge
3d 2h
Merged PRs (30d)
50

Description

**Summary:** v0.7.3 emits per-generation `cost` and `tokens_input_total` to Azure App Insights. Joined with `project_id` + `session_id`, the per-session economic activity of a specific customer is reconstructible.

**Recommended audit:**
1. Document retention TTL on the `generation` event type — confirm it matches what customers were told in TOS.
2. Evaluate whether `cost` should be bucketed/quantized at emit time (e.g., to the nearest cent) or kept exact for billing reconciliation.
3. Verify the `(project_id, session_id, cost)` tuple is not exposed to anyone outside billing.

**Origin:** Deferred from v0.7.3 release review (Compliance, P2).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.