A personal research lab — utility scripts and tools for AI/LLM development, security research, and automation.
| Component | Description | Tech |
|---|---|---|
| rag-agent/ | Local RAG system with offline LLM, document/audio ingestion, semantic search | Python, Ollama, PGVector, Docling, Whisper, FastAPI |
| llm/skills/ | AI security skills — code review, pentest, mobile, finding reports | Structured prompts |
| scanner/ | XSS scanner — parses OpenAPI specs, tests 9 payloads, generates reports | Python, requests, PyYAML |
| winapi/ | Windows API research — anti-cheat PoCs, reverse engineering tools | Python, C++, C# |
| secops/ | Email forensics — .eml analyzer with SPF/DKIM/DMARC validation | HTML, JavaScript |
| asmin/ | Archived Asmaul Husna website (2020) | Static HTML |
Prerequisites: Python 3.10+, UV, Ollama, PostgreSQL + PGVector
Each component is self-contained — see its own README for setup and usage.
MIT — see LICENSE. Exceptions: asmin/ (original copyright), winapi/idafreekei.py (WTFPL).
Security tools are for authorized use only. Use responsibly and comply with applicable laws.
- rag-agent inspired by coleam00/ottomator-agents