π§ 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
π§ Concept
Detect contract calls where required authorization context is not properly propagated.
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
π― Acceptance Criteria