sotif-deep

sotif-deep is a skill for Claude Code, Codex from AutoZYX-Labs/ADSafetyPilot. It costs 56 tokens per session (735 once invoked), scanned A, original, MIT.

A Chinese-language analysis workflow for SOTIF, the safety of a vehicle’s intended functions under ISO 21448. It examines unsafe situations caused by sensing limits, algorithm limits, or human misuse.

In plain words
What is it for?
Use it to analyze driver-assistance systems such as adaptive cruise control, classify triggering conditions, plan simulation and road tests, and assess remaining risk.
Why use it?
It helps teams find dangerous situations that may not be covered by ordinary component-failure analysis. It organizes known and unknown safe or unsafe scenarios and links them to validation work.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to analyze driver-assistance systems such as adaptive cruise control, classify triggering conditions, plan simulation and road tests, and assess remaining risk.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/autozyx-labs/adsafetypilot/sotif-deep
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add AutoZYX-Labs/ADSafetyPilot --skill sotif-deep
Clone the repo
git clone --depth 1 https://github.com/AutoZYX-Labs/ADSafetyPilot

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sotif-deep

README.md
[![agentmods](https://agentmods.dev/badge/skills/autozyx-labs/adsafetypilot/sotif-deep/github.svg)](https://agentmods.dev/skills/autozyx-labs/adsafetypilot/sotif-deep)
Your own site
<a href="https://agentmods.dev/skills/autozyx-labs/adsafetypilot/sotif-deep"><img src="https://agentmods.dev/badge/skills/autozyx-labs/adsafetypilot/sotif-deep/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sotif-deep

Your own site · 80×15
<a href="https://agentmods.dev/skills/autozyx-labs/adsafetypilot/sotif-deep"><img src="https://agentmods.dev/badge/skills/autozyx-labs/adsafetypilot/sotif-deep.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 735 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00056 $0.00735
Opus 5 $0.00028 $0.00367
Sonnet 5 $0.00011 $0.00147
Haiku 4.5 $0.00006 $0.00073

Measured 8d ago against content hash 91a49aa7d673, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

sotif-deep scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/sotif-deep/SKILL.md · 58 lines

What it actually says

SOTIF 深度分析 | Deep SOTIF Analysis

本技能提供 ISO 21448 预期功能安全的全生命周期分析支持。

核心能力

1. 四象限分析框架

  • Area 1 (已知安全) → Area 2 (已知不安全) → Area 3 (未知安全) → Area 4 (未知不安全)
  • SOTIF目标:最小化Area 4,通过系统化方法将场景从Area 4转移到Area 2(已识别→已缓解)或Area 1(已验证)

2. 触发条件分类体系

基于张玉新团队的研究框架,系统化分类:

感知局限:

  • 摄像头:光照(眩光、隧道明暗交替、夜间)、天气(暴雨>25mm/h、雾<200m、雪、霾PM2.5>200)、遮挡(镜头污染、虫渍)
  • 毫米波雷达:金属反射、护栏虚警、隧道多径效应
  • 激光雷达:雨雾散射、黑色目标低反射、玻璃透射
  • 中国特有:沙尘暴(北方)、霾(华北)、冰雪(东北)

算法不足:

  • 感知:误检/漏检、分类错误、跟踪丢失
  • 预测:异常行为预测失败、中国驾驶员特有行为(高频加塞、非机动车混行)
  • 决策:保守/激进策略不匹配、中国交通流特征不适配

人因误用:

  • 模式混淆、过度信任、注意力不集中
  • 中国特有:手机导航依赖、副驾干预、后排乘客干扰

3. 场景驱动验证策略

  • ISO 21448 Clause 10/11 验证方法论
  • 仿真 + 封闭场地 + 开放道路三层验证
  • 与JAMA V4.0框架对接的验证矩阵

4. SOTIF审核清单

5级成熟度模型(初始→管理→定义→量化管理→优化)

使用示例

用户:我的ACC系统需要做SOTIF分析,ODD是高速公路60-120km/h
输出:
1. 触发条件清单(按感知/算法/人因分类)
2. 四象限场景分布
3. 验证策略建议(仿真覆盖度目标+实车测试方案)
4. 残余风险评估框架

参考标准

  • ISO 21448:2022 Road vehicles — Safety of the intended functionality
  • GB/T 43267-2023 道路车辆 预期功能安全
  • ISO 34502 场景驱动安全评估框架
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 58 lines · 56 tokens per session scan A 91a49aa7d673

Subscribe to this mod's changes

sotif-deep is a skill published in the GitHub repository AutoZYX-Labs/ADSafetyPilot (2 stars, last pushed 2mo ago), licensed MIT. It adds 56 tokens to every session and 735 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

instrument-data-to-allotrope

Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…

anthropics/knowledge-work-plugins · 123 tokens

exploratory-data-analysis

Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…

K-Dense-AI/scientific-agent-skills · 83 tokens

matlab

Build, review, migrate, and safely plan MATLAB or GNU Octave numerical workflows, including arrays, tabular/time data, tests, projects, graphics, MAT files, and explicit Python interoperability.

K-Dense-AI/scientific-agent-skills · 42 tokens

phylogenetics

Build and analyze phylogenetic trees using MAFFT (multiple alignment), IQ-TREE 2 (maximum likelihood), and FastTree (fast NJ/ML). Visualize with ETE3 or FigTree. For evolutionary analysis, microbial genomics, viral phylodynamics, protein family analysis, and molecular clock studies.

K-Dense-AI/scientific-agent-skills · 68 tokens

research-engineer

An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.

davila7/claude-code-templates · 43 tokens

mapping-to-snomed

Maps clinical concept spans extracted by OpenMed to SNOMED CT concepts through a USER-SUPPLIED terminology server (the user's own Ontoserver, Snowstorm, or UMLS/UTS), never a bundled vocabulary. Use when the user wants to code findings, disorders, procedures, body structures, or substances to SNOMED CT, run an ECL…

maziyarpanahi/openmed · 205 tokens