Skip to content

Commit abebf47

Browse files
fix: Fix CI/CD badge URL in npm package README
Fixed GitHub Actions badge: - Changed from workflows/CI/badge.svg to workflows/ci.yml/badge.svg - Updated badge label to "CI/CD" to match actual workflow name - Fixed License badge link to point to GitHub repository - Badge now properly displays workflow status Published as llm-shield-core@0.2.4 The CI/CD badge will now display correctly on npmjs.com 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d184540 commit abebf47

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
> 🛡️ Enterprise-grade LLM security toolkit for JavaScript/TypeScript with WebAssembly
44
55
[![npm version](https://badge.fury.io/js/llm-shield-core.svg)](https://www.npmjs.com/package/llm-shield-core)
6-
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](../../LICENSE)
6+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/globalbusinessadvisors/llm-shield-rs/blob/main/LICENSE)
77
[![TypeScript](https://img.shields.io/badge/TypeScript-5.3-blue)](https://www.typescriptlang.org/)
8-
[![CI](https://github.com/globalbusinessadvisors/llm-shield-rs/workflows/CI/badge.svg)](https://github.com/globalbusinessadvisors/llm-shield-rs/actions)
8+
[![CI/CD](https://github.com/globalbusinessadvisors/llm-shield-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/globalbusinessadvisors/llm-shield-rs/actions)
99
[![GitHub](https://img.shields.io/badge/GitHub-Repository-blue)](https://github.com/globalbusinessadvisors/llm-shield-rs)
1010

1111
**LLM Shield** is a high-performance security toolkit for protecting Large Language Model (LLM) applications from prompt injection, toxic content, data leaks, and other security threats. Built with Rust and compiled to WebAssembly for near-native performance.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "llm-shield-core",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Enterprise-grade LLM security toolkit for JavaScript/TypeScript with WASM",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)