Skip to content

Detect Missing Authorization Propagation #919

Description

@mijinummi

🧠 Concept

Detect contract calls where required authorization context is not properly propagated.

⚠️ Problem

Cross-contract execution may fail or behave unexpectedly when authorization requirements are not handled correctly.

📁 Implementation Scope

  • packages/rules/soroban/auth/
  • packages/analyzers/soroban/callgraph/

✅ Requirements

  • Track authorization context
  • Analyze cross-contract calls
  • Detect missing propagation
  • Report affected call paths

🎯 Acceptance Criteria

  • Authorization propagation analyzed
  • Missing propagation detected
  • Call paths reported
  • Tests added

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions