Back to Home
EricJujianZou icon

Anti-Soy

Verified Safe

by EricJujianZou

Overview

Automated GitHub profile analysis for assessing developer skills and detecting AI-generated code in hiring processes.

Installation

Run Command
cd server && uv run uvicorn main:app --reload

Environment Variables

  • GITHUB_TOKEN
  • GEMINI_API_KEY
  • VITE_API_BASE_URL

Security Notes

The server clones external GitHub repositories into a temporary directory and processes their content for analysis. While safeguards like file size limits (`MAX_FILE_SIZE`, `MAX_TOTAL_CONTENT`) are in place, processing arbitrary external code always carries inherent risks (e.g., resource exhaustion from specially crafted large or malicious files). Subprocess calls for 'git clone' and 'git log' are constructed with parsed URL components and safe paths, mitigating direct command injection risks. CORS is set to 'allow_origins=["*"]' in 'server/main.py', which is insecure for production but specified in the README as a development setting. No direct 'eval' or obvious code execution from uncontrolled user input was found.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens4000
Stars0
Forks0
Last Update2026-01-18

Tags

GitHub AnalysisHiring ToolCode QualityAI DetectionDeveloper Vetting