File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
1818pip 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
2222skillscan 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'
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ dev = [
4040skillscan = " 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 ]
4949packages = [" src/skillscan" ]
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments