[PR #43] [MERGED] 🔒 feat(security): Add script to detect dangerous Unicode characters #52

Closed
opened 2025-11-20 04:14:26 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bigbeartechworld/big-bear-scripts/pull/43
Author: @dragonfire1119
Created: 5/31/2025
Status: Merged
Merged: 5/31/2025
Merged by: @dragonfire1119

Base: masterHead: add-check-for-unicode


📝 Commits (1)

  • efa096d 🔒 feat(security): Add script to detect dangerous Unicode characters

📊 Changes

2 files changed (+269 additions, -0 deletions)

View changed files

check-for-unicode/README.md (+166 -0)
check-for-unicode/run.sh (+103 -0)

📄 Description

  • Add a new script check-for-unicode/run.sh to detect potentially dangerous Unicode characters
  • The script scans files and directories for harmful Unicode characters that can be exploited in AI systems, cause display/parsing issues, or enable social engineering attacks
  • The script detects a comprehensive list of harmful Unicode characters, including zero-width and invisible characters, bidirectional text controls, annotation and formatting characters, line and paragraph separators, additional format characters, and variation selectors
  • The script helps improve the security and reliability of systems that process text data by identifying these potentially dangerous Unicode characters

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bigbeartechworld/big-bear-scripts/pull/43 **Author:** [@dragonfire1119](https://github.com/dragonfire1119) **Created:** 5/31/2025 **Status:** ✅ Merged **Merged:** 5/31/2025 **Merged by:** [@dragonfire1119](https://github.com/dragonfire1119) **Base:** `master` ← **Head:** `add-check-for-unicode` --- ### 📝 Commits (1) - [`efa096d`](https://github.com/bigbeartechworld/big-bear-scripts/commit/efa096d71d1a69e9f5edf7857bf1161a1a93712e) 🔒 feat(security): Add script to detect dangerous Unicode characters ### 📊 Changes **2 files changed** (+269 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `check-for-unicode/README.md` (+166 -0) ➕ `check-for-unicode/run.sh` (+103 -0) </details> ### 📄 Description - Add a new script `check-for-unicode/run.sh` to detect potentially dangerous Unicode characters - The script scans files and directories for harmful Unicode characters that can be exploited in AI systems, cause display/parsing issues, or enable social engineering attacks - The script detects a comprehensive list of harmful Unicode characters, including zero-width and invisible characters, bidirectional text controls, annotation and formatting characters, line and paragraph separators, additional format characters, and variation selectors - The script helps improve the security and reliability of systems that process text data by identifying these potentially dangerous Unicode characters --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:14:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/big-bear-scripts#52