Metadata-Version: 2.4
Name: autoai-codetrust
Version: 1.0.0
Summary: AI code security, compliance & deployed app scanner — catches vulnerabilities, hallucinations, exposed secrets, and regulatory violations. The complete trust platform for the AI coding era.
Project-URL: Homepage, https://codetrust.dev
Project-URL: Repository, https://github.com/autoailabadmin/codetrust
Project-URL: Documentation, https://codetrust.dev/docs
Author-email: AutoAI Labs <info@autoailabs.co.uk>
License: Apache-2.0
Keywords: ai-code,ai-scanner,bolt,claude,code-quality,code-security,compliance,copilot,cursor,deployed-app-scanner,eu-ai-act,finprom,gdpr,hallucination-detection,hipaa,lovable,mcp,replit,sast,security,snyk-alternative,soc2,vibe-coding,vulnerability-scanner
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Python: >=3.10
Requires-Dist: bcrypt>=4.0
Requires-Dist: click>=8.0
Requires-Dist: fastapi>=0.115.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: mcp>=1.23.0
Requires-Dist: pyjwt>=2.8.0
Requires-Dist: pyotp>=2.9.0
Requires-Dist: python-multipart>=0.0.22
Requires-Dist: rich>=13.0
Requires-Dist: sqlalchemy>=2.0
Requires-Dist: stripe>=7.0.0
Requires-Dist: uvicorn[standard]>=0.29.0
Provides-Extra: dev
Requires-Dist: httpx>=0.27.0; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.21; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Provides-Extra: postgres
Requires-Dist: asyncpg>=0.29.0; extra == 'postgres'
Requires-Dist: psycopg2-binary>=2.9.0; extra == 'postgres'
Description-Content-Type: text/markdown

# AICodeTrustScore

Continuous trust scoring for AI-generated code. Analyzes code from Cursor, Copilot, Claude, and other AI tools, assigning a 0-100 trust score with hallucination detection.

## Install

```bash
pip install autoai-aicodetrustcore
```

## Usage

```bash
# Score a file
aicodetrustcore score path/to/file.py

# Score a git diff
aicodetrustcore diff

# Full report for a directory
aicodetrustcore report path/to/project/

# Check for AI hallucinations
aicodetrustcore hallucination-check path/to/file.py

# Start MCP server
aicodetrustcore serve
```

## License

Apache-2.0
