Aspice Evidence
Verifiedby Dryade
Requires team tier subscription
Description
ASPICE assessment preparation assistant that maps project artifacts to work products, identifies evidence gaps, and generates readiness reports
Screenshots
Details
ASPICE Evidence Collector
Tier: Team | Type: Tool | Category: Automotive | Version: 1.0.0
ASPICE assessment preparation assistant that maps project artifacts to work products, identifies evidence gaps, and generates readiness reports for Capability Level 1-3 assessments.
1. Overview
Plugin Name: ASPICE Evidence Collector Slug: aspice-evidence Required Tier: Team Plugin Type: Tool (REST API with instruction skill) Category: Automotive Author: Dryade License: DSUL
What It Does
Maps your project artifacts (Jira tickets, Git commits, test reports, design documents) to ASPICE work product requirements. Identifies gaps in evidence for target capability levels and generates readiness reports with remediation recommendations.
Key Capabilities
- ASPICE PAM 3.1 reference with 10 key processes
- Artifact-to-work-product mapping with confidence levels
- Gap analysis for Capability Levels 1, 2, and 3
- Assessment readiness report generation
2. User Stories
US-1: Prepare for ASPICE Assessment
As a quality manager, I want to map our project artifacts to ASPICE work products so that I can identify evidence gaps before the assessor visit.
US-2: Generate Readiness Report
As a process engineer, I want to generate a readiness scorecard so that I can report assessment preparation status to management.
3. Architecture
Component Diagram
+------------------+ +------------------+ +------------------+
| Plugin Router | --> | Prompt Builder | --> | Data Provider |
| /aspice-evidence| | routes.py | | data/*.json |
+------------------+ +------------------+ +------------------+
Dependencies
- Internal: core.plugins.PluginProtocol
- External: None
- Plugin: None
4. API Spec
| Method | Path | Description |
|--------|------|-------------|
| POST | /aspice-evidence/map-artifacts | Map artifacts to work products |
| POST | /aspice-evidence/gap-analysis | Multi-process gap analysis |
| POST | /aspice-evidence/readiness-report | Generate readiness report |
| GET | /aspice-evidence/processes | List ASPICE processes |
| GET | /aspice-evidence/status | Health check |
5. Data Flow
Demo Data Description
aspice_pam.json: Process Assessment Model (10 processes)sample_artifact_inventory.json: 50 project artifactsevidence_mapping_template.json: Mapping quality criteriascenario_level1_ready.json: Level 1 assessment scenarioscenario_level2_gaps.json: Level 2 with gaps scenarioscenario_level3_aspirational.json: Level 3 target scenario
6. Security Considerations
- PII: No
- No external API calls in mock mode
- Stateless processing
7. Test Plan
cd dryade-plugins
python -m pytest team/aspice_evidence/tests/ -x -v --tb=short
8. Deployment Notes
No additional Python packages required. Min Dryade Version: 1.0.0.
9. User Guide
- Ensure Team tier license
- POST artifact inventory to
/aspice-evidence/map-artifacts - Review mapping results and confidence levels
- Generate readiness report for management
10. Screenshots
Screenshots pending marketplace submission.
11. Changelog
1.0.0 (2026-03-05)
- Initial release
- ASPICE PAM 3.1 reference (10 processes)
- Artifact mapping and gap analysis
- 3 assessment scenarios (Level 1/2/3)
Future Roadmap
- [ ] Jira API integration for live artifact import
- [ ] Git log parsing for automated evidence collection
- [ ] Assessment finding tracking and remediation management
Requires team tier subscription