mirror of
https://github.com/K-Dense-AI/claude-scientific-skills.git
synced 2026-03-27 07:09:27 +08:00
Add skills scanning
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -10,4 +10,6 @@ uv.lock
|
|||||||
.python-version
|
.python-version
|
||||||
main.py
|
main.py
|
||||||
|
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
|
||||||
|
.env
|
||||||
13
README.md
13
README.md
@@ -587,6 +587,19 @@ We welcome contributions to expand and improve this scientific skills repository
|
|||||||
✅ Provide clear comments and docstrings in code
|
✅ Provide clear comments and docstrings in code
|
||||||
✅ Include references to official documentation
|
✅ Include references to official documentation
|
||||||
|
|
||||||
|
### Security Scanning
|
||||||
|
|
||||||
|
All skills in this repository are security-scanned using [Cisco AI Defense Skill Scanner](https://github.com/cisco-ai-defense/skill-scanner), an open-source tool that detects prompt injection, data exfiltration, and malicious code patterns in Agent Skills.
|
||||||
|
|
||||||
|
If you are contributing a new skill, we recommend running the scanner locally before submitting a pull request:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
uv pip install cisco-ai-skill-scanner
|
||||||
|
skill-scanner scan /path/to/your/skill --use-behavioral
|
||||||
|
```
|
||||||
|
|
||||||
|
> **Note:** A clean scan result reduces noise in review, but does not guarantee a skill is free of all risk. Contributed skills are also reviewed manually before merging.
|
||||||
|
|
||||||
### Recognition
|
### Recognition
|
||||||
|
|
||||||
Contributors are recognized in our community and may be featured in:
|
Contributors are recognized in our community and may be featured in:
|
||||||
|
|||||||
Reference in New Issue
Block a user