Scan Report
5 /100
ghostshield
Anti-colleague distillation shield - protects code style from AI extraction
GhostShield is a legitimate code obfuscation tool that analyzes and protects coding style from AI distillation. No malicious behavior, credential theft, or data exfiltration detected. All functionality is properly documented.
Safe to install
This skill is safe to use. Consider pinning dependency versions for better supply chain security.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | Dependencies not version-pinned Supply Chain | requirements.txt:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | Operates on user-specified input paths only |
| Shell | NONE | READ | ✓ Aligned | Uses subprocess for git log analysis, documented and necessary for core function… |
| Network | NONE | NONE | — | No network requests made |
| Environment | NONE | NONE | — | Does not access environment variables |
7 findings
Medium External URL 外部 URL
https://img.shields.io/badge/License-GPLv3-blue.svg README.md:5 Medium External URL 外部 URL
https://www.gnu.org/licenses/gpl-3.0 README.md:5 Medium External URL 外部 URL
https://img.shields.io/badge/python-3.8+-blue.svg README.md:6 Medium External URL 外部 URL
https://www.python.org/downloads/ README.md:6 Medium External URL 外部 URL
https://git.company.com/... SKILL.md:55 Info Email 邮箱地址
[email protected] README.md:122 Info Email 邮箱地址
[email protected] SKILL.md:52 File Tree
10 files · 110.1 KB · 3455 lines Python 7f · 2795L
Markdown 2f · 641L
Text 1f · 19L
├─
▾
ghostshield
│ ├─
__init__.py
Python
│ ├─
cli.py
Python
│ ├─
core.py
Python
│ ├─
obfuscator.py
Python
│ ├─
pii_detector.py
Python
│ ├─
style_analyzer.py
Python
│ └─
validator.py
Python
├─
README.md
Markdown
├─
requirements.txt
Text
└─
SKILL.md
Markdown
Dependencies 5 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
presidio-analyzer | >=2.2.0 | pip | No | Version not pinned |
presidio-anonymizer | >=2.2.0 | pip | No | Version not pinned |
spacy | >=3.5.0 | pip | No | Version not pinned |
jieba | >=0.42.1 | pip | No | Version not pinned |
gitpython | >=3.1.0 | pip | No | Version not pinned |
Security Positives
✓ No credential harvesting or exfiltration
✓ No network requests to external IPs
✓ No base64/obfuscated code execution
✓ Documentation accurately describes all functionality
✓ All subprocess usage is legitimate git analysis (documented)
✓ No access to sensitive system paths (~/.ssh, ~/.aws, .env)
✓ No reverse shell or C2 communication
✓ Open source GPL-3.0 license with transparent codebase