Security Posture Reporting Tool
Tool that gathers and reports on security posture, using Playwright for collection and the Claude API for analysis.
- Python
- Flask
- Playwright
- Anthropic Claude API
A tool that gathers security posture information and turns it into a readable report. Playwright drives the collection, automating its way through surfaces a person would otherwise have to check by hand, and the Anthropic Claude API helps analyse and summarise what comes back. It is a Python and Flask project, and I contributed to it as part of a team.
It sits right at the intersection I find most interesting. Real security work, made faster by good engineering. The repetitive, error-prone parts of checking a posture are exactly the parts worth automating, so human attention can go to the judgement calls instead of the gathering.