Docs

Welcome to the Falcn documentation. Everything you need to secure your software supply chain.

Detection Algorithms

Learn how Falcn detects supply chain threats using multiple specialized algorithms:

AlgorithmFull NamePurpose
RUNTRegistry Uncover Naming ThreatsTyposquatting detection using string similarity
DIRTDependency Intelligence Risk TrackerBusiness risk assessment based on package metadata
GTRGraph Threat RecognitionDependency graph analysis for suspicious patterns

Advanced Topics

Quick Install

# Install Falcn
curl -sSL https://falcn.io/install | sh

# Scan your project
falcn scan .

# Enable AI explanations (optional)
export FALCN_LLM_ENABLED=true
falcn scan .

πŸ’‘ New to Falcn?

Start with our Quick Start Guide to scan your first project in under 60 seconds. No configuration required!

Popular Questions

🌟 Open Source

Falcn is MIT licensed and free forever. Star us on GitHub and join the community!