Skip to content

Commit ded8ca4

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent 9e831b6 commit ded8ca4

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1628,6 +1628,8 @@ orchestration to ensure zero breaking changes. Specialized for React, Next.js, a
16281628

16291629
- [Similarity Tester](https://dickgrune.com/Programs/similarity_tester/) — A tool that finds similarities between or within files to support you encountering DRY principle violations.
16301630

1631+
- [Skylos](https://github.com/duriantaco/skylos) — Dead code detection, security scanning, secrets detection, and code quality analysis for Python, TypeScript, and Go. Framework-aware analysis with 98% recall. Includes CI/CD GitHub Action, VS Code extension, and MCP server for AI agent integration.
1632+
16311633
- [Snyk Code](https://snyk.io) :copyright: — Snyk Code finds security vulnerabilities based on AI. Its speed of analysis allow us to analyse your code in real time and deliver results when you hit the save button in your IDE. Supported languages are Java, JavaScript, Python, PHP, C#, Go and TypeScript. Integrations with GitHub, BitBucket and Gitlab. It is free to try and part of the Snyk platform also covering SCA, containers and IaC.
16321634

16331635
- [SonarQube Cloud](https://sonarcloud.io) :copyright: — SonarQube Cloud enables your team to deliver clean code consistently and efficiently with a code review tool that easily integrates into the cloud DevOps platforms and extend your CI/CD workflow. SonarQube Cloud provides a free plan.

data/api/tools.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18487,6 +18487,37 @@
1848718487
"demos": null,
1848818488
"wrapper": null
1848918489
},
18490+
"skylos": {
18491+
"name": "Skylos",
18492+
"categories": [
18493+
"linter"
18494+
],
18495+
"languages": [
18496+
"go",
18497+
"python",
18498+
"typescript"
18499+
],
18500+
"other": [
18501+
"security"
18502+
],
18503+
"licenses": [
18504+
"Apache 2.0"
18505+
],
18506+
"types": [
18507+
"cli"
18508+
],
18509+
"homepage": "https://github.com/duriantaco/skylos",
18510+
"source": "https://github.com/duriantaco/skylos",
18511+
"pricing": null,
18512+
"plans": null,
18513+
"description": "Dead code detection, security scanning, secrets detection, and code quality analysis for Python, TypeScript, and Go. Framework-aware analysis with 98% recall. Includes CI/CD GitHub Action, VS Code extension, and MCP server for AI agent integration.",
18514+
"discussion": null,
18515+
"deprecated": null,
18516+
"resources": null,
18517+
"reviews": null,
18518+
"demos": null,
18519+
"wrapper": null
18520+
},
1849018521
"sleek": {
1849118522
"name": "sleek",
1849218523
"categories": [

0 commit comments

Comments
 (0)