The security compliance layer
for teams building with AI

308 named checks. OWASP 2025-aligned. CWE-mapped. Auditable. Use Copilot or Claude to write code — use CodeSlick to certify it's safe to ship.

Choose Your Protection

How It Works

Security reviews for your team in 3 simple steps

1

Install GitHub App

One-click installation. Choose repositories and authorize CodeSlick. Setup takes 2 minutes.

  • Click "Install GitHub App"
  • Authorize CodeSlick
  • Select repositories
  • Done! No configuration needed
2

Open a Pull Request

CodeSlick analyzes automatically on every push. No manual triggers or workflow changes required.

  • Create PR as usual
  • CodeSlick analyzes in 10-15 seconds
  • Supports JS, TS, Python, Java, Go
  • 308 security checks performed
3

Review & Fix

Findings posted as PR comment. Apply AI-generated fixes individually with one click per issue.

  • Severity-based prioritization
  • OWASP Top 10 mapping
  • Individual "Apply Fix" buttons per issue
  • Optional: View in GitHub Security tab (SARIF 2.1.0)
  • GitHub-native workflow (no auth required)

Bonus: Pre-Commit CLI

OPTIONAL

Catch issues before they reach GitHub. Install the CodeSlick CLI to automatically scan your code on every commit - locally, in less than 3 seconds.

1

Install

npm install -g codeslick-cli
2

Setup Hook

codeslick setup
3

Done!

Auto-scans on every commit (<3s)

Shift Left
Fix issues before pushing to GitHub
Zero Config
Works with your existing git workflow
Fast Analysis
Static analysis completes in <3s
Team Friendly
Everyone on your team can use it

Claude Code MCP Server

NEW

Security analysis inside Claude Code. Scan code, detect secrets, audit dependencies, and generate SBOMs without leaving your AI workflow.

analyze_code
308 security checks across 5 languages
detect_secrets
38 patterns — API keys, tokens, passwords
scan_dependencies
CVEs + malicious packages via OSV.dev
generate_sbom
SPDX 2.3 + CycloneDX 1.4 in seconds
$ npm install -g codeslick-mcp-server
SHADOW AI FOOTPRINT

Map Your Shadow AI Footprint

Your team is generating AI-assisted code every day. Do you know where it is, what it contains, or which parts were hallucinated? 164 detection signals build the inventory you don't have yet.

OWASP A04:2025 Compliant
CRITICAL Severity (CVSS 8.5+)
5 Languages Supported

The AI Code You Ship Is Only Half the Story

We audited 4 major AI SDKs and found the same pattern in every one: AI-generated code with hallucinated methods, copied across files, deployed without anyone tracking it. One generation mistake became eight bugs because nobody could see the footprint.

Hallucinated Methods (CVSS 8.5)
Code that calls methods that don't exist — latent until they run
Replicated Errors (CVSS 7.5)
One AI generation mistake copied across multiple files
NEW · MARCH 2026

First SAST Platform with MCP Server Security Checks

MCP servers are the new attack surface for AI-assisted development. Tool poisoning, prompt injection, malicious server responses — CodeSlick is the first static analyzer to cover them with named, auditable checks.

14 dedicated checks
JS, TS, Python
Zero false positives

Named, auditable check IDs

10
JavaScript + TypeScript
MCP-JS-001 — MCP-JS-010
4
Python
MCP-PY-001 — MCP-PY-004

164 Signals That Map the Footprint

119 Hallucination Patterns

Detects AI-generated methods that don't exist in the language

  • JavaScript: .append(), .strip(), .len()
  • Python: .push(), .toUpperCase(), .indexOf()
  • React: componentWillMount (deprecated)
  • Django: render_to_response (deprecated)

13 Code Smell Heuristics

Behavioral patterns indicating AI-generated code

  • Over-engineered error handling
  • Unnecessary wrapper functions
  • Zero edge case handling
  • Perfect formatting (textbook style)

32 LLM Fingerprints

Unique patterns from specific AI coding tools

  • GPT-4: Verbose docstrings
  • Copilot: Placeholder TODOs
  • Claude: Custom error classes
  • Cursor: AI command markers

See Your Shadow AI Footprint in Under a Minute

Paste your code. Get an inventory of AI-generated patterns, hallucinated methods, and LLM fingerprints — no installation required.

INDUSTRY LEADING

95% OWASP Top 10:2025 Coverage

First platform to support OWASP 2025 - released December 2025, compliant January 2026. Six months ahead of the industry.

308 Security Checks
5 Languages (JS, TS, Python, Java, Go)
100% OWASP 2021 Coverage

What is OWASP Top 10?

The OWASP Top 10 is the industry-standard list of the most critical web application security risks, published by the Open Web Application Security Project. It's used by organizations worldwide for security compliance (SOC 2, ISO 27001, PCI-DSS) and developer education.

OWASP 2025 (New)

  • • Released December 2025
  • • New: A04 - Insecure Design (AI risks)
  • • Updated severity scoring
  • • Cloud-native vulnerabilities

OWASP 2021 (Previous)

  • • Released 2021
  • • Most tools still use this
  • • Missing AI detection
  • • CodeSlick: 100% coverage

Choose Your Path

Whether you're a team or individual developer, CodeSlick has you covered

Most Popular

For Teams

GitHub App Integration

Automated security protection for your entire team. CodeSlick guards every pull request in under 3 seconds and posts protection status as GitHub comments. Security without slowing down.

  • GitHub App integration

    2-minute setup, works with existing workflow

  • Automatic PR protection

    Every push activates security guardian

  • Team dashboard

    Analytics, trends, and insights

  • Role-based access control

    Owner, admin, and member roles

  • Unlimited analyses

    Team plan: €39/month

Install GitHub App

For Individuals

Web-Based Tool

Instant security protection for any code snippet. Paste your code and get immediate protection status—no signup or installation required.

  • 20 free analyses/month

    No credit card required

  • No installation needed

    Works directly in browser

  • Lightning-fast protection

    Protection status in <3 seconds

  • Export reports

    HTML, Markdown, or JSON format

  • 308 security checks

    Same comprehensive analysis

Try Web Tool

No signup required • Start analyzing immediately

Fast Analysis
Detailed Reports
OWASP Compliant

Three Security Layers. One Platform.

Comprehensive security analysis across code, dependencies, and APIs.

1. Code Analysis

308

Comprehensive security checks for SQL injection, XSS, command injection, hardcoded secrets, AI-generated code, and more across all layers

JavaScriptTypeScriptPythonJavaGo

2. Dependencies

3

Scanners for vulnerable packages in your dependencies using Google OSV database

npmpip (Python)Maven (Java)

3. API Security

5

Critical checks for insecure HTTP, missing auth, API key exposure, and CORS issues

Insecure HTTPMissing AuthCORS

Enterprise-Grade Security Protection

Guard your code against threats before production. Get instant protection status in seconds.

308 Protection Layers

Comprehensive security guardian: Static analysis + Compiler checks + Secrets detection + Dependency protection + API security

GitHub Protection

Automated PR security + optional SARIF upload to GitHub Security tab (industry-standard format)

Team Collaboration

Invite team members, manage roles, and collaborate on security fixes

Instant Protection

Security protection activates in 2-3 seconds, no waiting required

AI-Powered Fixes

Claude Sonnet 4.6 generates intelligent fixes for files up to 300 lines (10-90s)

CVSS Scoring

Industry-standard severity scoring with OWASP Top 10 mapping

Compliance Ready

Automatic mapping to CWE, PCI-DSS, and compliance frameworks

Multi-Language

JavaScript, Enhanced TypeScript (95%+ error detection), Python, Java, Go

AI Code Trust Guardian

Industry-first protection against AI-generated code threats. 164 protection signals: 119 hallucination patterns + 13 heuristics + 32 LLM fingerprints (GPT-4, Copilot, Claude, Cursor)

GitHub Issues Auto-Creation

Critical findings automatically create GitHub issues with smart deduplication — no duplicate issues, even across multiple PR scans.

Pass/Fail Gates

Block merges when critical vulnerabilities are found. Configurable thresholds per severity — CI fails, PR blocked, team notified.

Test Verification Reminder

Opt-in PR comment after security fixes — reminds developers to run tests before merging. Configurable test command per team.

Use Your Own AI API Key

Unlock unlimited AI-powered code fixes by configuring your own API key

ANY OpenAI-Compatible API

Configure any provider that supports OpenAI-compatible APIs:

  • OpenAI - GPT-4o, GPT-3.5 Turbo
  • Anthropic - Claude Sonnet 4.6
  • OpenRouter - 100+ models (recommended) ⭐
  • Self-hosted - Any OpenAI-compatible server
See all options →

Key Benefits

  • True flexibility - Use ANY OpenAI-compatible provider
  • Self-hosted support - Works with any OpenAI-compatible server
  • Unlimited AI fixes - No rate limits with your own key
  • Full control - Choose any model, even bleeding-edge
  • Secure - API keys stored only in your browser

Configure your API key now to unlock unlimited AI-powered fixes

Static security analysis always works - AI is optional enhancement

Threats We Protect Against

308 layers of protection across 5 languages (JavaScript, TypeScript, Python, Java, Go)

SQL Injection
CRITICAL
Command Injection
CRITICAL
XSS Attacks
HIGH
Hardcoded Secrets
Enhanced
CRITICAL
Path Traversal
HIGH
Insecure Deserialization
CRITICAL
308
Security Checks
3
Security Layers
95%
OWASP Top 10:2025
<3s
Analysis Time

Pay for Platform, Choose Your AI Model

Fair, transparent pricing. Use your own API key for unlimited AI fixes, or let us manage it for you.

Three AI Options for Every Team

Own API Key
Bring your own key
Unlimited AI fixes • You manage costs
Credit Pack
Monthly allocation
Predictable costs • We manage AI
Unlimited AI
No limits
Premium convenience • Zero worries

Individual

Free

Perfect for individual developers

  • 20 PR analyses per month
  • Unlimited pattern-based fixes
  • 30 AI fixes per month
  • 1 repository
  • 308 security checks (all included)
  • 5 languages supported (JS, TS, Python, Java, Go)
  • SARIF upload & SBOM generation
  • Secrets & AI code detection
  • Email support
Start Free
Popular

Team

€39/month

+ AI options: €0-60/month (flexible)

For teams that need collaboration

Everything in Free, plus:

  • Unlimited PR protection
  • Flexible AI Options:
    • Own key (unlimited AI fixes, €0)
    • Credit pack (500 AI fixes/month, +€10)
    • Unlimited AI fixes (+€60)
  • 5 repositories
  • Up to 5 team members
  • Team analytics dashboard
  • GitHub Issues auto-creation (with deduplication)
  • Pass/Fail gates (block merges on critical findings)
  • Priority email support
Start Team Plan

Enterprise

€129/month

+ AI options: €0-120/month (flexible)

For large teams with custom needs

Everything in Team, plus:

  • Unlimited PR protection
  • Flexible AI Options:
    • Own key (unlimited AI fixes, €0)
    • Credit pack (1000 AI fixes/month, +€25)
    • Unlimited AI fixes (+€120)
  • Unlimited repositories
  • Unlimited team members
  • Custom security rules
  • Dedicated support
Contact Sales

Need more? Custom plans available for enterprises.

Contact us for Custom plan pricing →

Compare Plans

Feature
Free
€0/month
Team
€39/month
MOST POPULAR
Enterprise
€129/month
Security Checks308 checks308 checks308 checks
OWASP 2025 Coverage 95% 95% 95%
Monthly PR Analyses20UnlimitedUnlimited
Team Members1Up to 5Unlimited
Repositories15Unlimited
Languages Supported5 (JS, TS, Python, Java, Go)5 (JS, TS, Python, Java, Go)5 (JS, TS, Python, Java, Go)
Pattern-Based FixesUnlimitedUnlimitedUnlimited
AI-Powered Fixes (Generate Fix)30/month
30 + flexible options:
Own key (unlimited, €0)
or Credit pack (+500, €10)
or Unlimited (+€60)
30 + flexible options:
Own key (unlimited, €0)
or Credit pack (+1000, €25)
or Unlimited (+€120)
Secrets Detection (38 patterns)
AI Code Detection (164 signals)
SARIF Upload (GitHub Security Tab)
SBOM Generation
Team Analytics Dashboard
GitHub Issues Auto-Creation
Pass/Fail Gates (block merges)
Custom Security Rules
SupportEmailPriority Email (48h)Dedicated (24h)
Uptime SLA-99%99.9%

Frequently Asked Questions

Do you offer discounts for startups?

Yes! We offer special pricing for YC companies, accelerator participants, and open-source projects. Contact us at support@codeslick.dev for details.

Can I switch plans later?

Yes! You can upgrade or downgrade your plan at any time. Changes take effect at the start of the next billing cycle.

What payment methods do you accept?

We accept all major credit cards (Visa, Mastercard, American Express) via Stripe. Enterprise customers can request invoicing.

Is my code stored on your servers?

No. Your source code is analyzed in memory and never stored permanently. Only analysis results are retained for 30 days (for shareable reports).

No credit card required for free plan • Cancel anytime • Secure payment via Stripe

Free Guide

Security Infrastructure for Agentic AI Systems

Architecture patterns, threat models, and security controls for teams deploying production AI agents. 3-page technical brief — no fluff.

Threat Models

Prompt injection, tool poisoning, data exfiltration — the attack surface specific to agentic systems.

Architecture Patterns

How to layer SAST, policy enforcement, and runtime checks across WebTool, GitHub App, and CLI.

Security Controls

Per-surface controls with pass/fail thresholds, policy-as-code, and CI/CD integration patterns.

Ready to Protect Your Code?

Choose your protection: Install GitHub App for teams or try the web tool for instant protection

No credit card required • 308 security checks • Supports JS, TS, Python, Java, Go