Skip to content

Commit be23555

Browse files
NMitchemclaude
andcommitted
fix: update all URLs from LocalEvo to SkillScan
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5df8927 commit be23555

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SkillScan
22

3-
[![CI](https://github.com/noahmitchem/LocalEvo/actions/workflows/ci.yml/badge.svg)](https://github.com/noahmitchem/LocalEvo/actions/workflows/ci.yml)
3+
[![CI](https://github.com/NMitchem/SkillScan/actions/workflows/ci.yml/badge.svg)](https://github.com/NMitchem/SkillScan/actions/workflows/ci.yml)
44
[![PyPI](https://img.shields.io/pypi/v/skillscan)](https://pypi.org/project/skillscan/)
55
[![Python](https://img.shields.io/pypi/pyversions/skillscan)](https://pypi.org/project/skillscan/)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -18,7 +18,7 @@ catches everything else.
1818
pip install skillscan
1919

2020
# Scan an example malicious skill (included in the repo)
21-
git clone https://github.com/noahmitchem/LocalEvo.git && cd LocalEvo
21+
git clone https://github.com/NMitchem/SkillScan.git && cd SkillScan
2222
skillscan audit examples/malicious/keychain-stealer.md
2323
```
2424

@@ -304,7 +304,7 @@ jobs:
304304
runs-on: ubuntu-latest
305305
steps:
306306
- uses: actions/checkout@v4
307-
- uses: noahmitchem/LocalEvo@v0.4.0
307+
- uses: NMitchem/SkillScan@v0.4.0
308308
with:
309309
path: '.'
310310
threshold: '6.0'

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ dev = [
4040
skillscan = "skillscan.cli:main"
4141

4242
[project.urls]
43-
Homepage = "https://github.com/noahmitchem/LocalEvo"
44-
Documentation = "https://github.com/noahmitchem/LocalEvo#readme"
45-
Issues = "https://github.com/noahmitchem/LocalEvo/issues"
46-
Changelog = "https://github.com/noahmitchem/LocalEvo/blob/main/CHANGELOG.md"
43+
Homepage = "https://github.com/NMitchem/SkillScan"
44+
Documentation = "https://github.com/NMitchem/SkillScan#readme"
45+
Issues = "https://github.com/NMitchem/SkillScan/issues"
46+
Changelog = "https://github.com/NMitchem/SkillScan/blob/main/CHANGELOG.md"
4747

4848
[tool.hatch.build.targets.wheel]
4949
packages = ["src/skillscan"]

src/skillscan/sarif.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def format_sarif(results: list[ScanResult]) -> str:
8484
"driver": {
8585
"name": "skillscan",
8686
"semanticVersion": _get_version(),
87-
"informationUri": "https://github.com/noahmitchem/LocalEvo",
87+
"informationUri": "https://github.com/NMitchem/SkillScan",
8888
},
8989
},
9090
"results": sarif_results,

0 commit comments

Comments
 (0)