Sharing health management knowledge, product innovation insights, exploring the infinite possibilities of digital health together
91 articles, page 1/16

With the rise of Claude Code, third-party Skills introduce new security vectors including data exfiltration and arbitrary command execution. This article details the design and implementation of a static analysis tool that detects malicious code, quantifies risk via weighted scoring algorithms, and generates visual security reports to protect the developer ecosystem.

An in-depth analysis of the security vulnerabilities within the Claude Skills ecosystem. We explore risks related to file system access, network data exfiltration, and command injection, while introducing the Skill-Security-Scan tool as a vital defense mechanism for developers.

An advanced tutorial on connecting a React Native app to a BLE heart rate monitor. Learn to scan for devices, handle permissions, subscribe to characteristics, and parse raw binary data for real-time fitness tracking.

Learn how to build native home screen widgets for both iOS and Android from a single React Native application. This tutorial guides you through sharing data and displaying key health stats, like daily steps or sleep scores, directly on the user's home screen.

A step-by-step guide on creating an IoT-powered smart water bottle. Learn to connect a React Native app with an ESP32 microcontroller using Bluetooth Low Energy (BLE) to track water intake and send reminders.

Ditch unreliable single-sensor data. Learn to fuse accelerometer and gyroscope signals with a complementary filter to build a robust rep counter for any exercise.