Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.tumban.com/llms.txt

Use this file to discover all available pages before exploring further.

The recommendation field on triage reports and webhook payloads takes one of four values, mapped from the underlying risk_score:
ScoreRecommendationWhen to act
0–10no_flagsAuto-approve unless your policy requires sampling.
11–40review_lowBorderline. Inspect on capacity-permitting basis.
41–60review_mediumLikely violation. Send to review queue.
61–100review_highStrong signals. Priority review.
These values are stable. The thresholds may be tuned over time; the values will not change.

Defaults on failure

When a scan fails (status: "failed"), the webhook payload defaults recommendation to review_high and risk_score to 50 so the profile always reaches your review queue. Use the error field to distinguish “real” review_high from “could not analyze”. See Recommendations and risk scoring for how the score is produced.