Skip to content

EBC-Annex-79/Tool-chain_for_supporting_privacy_risk_assessments

Repository files navigation

Tool-Chain for Supporting Privacy Risk Assessments

This repository contains source code for a the tool-Chain for Supporting Privacy Risk Assessments.

Dependencies

  • rdflib RdfLib.
  • graphviz graphviz
  • requests requests
  • Flask for running the api.

Examples

Can be found in the examples folder.

Docker

If you will like to use docker to run the tool-chain. We have created a dockerfile. Run the following commands from the rode folder:

docker build --tag privacy-tool-chain .
docker run -d -p 5002:5002 privacy-tool-chain

Paper

To cite the paper:

@inproceedings{Schwee:2020:BuildSys,
author = {Schwee, Jens Hjort and Sangogboye, Fisayo Caleb and Salim, Flora D. and Kj\ae{}rgaard, Mikkel Baun},
title = {Tool-Chain for Supporting Privacy Risk Assessments},
year = {2020},
isbn = {9781450380614},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3408308.3427605},
doi = {10.1145/3408308.3427605},
abstract = {In a modern smart building, many aspects of the use can be monitored using sensing technologies. This enables a high number of data-driven applications used for many tasks, such as indoor comfort, energy efficiency, and space utilization. Open data sharing enables more robust data-driven applications for optimizing building operations. To enable such data sharing effort, there is a need for performing a privacy risk assessment for analyzing the inherent potential ethical and privacy risks that can be posed for occupants and the organization operating in the building. It is increasingly difficult to identify the inference capabilities of modern machine learning methods e.g. for estimating occupancy from CO2 datasets. In this paper, we design and implement an open source ontology-based tool-chain that can be used as part of the privacy assessment to identify potential privacy risks. This tool-chain takes in a model of the dataset that is being considered for sharing and creates a privacy risk report. We evaluate the tool-chain using five real-world datasets and compares the analysis with the data custodian. The results obtained show that the tool-chain can identify more risks, than a human data curator, and thus, there is a need for such a tool to support privacy risk analysis.},
booktitle = {Proceedings of the 7th ACM International Conference on Systems for Energy-Efficient Buildings, Cities, and Transportation},
pages = {140–149},
numpages = {10},
keywords = {Modeling Methodologies, Data Privacy, Open Data, Privacy-Preserving Data Publishing, Data Publishing, Data Anonymization},
location = {Virtual Event, Japan},
series = {BuildSys '20}

License

The license for all the data is CC-BY-4.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published