返回 Skill 列表
extension
分类: 安全与合规无需 API Key

Ai Dependency Checker

分析项目依赖,检测过时包、安全漏洞和许可证合规问题。

person作者: mosonchan2023hubclawhub

AI Dependency Checker

Analyzes project dependencies (package.json, requirements.txt, etc.) for outdated versions, known vulnerabilities, and license conflicts.

Features

  • Outdated Detection: Find packages with newer versions
  • Vulnerability Scanning: Identify security risks in dependencies
  • License Compliance: Ensure licenses match project policies

Pricing

  • Price: 0.001 USDT per API call
  • Payment: Integrated via SkillPay.me

Use Cases

  • Software maintenance
  • Security auditing
  • Release planning

Example Input

{
  "file_content": "{\"dependencies\": {\"express\": \"4.17.1\"}}",
  "file_type": "json"
}

Example Output

{
  "success": true,
  "vulnerabilities": [{"package": "express", "severity": "low", "fixed_in": "4.17.3"}],
  "outdated": [{"package": "express", "current": "4.17.1", "latest": "4.18.2"}],
  "message": "Dependency check completed."
}

Integration

This skill is integrated with SkillPay.me for automatic micropayments. Each call costs 0.001 USDT.