Data Ownership Violations. Use this skill whenever diffs may introduce data issues on microservices, especially in all. Actively look for: Multiple services writing to same table, unclear source of truth, sync conflicts. and report findings with medium severity expectations and actionable fixes.
datamediummicroservicesallMultiple services writing to same table, unclear source of truth, sync conflicts.
// BUGGY CODE — should be detected
Expected finding: Medium — Multiple services writing to same table, unclear source of truth, sync conflicts....
// BUGGY CODE — should be detected
Expected finding: Medium — Similar issue in different context.
// CORRECT CODE — should NOT be flagged
Why it's correct: Follows API design best practices and standards.