← Back to Home

Example Reports

Sample outputs from real-world scans to help you understand what aisentry produces.

Generate Your Own Reports

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

📊 LangChain Scan

Static analysis of the LangChain Python library - a popular LLM framework.

1,727 files 224 findings v0.3.x

📊 LlamaIndex Scan

Analysis of LlamaIndex - data framework for LLM applications.

2,409 files 649 findings v0.12.x

📊 OpenAI Python SDK

Scan of the official OpenAI Python client library.

1,034 files 9 findings v1.x

🔐 Security Audit Report

Standalone security posture audit showing maturity assessment.

61 controls 10 categories Maturity scoring

More Examples Coming Soon

We're adding more sample reports from different project types and configurations.