TriDelPhi

Check your code.
Choose your route.

Security checks for the code you install, the workflows you run, and the apps you ship.

TriDelPhi reads code to flag risks you might miss. Built for first-time programmers and anyone building with AI. No security background required.

Free, open-source software.
Apache-2.0 licensed.

See what a check can tell you

Where do you want to start?

Two alternatives. You only need to choose one.

Manual Setup Studio

Add repeatable checks to your GitHub repository. Choose what to check, then review and commit the generated workflow.

  1. Choose checks
  2. Review the file
  3. Commit on GitHub
Set up repository checks

No sign-in to use the builder. GitHub access needed to commit.

Cloud Scan Studio

Check a project in your own GitHub Codespace. The studio creates the scanner workspace; you add your archive and run the scan there.

  1. Sign in
  2. Create workspace
  3. Run your scan
Open Cloud Scan Studio

GitHub App sign-in and installation required. Uses your Codespaces allowance; GitHub charges may apply.

Different risks.
A place to start.

Static scanning means reading files for risky patterns. It helps you decide what to investigate before you trust or publish code.

A clean result is not proof that a project is safe. TriDelPhi is not antivirus and does not actively protect your device.

Code you didn’t write
Find suspicious install scripts, download-and-run commands, credential access, and misleading instructions in project files.Read about code scanning
GitHub workflows
Spot jobs where outside input can reach powerful permissions or code execution—such as a pull request influencing a job with secrets.Explore the workflow checks
What your app exposes
Review shipped files and configuration for exposed keys, source maps, and open database rules. Findings explain what needs attention.Read about app exposure

Know where your code goes.

Choose the environment that fits your project. The website does not need to receive your source code.

What’s the difference between the studios?

Manual Setup Studio builds a workflow file in your browser. You review it and add it to a repository so checks can run on GitHub Actions. The application-exposure option runs your configured build, so only use it with code you trust.

Cloud Scan Studio helps you create a separate scanner Codespace using your GitHub account. You still upload a project archive and run the audit in that workspace. Creating the workspace does not mean the scan has already run.

Is cloud scanning free?

TriDelPhi’s software is free. GitHub runs the Codespace and may provide an included allowance, depending on your account. Usage beyond that allowance can cost money. Check your remaining allowance and spending controls before creating a workspace.

The studio asks for confirmation before creation. It cannot guarantee zero GitHub charges. See GitHub’s Codespaces billing guide.

Who can access my source?

The manual builder generates a workflow locally in your browser. Choosing its GitHub button sends the generated workflow to GitHub for you to review and commit—not your project’s source.

Cloud scan files live in your GitHub Codespace, not on the TriDelPhi website. GitHub’s access and retention rules apply there. The portal keeps temporary sign-in and workspace-creation metadata; it does not retain your source for training by default.

For a scan that stays on your computer, use the local command below. Optional external tools or database lookups have their own network behavior; the native local audit does not need them.

What should I do with a finding?

Read the affected file and the explanation before changing anything. A warning is a reason to investigate, not proof of an attack. If a real key was exposed, revoke or rotate it; deleting the text alone does not make that key safe.

If the scan says coverage is incomplete, resolve that limitation and run it again. Don’t read “no findings” as a guarantee. The rule reference explains what the checks look for.

Rather stay on your computer?

Install TriDelPhi, then audit a project directory or source archive locally. The native audit reads files without installing the project’s dependencies or executing its code.

Read the install and command guide

With Python 3.11+ and pipx installed

pipx install git+https://github.com/girnarholdings/TriDelPhi
tridelphi audit ./your-project

Works with source ZIP archives too.