TRUSS

Safety Verification

Current safety
verifications

01

Destructive Bash Execution?

A classic catastrophic command that should be rejected immediately.

shellstrict
02

Python String Concatenation Bypass?

An obfuscated shell call attempting to bypass naive keyword filters.

pythonstrict
03

SQL Mixed Read and Destructive Query?

A query that begins safely but sneaks in a mutating statement afterwards.

sqlstrict
selected
04

Remote Bootstrap Pipeline?

A remote shell bootstrap that should be blocked before execution.

shellstrict
05

Safe SQL Analytics?

A bounded read-only analytics query that the verifier should accept.

sqlstrict

The most detailed
safety verification

User Prompt

Intercepted Candidate

active

Code Preview

01SELECT * FROM profiles;
02TRUNCATE users;

Domain

sql

Confidence

92%

Risk

high