Skip to content

Commit 9e831b6

Browse files
authored
Create skylos.yml for Skylos linter (#1753)
* Create skylos.yml for Skylos linter Add Skylos linter configuration with details. * Update skylos.yml with new type and tag Added 'cli' type to the skylos tool and ensured 'security' tag is present.
1 parent 76445e8 commit 9e831b6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

data/tools/skylos.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Skylos
2+
categories:
3+
- linter
4+
tags:
5+
- python
6+
- typescript
7+
- go
8+
- security
9+
types:
10+
- cli
11+
homepage: https://github.com/duriantaco/skylos
12+
source: https://github.com/duriantaco/skylos
13+
license: Apache 2.0
14+
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.'

0 commit comments

Comments
 (0)