Sample outputs from real-world scans to help you understand what aisentry produces.
Try scanning any project to generate reports in multiple formats:
# HTML report (interactive, with audit)
aisentry scan ./your-project -o html -f report.html
# JSON report (machine-readable)
aisentry scan ./your-project -o json -f report.json
# SARIF report (GitHub Code Scanning)
aisentry scan ./your-project -o sarif -f report.sarif
Static analysis of the LangChain Python library - a popular LLM framework.
Analysis of LlamaIndex - data framework for LLM applications.
Standalone security posture audit showing maturity assessment.
We're adding more sample reports from different project types and configurations.