list_effective_attack_paths
List effective attack paths for a threat model, including suggestions for missing or dangling paths to reveal security gaps.
Instructions
Effective AttackPath set + lifted missing/dangling suggestions.
AttackPaths inherit from ancestors with the same own / inherited
provenance as other entities. The suggestions block is the
missing-path / dangling-path delta computed against the composed
effective topology — a child sees the inherited baseline claims, the
composed reach surface, and the delta against both.
Return shape::
{
model_id, flag_enabled,
effective_paths: [{kind, qualified_id, owner_model_id,
owner_title, origin, entity}, ...],
lattice_positions: int,
authored_paths: int,
suggestions: {missing_path: [...], dangling_path: [...]},
}When composition is disabled on the backend, effective_paths is
empty, the counts are zero, suggestions is empty, and
flag_enabled: false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | ID of the threat model. | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||