Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:07 +08:00
commit 3bc832a4cf
9 changed files with 347 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for dependency-checker skill
- [ ] dependency_check.sh: A shell script to execute dependency checks using various package managers.
- [ ] vulnerability_report_parser.py: A Python script to parse vulnerability reports and format them for Claude.
- [ ] license_compliance_checker.py: A Python script to check license compatibility of dependencies.