Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Server Semgrep
Claim
by
Szowesgad
GitHub
Developer Tools
Security
TypeScript
MIT License
2
Apple
Linux
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
examples
scripts
src
tests
CONTRIBUTING.md
.eslintrc.json
.gitignore
LICENSE
logo.svg
package.json
README.md
README_PL.md
test-rule.yaml
tsconfig.json
USAGE.md
vitest.config.ts
{ "parser": "@typescript-eslint/parser", "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended" ], "parserOptions": { "ecmaVersion": 2022, "sourceType": "module" }, "env": { "node": true, "es6": true }, "rules": { "indent": ["error", 2], "linebreak-style": ["error", "unix"], "quotes": ["error", "single", { "avoidEscape": true }], "semi": ["error", "always"], "no-console": ["warn", { "allow": ["error", "warn"] }], "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/no-explicit-any": "off" } }