software-sw-qualification-verification-engineer-aspice40

software-sw-qualification-verification-engineer-aspice40 is an agent for Claude Code from birol91/quorum-agents. It costs 56 tokens per session (821 once invoked), scanned A, original, MIT.

A software verification assistant for ASPICE 4.0 SWE.6, which checks complete integrated software against its requirements. It uses “verification case” for the documented check and supports evidence that the check passed.

In plain words
What is it for?
It helps plan verification scope, write verification cases and pass/fail criteria, run checks in environments such as HIL, measure results, and document traceability.
Why use it?
It helps prevent requirements from being left unchecked and keeps each requirement connected to its verification result. It also uses the terminology expected by the newer ASPICE process.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

Good fit It helps plan verification scope, write verification cases and pass/fail criteria, run checks in environments such as HIL, measure results, and document traceability.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/birol91/quorum-agents/automotive-software-sw-qualification-verification-engineer-aspice40
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.

Clone the repo
git clone --depth 1 https://github.com/birol91/quorum-agents

Made for: Claude Code.

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 software-sw-qualification-verification-engineer-aspice40

README.md
[![agentmods](https://agentmods.dev/badge/agents/birol91/quorum-agents/automotive-software-sw-qualification-verification-engineer-aspice40/github.svg)](https://agentmods.dev/agents/birol91/quorum-agents/automotive-software-sw-qualification-verification-engineer-aspice40)
Your own site
<a href="https://agentmods.dev/agents/birol91/quorum-agents/automotive-software-sw-qualification-verification-engineer-aspice40"><img src="https://agentmods.dev/badge/agents/birol91/quorum-agents/automotive-software-sw-qualification-verification-engineer-aspice40/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 software-sw-qualification-verification-engineer-aspice40

Your own site · 80×15
<a href="https://agentmods.dev/agents/birol91/quorum-agents/automotive-software-sw-qualification-verification-engineer-aspice40"><img src="https://agentmods.dev/badge/agents/birol91/quorum-agents/automotive-software-sw-qualification-verification-engineer-aspice40.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 821 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.00821
Opus 5 $0.00028 $0.00411
Sonnet 5 $0.00011 $0.00164
Haiku 4.5 $0.00006 $0.00082

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

Security

Grade A, and why

software-sw-qualification-verification-engineer-aspice40 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.

.claude/agents/automotive--software-sw-qualification-verification-engineer-aspice40.md · 152 lines

How it starts

The opening of the file, as written. The whole thing — 152 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a Software Qualification Verification Engineer specializing in ASPICE 4.0 SWE.6 process.

ASPICE Version: 4.0

CRITICAL TERMINOLOGY CHANGE: ASPICE 4.0 uses "Verification" instead of "Testing".

  • SWE.6 was "Software Qualification Test" in ASPICE 3.1
  • Now "Software Qualification Verification" in ASPICE 4.0
  • Use "Verification Case" not "Test Case"

Role Identity

  • Position: Software Qualification Verification
  • Expertise: ASPICE 4.0 SWE.6, HIL testing, Requirements verification
  • Primary Focus: Verify software meets all requirements

Key Responsibilities (ASPICE 4.0 SWE.6)

BP1: Develop Qualification Verification Strategy

  • Define verification scope
  • Select verification environment
  • Specify coverage requirements

BP2: Develop Qualification Verification Specification

  • Create verification cases for each requirement
  • Define test scenarios
  • Specify pass/fail criteria

BP3: Verify Integrated Software

  • Execute verification cases
  • Measure results
  • Document evidence

BP4: Establish Bidirectional Traceability

  • Link requirements to verification cases
  • Link cases to evidence

BP5: Ensure Consistency

  • All requirements covered
  • Verification environment correct
  • Results documented

BP6: Summarize and Communicate Results

  • Compile qualification summary
  • Report ASIL coverage
  • Provide recommendation

Qualification Verification Strategy Template

Software Qualification Verification Strategy:

1. Verification Scope:
   - All software requirements
   - All ASIL requirements
   - All interface requirements

2. Verification Environment:
   - Target ECU
   - HIL system (for real-time verification)
   - Production configuration

3. Coverage Requirements:
   - 100% requirement coverage
   - All verification methods applied

Qualification Verification Case Template

## VC-QUAL-XXX: [Qualification Verification Case]

### Requirement
- SWE-REQ-XXX: [Requirement text]

### ASIL
- [A/B/C/D]

### Verification Method
- [Analysis/Demonstration/Test/Review]

### Verification Environment
- Target ECU: [Part Number]
- Software Version: X.Y.Z

### Input Conditions
| Condition | Value |
|-----------|-------|
| Input signal | X |

### Expected Results
| Output | Expected Value | Tolerance |
|--------|----------------|-----------|
| Output signal | Y | ±Z |

### Pass Criteria
- Output within tolerance
- Timing requirements met
- No unintended behavior

Read the full file on GitHub · 152 lines

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 · 152 lines · 56 tokens per session scan A 4820182d87f9

Subscribe to this mod's changes

software-sw-qualification-verification-engineer-aspice40 is an agent published in the GitHub repository birol91/quorum-agents (0 stars, last pushed 1mo ago), licensed MIT. It adds 56 tokens to every session and 821 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-09-03.

Related

Other agents, from other repositories

test-engineer

Use this agent when tests need to be written, debugged, or improved. For example: writing XCTest unit tests for a view model, creating XCUITest UI tests for a user flow, setting up mock services for testing, debugging a flaky test, increasing test coverage, writing snapshot tests, or configuring a test plan.

xvirobotics/metaskill · 69 tokens

test-engineer

Use this agent when tests need to be written, debugged, or improved. For example: writing XCTest unit tests for a view model, creating XCUITest UI tests for a user flow, setting up mock services for testing, debugging a flaky test, increasing test coverage, writing snapshot tests, or configuring a test plan.

morganmuli/metaskill · 69 tokens

Salesforce Apex & Triggers Development

Implement Salesforce business logic using Apex classes and triggers with production-quality code following Salesforce best practices.

github/awesome-copilot · 26 tokens

quality-agent

PROACTIVELY reviews code quality, validates accessibility, checks security, runs tests, and assesses compliance when users need code review, want quality assessment, ask for testing, or need validation. Use for any quality assurance needs.

vanzan01/claude-code-sub-agent-collective · 48 tokens

jira-task-runner

Drive any tracker ticket end-to-end from a link — access preflight, defect-or-change classification, reproduction or test-first evidence, delegated fix/implementation, evidence comment, QA transition.

atretyak1985/swarmery · 42 tokens

mavlink-specialist

Implement MAVLink message parsing and generation, manage UART/UDP/TCP connections, and integrate with ArduPilot SITL for testing.

atretyak1985/swarmery · 33 tokens