hackagent.risks.profile_helpers
Shared shorthand helpers for building threat profiles.
These are intentionally private but shared across all threat profile modules.
ds
def ds(preset: str,
relevance: Relevance = PRIMARY,
rationale: str = "") -> DatasetRecommendation
Create a DatasetRecommendation.
atk
def atk(technique: str,
relevance: Relevance = PRIMARY,
rationale: str = "") -> AttackRecommendation
Create an AttackRecommendation.