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,8 @@
# References
Bundled resources for dependency-checker skill
- [ ] npm_audit_format.md: Documentation on the format of npm audit reports.
- [ ] pip_audit_format.md: Documentation on the format of pip audit reports.
- [ ] license_compatibility_matrix.md: A matrix detailing license compatibility between common open-source licenses.
- [ ] dependency_checker_best_practices.md: A guide to best practices for dependency management and security.