Thanatos Intel
Intelligence Investigation Platform MVP
- Author: michelemilazzo
- Repository: https://github.com/michelemilazzo/thanatos_intel
- GitHub stars: 0
- Forks: 0
- Category: Developer Tools
- Maintenance: Actively Maintained
Install Thanatos Intel
bench get-app https://github.com/michelemilazzo/thanatos_intel
Add the Frappe Gems badge to your README
Maintain Thanatos Intel? Paste this into your README:
[](https://frappegems.com/gems/apps/michelemilazzo/thanatos_intel)
About Thanatos Intel
Thanatos Intel
Intelligence Investigation Platform MVP for Frappe/ERPNext.
CI Status
GitHub Actions workflow: Thanatos CI
The repository runs automatic validation on every push to main:
- Python syntax validation
- JSON validation
- Frappe file structure validation
- pytest static test suite
Objective
Thanatos Intel is a modular Frappe app for managing investigative cases, entities, evidence, OSINT checks, fraud intelligence, document analysis, cyber risk, corporate due diligence, pay-per-use billing and professional portals.
App identity
- Repository:
michelemilazzo/thanatos_intel - Frappe app name:
thanatos_intel - Python package:
thanatos_intel - App title:
Thanatos Intel - Target framework: Frappe / ERPNext
MVP v0.1 scope
The first version must remain simple and installable. It will focus on the core investigation workflow:
- Investigation case management
- Entity registry
- Evidence vault
- Chain of custody log
- Risk score
- Investigation report
- Service catalogue
- Investigation order
- Portal-ready structure
- Future OSINT connector placeholders
Planned modules
thanatos_core— cases, entities, evidence, reports and audit logsthanatos_fraud— fraud patterns, alerts, blacklist and watchlistthanatos_documents— document metadata, hashes and analysis jobsthanatos_osint— OSINT queries, providers and normalized resultsthanatos_cyber— IP/domain/URL/hash reputation and IOC recordsthanatos_corporate— corporate profiles, ownership and due diligencethanatos_billing— service SKUs, investigation orders and usage eventsthanatos_portal— client/professional portal pages
Development rule
All changes must be committed to GitHub first. Deployment machines should pull from GitHub and should not be used as the source of truth.
Install placeholder
bench get-app https://github.com/michelemilazzo/thanatos_intel.git
bench --site install-app thanatos_intel
bench --site migrate
Status
Baseline v0.1 committed. Frappe scaffold, DocTypes, controllers, roles, workspace, install hook, permission helpers and CI tests are now present.
Related Developer Tools apps for Frappe & ERPNext
- Frappe — Low code web framework for real world applications, in Python and Javascript
- Frappe Docker — Docker environment for developing, deploying, and running Frappe applications (ERPNext and custom apps) in production and development
- Builder — Craft beautiful websites effortlessly with an intuitive visual builder and publish them instantly
- Bench — CLI to manage Multi-tenant deployments for Frappe apps
- Frappe Ui — A set of components and utilities for rapid UI development
- Press — Full service cloud hosting for the Frappe stack - powers Frappe Cloud
- Gameplan — Open Source Discussions Platform for Remote Teams
- Doppio — A Frappe app (CLI) to magically setup single page applications and Vue/React powered desk pages on your custom Frappe apps.