Secure-Skill is a lightweight static analysis tool designed to assess the security of Python code in GitHub repositories. It helps developers and auditors quickly identify potential risks before using or integrating third-party code.
.py files using regex-based pattern matching.exec(), unsafe file ops, and network calls.The system starts with a Base Score of 100. Points are deducted based on findings:
exec, eval, subprocess.Disclaimer: Secure-Skill is a static analysis tool provided for preliminary security assessment. It does not guarantee that code is 100% safe. Always audit third-party code manually and test in a sandboxed environment.
💡 AI-Assisted Repair: Found issues? You can copy the report and ask an AI assistant: