Export Formats
AIPTx supports multiple export formats to integrate with your existing tools and workflows.Available Formats
| Format | Use Case | Extension |
|---|---|---|
| JSON | API integration, automation | .json |
| CSV | Spreadsheets, data analysis | .csv |
| Reports, documentation | .pdf | |
| HTML | Web viewing, sharing | .html |
| SARIF | IDE/CI integration | .sarif |
| XML | Legacy system integration | .xml |
| Markdown | Documentation | .md |
JSON Export
Command
Structure
CSV Export
Command
Columns
| Column | Description |
|---|---|
| id | Finding ID |
| title | Finding title |
| severity | critical/high/medium/low |
| cvss_score | CVSS 3.1 score |
| status | open/fixed/accepted |
| endpoint | Affected URL |
| parameter | Vulnerable parameter |
| category | Vulnerability category |
| cwe_id | CWE identifier |
| description | Finding description |
| remediation | Fix guidance |
SARIF Export
SARIF (Static Analysis Results Interchange Format) enables integration with IDEs and CI/CD tools.Command
Integration
GitHub Code Scanning:Structure
PDF Reports
Command
Templates
- Executive - High-level summary for leadership
- Technical - Detailed findings for security teams
- Compliance - Mapped to compliance frameworks
- Developer - Code-focused for dev teams
HTML Reports
Command
Features
- Interactive navigation
- Expandable finding details
- Syntax-highlighted code
- Search and filter
- Print-friendly styling
XML Export
Command
Structure
Markdown Export
Command
Use Cases
- GitHub/GitLab issues
- Documentation
- Wiki pages
- Slack/Teams sharing