
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
SAND is an application to annotate semantic descriptions of tables and (optionally) linked records in tables to a target knowledge graph, then it can automatically export the table data to RDF, JSON-LD, etc. It also does basic data cleaning automatically based on the annotated semantic descriptions. SAND is designed to be customizable: you can plug in a new semantic modeling algorithm (which generates a semantic description automatically) or different knowledge graphs as long as you have a suitable plugin implemented SAND's plugin interface.
Moreover, SAND offers an internal KG browsing and table filtering so you can interactively browsing and modeling your tables.
For a demo, please see: our demo paper, demo video.
Install from pip: pip install -U web-sand
sand init -d <dbfile>
. For example: sand init -d ./data/sand.db
sand start -d <dbfile> --externaldb <folder_of_ent_and_ont_db>
http://localhost:5524
For example, checkout server.sh
www
yarn
and yalc
yarn install
yarn start
. Then, access development server at: http://127.0.0.1:3000
.yarn build
sand
as a library): yarn build:lib && yalc public --private
FAQs
UI for browsing/editing semantic descriptions
We found that web-sand demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.