Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
daemon-blockint-tech avatar

Anti False Positive Decision Making

  • 20 installs
  • 7 repo stars
  • Updated May 20, 2026
  • daemon-blockint-tech/agentic-enteprises-skill

Set thresholds, evidence bars, and tiered human-in-the-loop gates so security, fraud, or compliance actions aren't taken on weak signals.

About

Guides decision frameworks for when false positives are costly covering thresholds, evidence bars, base rates, and tiered response with human-in-the-loop gates. A developer or analyst uses it when tuning security, fraud, or compliance alerts to reduce false alarms.

  • Evidence bar and multi-signal corroboration before irreversible actions
  • Tiered response and HITL gates with precision/recall/FDR metrics

Anti False Positive Decision Making by the numbers

  • 20 all-time installs (skills.sh)
  • Ranked #1,589 of 2,203 Security skills by installs in the Skillselion catalog
  • Data as of Jul 27, 2026 (Skillselion catalog sync)
npx skills add https://github.com/daemon-blockint-tech/agentic-enteprises-skill --skill anti-false-positive-decision-making

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs20
repo stars7
Last updatedMay 20, 2026
Repositorydaemon-blockint-tech/agentic-enteprises-skill

What it does

Set thresholds, evidence bars, and tiered human-in-the-loop gates so security, fraud, or compliance actions aren't taken on weak signals.

Files

SKILL.mdMarkdownGitHub ↗

Anti-False-Positive Decision Making

When to Use

  • Calibrate when to act vs monitor when false positives block users, delay revenue, or burn analyst capacity
  • Design evidence bars and multi-signal corroboration before irreversible actions (block, freeze, terminate, auto-remediate)
  • Tune security, fraud, or compliance alerts with explicit FP/FN trade-offs and base-rate context
  • Define tiered response paths and human-in-the-loop gates for screening and monitoring workflows
  • Choose metrics (precision, recall, FDR) and review cadence for alert quality—not model training alone
  • Document decision rationale for auditors, regulators, or post-incident review when disposition matters
  • Reduce alert fatigue and over-blocking without silently accepting unacceptable false negatives

When NOT to Use

  • Train, deploy, or optimize production ML classifiers (feature engineering, hyperparameters, MLOps) → data-scientist, ml-ops-engineer
  • Legal conclusions, sanctions determinations, or contract interpretation → commercial-counsel
  • Author detection rules or queries only with no decision policy, escalation, or disposition framework → information-security-engineer, defensive-security-analyst, aml-compliance (as primary)
  • Generic strategy stress-tests without operational decision design → executive-mentor
  • Full AML program design, KYC policy, or STR narrative drafting → aml-compliance, str-report
  • Internal audit workpapers and control effectiveness sampling → auditor
  • Pre-flight architecture or build validation without alert/disposition lens → build-validator

Related skills

NeedSkill
Security control implementation, SIEM/EDR integrationinformation-security-engineer
Technical compliance evidence and CCM pipelinescompliance-engineer
AML TM scenarios, alert triage, SAR pathsaml-compliance
Behavioral risk heuristics (volume, velocity, transit)Use behavioral-risk-screening-concepts (blockint bundle) for UI/workflow concepts
AI system risk tiers, model governance, policy gatesai-risk-governance
Incident severity, escalation, on-call designincident-management-engineer
Audit sampling, deficiency write-ups, control testingauditor
SOC triage and shift operationssoc-analyst
Detection content and hunt hypothesesdefensive-security-analyst
Plan/design go-no-go before executionbuild-validator
Security risk registers and treatment decisionssecurity-risk-analyst

Core Workflows

1. Frame the decision and costs

1. Name the action (block, freeze, escalate, auto-close, notify, quarantine) 2. List cost of false positive (customer harm, ops load, revenue, reputation, legal exposure from over-action) 3. List cost of false negative (fraud loss, breach, regulatory miss, safety) 4. Estimate base rate or prevalence band for the population (see reference) 5. Set explicit risk appetite for this decision class (who approves exceptions)

See `references/anti_fp_decision_scope.md` for scope, boundaries, and handoffs.

2. Set evidence bar and corroboration

signal(s) → minimum evidence tier → optional corroboration → disposition → audit record
  • Define single-signal vs multi-signal requirements before irreversible action
  • Prefer independent evidence types (rule + graph + human review; not two copies of same feature)
  • Document what would falsify the hypothesis before closing as benign

See `references/evidence_bars_and_corroboration.md`.

3. Map FP/FN trade-offs and thresholds

  • Plot operating points: stricter threshold → fewer FPs, more FNs (usually)
  • Use base rate to interpret raw alert rates; avoid judging rules on volume alone
  • Segment by customer tier, geography, product, or asset criticality where policy differs

See `references/fp_fn_tradeoffs_and_base_rates.md`.

4. Design tiered response and HITL gates

TierTypical dispositionAutomation allowed
0 — ObserveLog, aggregate metricsYes
1 — Soft signalQueue, enrich, no customer impactYes with caps
2 — Review requiredAnalyst disposition before actionHuman or timed SLA
3 — ContainReversible hold (pending review)Policy + dual control
4 — IrreversibleBlock, SAR, account closureExecutive / MLRO / legal path

See `references/tiered_response_and_hitl_gates.md`.

5. Tune alerts in security and compliance contexts

  • Govern threshold changes: hypothesis, backtest, approval, post-change review
  • Separate detection quality from workflow quality (routing, SLAs, training)
  • Track precision at disposition and time-to-benign-close, not alert count alone

See `references/security_compliance_alert_tuning.md`.

6. Measure, calibrate, and document

  • Define metrics owners and review cadence (weekly ops, quarterly risk)
  • Record rationale template on every material disposition
  • Run calibration reviews: sample closed-as-benign and closed-as-true-positive

See `references/metrics_calibration_and_documentation.md`.

When to load references

TopicReference
Scope, boundaries, peer handoffsreferences/anti_fp_decision_scope.md
FP/FN, base rates, prevalencereferences/fp_fn_tradeoffs_and_base_rates.md
Evidence tiers and corroborationreferences/evidence_bars_and_corroboration.md
Alert tuning (security, compliance, screening)references/security_compliance_alert_tuning.md
Tiered response and HITL gatesreferences/tiered_response_and_hitl_gates.md
Metrics, calibration, audit trailreferences/metrics_calibration_and_documentation.md

Related skills

Securityauditcompliance

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.