About the project
Project Name: CLISK
CLISK aims at developing an open-source personal robot system to easily retrieve your data, on your request, on your device.
Team: Paul Tran-Van, Quentin Valmori, Bruno Michel, Christophe Thiriot and Joël Costa
CLISK is for Client-Side Konnectors. A konnector is a piece of software that mimic user interaction on a website to get her own data, on her behalf. Typically, an Amazon konnector retrieves all the
bills stored in the user account, while a Facebook konnector will get photos with annotations, etc.
We propose to implement the possibility to run konnectors from the client-side, i.e. directly on the user device, under her consent, without any server support. This way, all requests are legitimate and avoid common robot issues such as IP blocking, scraping protection, etc. This is no longer a third-party the user mandates to exercise her portability right, this is a local “user agent” run by the user herself, to enforce her data sovereignty.
This service should be regularly run in order to retrieve the latest data, and it should be as smooth as possible for the user, without compromising her security. Our solution includes the integration with a password manager, to end-to-end encrypt user credentials and eventually, the data itself.
Website: https://cozy.io/
Achievements from the first phase of the DAPSI programme
In the first phase of the DAPSI programme we launched 2 demos showing the first run of a connector and its relaunch in the mobile app:
- https://paultranvan-drive.mycozy.cloud/public?sharecode=ZVZ9IjUnpDBd
- https://paultranvan-drive.mycozy.cloud/public?sharecode=m2PS9o7AyD0k
This is a mockup of an Amazon connector:
Without diving too deep in the technical achievement, this sequence diagram displays the content-scripts execution steps in the launcher:
And this one shows the user login steps between the different main actors and introduces the
credentials management:
Achievements from the second phase of the DAPSI programme
The second phase of the DAPSI programme was mainly about improving and stabilizing the work done during the 1st phase. Several new konnectors were developed, reaching a total of 11 brands: Alan, Amazon, Blablacar, EDF, Google takeout, Orange, Red, SFR, SNCF, Sosh, Total.
We took a special care into performances during the konnectors execution, as we discovered that some
of them were particularly slow in some devices, which is bad for the user experience.
We also implemented biometry in the mobile app so the user can unlock the private key through the fingerprint or PIN code, and explored more deeply how Cozy Pass could be fully integrated into the app, even though more work must be done to achieve this.
In September, we released a beta version of the app, published to actual users that expressed their
interest to test and review this version.
Finally, a permission dashboard has been developed as well as developer documentation.
The complete code of the mobile app is available in this repository:
https://github.com/cozy/cozy-react-native
Pitch
Testimonial
The DAPSI programme funding and business advices greatly helped us to reach our ambitious objective to develop a versatile mobile app able to retrieve user data under her consent and provide services to manage files, banking transactions, trips, or any other kind of data. We are already working on new business opportunities based on this solution, including carbon footprint comparison or administrative assistant, and we are looking forward to pursue this project in the next months.
Paul Tran-Van