StackGuardian / StackGuardian/tirith
feat(output): HTML report — `--output-html`
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 165
- Forks
- 42
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 11
Description
Today results only print to the CLI. Emit a self-contained HTML report (inline CSS, no external
assets) from the same result model as --output-json/--output-markdown and SARIF: verdict
summary, per-policy sections, per-resource rows with address/action/attribute, severity colouring.
Design language to match the Tirith logo. Many testing tools ship exactly this artefact, and it is
what CI systems archive.
Acceptance. tirith … --output-html report.html renders offline in a browser; the Action and
the GitLab component upload it as a pipeline artifact.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the CLI entry points for --output-json, --output-markdown, and SARIF, and trace how they consume the shared result model. Define the HTML output boundary and check how the Action and GitLab component handle report files. Done means --output-html produces an offline, self-contained report with the listed verdict, policy, resource, and severity details that CI can upload.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ci-cd, cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100