# sec-audit-dast > DAST/ASM workflow for external asset discovery, probing, and scanning with SARIF output. Use for runtime/endpoint-based assessments and asset management scanning. - Author: windshock - Repository: hssg1109/sec_audit_playbook - Version: 20260206100809 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/hssg1109/sec_audit_playbook - Web: https://mule.run/skillshub/@@hssg1109/sec_audit_playbook~sec-audit-dast:20260206100809 --- --- name: sec-audit-dast description: DAST/ASM workflow for external asset discovery, probing, and scanning with SARIF output. Use for runtime/endpoint-based assessments and asset management scanning. --- # Sec Audit DAST ## Overview Run DAST/ASM pipelines (URL track and IP track) and produce SARIF outputs for findings. Use this when scanning live targets or external surfaces. ## Workflow 1. Read DAST references: - `references/asm_sources.md` for canonical docs and process context. - `references/asm_scripts.md` for the script entrypoints. - `references/asm_csv.md` for CSV extraction from ASM outputs. - `references/sarif_conversion.md` for CSV->SARIF conversion when needed. - `references/severity_criteria.md` plus `skills/SEVERITY_CRITERIA_DETAIL.md` for risk mapping. - `references/reporting_summary.md` for the cross-skill summary index format. 2. Execute the appropriate track: - URL Track: discovery -> probing -> scanners -> SARIF output. - IP Track: IP list -> service/daemon detection -> SARIF output. 3. Normalize outputs to SARIF for reporting. ## Reporting - Primary output: SARIF (`.sarif`) per scan batch. - Use severity mapping from `references/severity_criteria.md` and detailed criteria in `skills/SEVERITY_CRITERIA_DETAIL.md`. - Produce a common summary JSON using `schemas/reporting_summary_schema.json`. ## Resources ### references/ - `references/asm_sources.md` - `references/asm_scripts.md` - `references/asm_csv.md` - `references/sarif_conversion.md` - `references/severity_criteria.md` - `references/reporting_summary.md`