Skip to content

Glossary

Fresh

Source: bible/glossary.md

Project-specific jargon. Alphabetized.

ADB - Android Debug Bridge. Command-line tool for communicating with Android devices. adb shell input tap/swipe/text sends touch/keyboard events that Android treats as real hardware input.

Backend - the I/O path: cdp (puppeteer), os (Windows SendInput), or adb (Android Debug Bridge). Each session uses one backend.

Big engine - the antidetect engine on port 3500. TypeScript/Fastify, full fingerprint defense. NOT for persona work, does not accept inline fingerprint/location.

Brand bomb - keyword saturation technique. Injects brand name into search boxes on 456+ high-authority sites so Google crawlers index those pages, strengthening entity/topical authority.

Cascade - one article deployed to multiple platforms in sequence (Blogger to Medium to Tumblr to GBP), each from a different persona. Then Brand Bomb plus CTR.

CDP - Chrome DevTools Protocol. Puppeteer's communication channel with the browser. Detection scripts can see CDP traces.

CreepJS - open-source browser fingerprinting detection tool. Tests for headless mode, stealth, and lie detection (JS property tampering).

DAM - Digital Asset Management. The account card structure that holds persona identity, proxy, fingerprint, lifecycle data.

Ender Eyes - visual browser agent. Claude sees the screen via screenshots and decides actions. 11 scripts for Pinterest, Quora, and branded SEO gigs.

Ghost mode - full OS-level/ADB input plus vision navigation. Zero CDP interaction traces. The reason V2 exists.

Golden 6 / Golden 17 - fingerprint detection test suites. 6-test and 17-test versions. Score ceiling is 98/100 and 17/17 PASS.

Hybrid mode - OS-level for clicks/typing, CDP for reads/navigation. Desktop only. Middle ground between ghost and speed.

isTrusted - browser/Android property on input events. true if the event came from real hardware input (or OS-level/ADB injection), false if dispatched programmatically via CDP.

lieProps - CreepJS internal object that tracks which Navigator properties have been tampered with via Object.defineProperty. If lieProps['Navigator.webdriver'] is truthy, CreepJS flags it.

Mini engine - V1 on port 4600. Lightweight HTTP server, persona launches. The production workhorse for daily SEO ops.

pageToScreen - coordinate conversion from page-relative (what puppeteer sees) to absolute screen (what SendInput needs). Desktop only. ADB coordinates are already screen-absolute.

Persona - a fictional identity with email, proxy, fingerprint, cookies, and platform accounts. ~340 Gmail accounts in the registry.

Playbook - multi-week campaign DSL with 6 phase templates (warmup, soft-content, ctr, cascade, backlinks, monitoring).

Ponmelli - SEO Command Center on port 3700. Orchestrates cascades, CTR, rank checking, geogrid scanning. 21 scripts.

Proxy marriage - permanent 1:1 binding of a proxy IP to a persona. Never changes. Stored in proxy-marriages.json.

SendInput - Windows API (user32.dll) that injects keyboard/mouse events into the input stream at the OS level. Events arrive at the browser as if from real hardware.

Serial - ADB device identifier (e.g. 192.168.1.100:5555 for TCP/IP, emulator-5554 for local emulator). Each mobile session is bound to one serial.

Sleeve - behavior template that defines how the engine interacts with a platform. 43 sleeves in lib/dna-engine/sleeves/.

Smart Gate - risk scoring system in social-executor that evaluates action risk before execution.

Speed mode - pure CDP, same as V1. Desktop only. Fastest but leaves CDP traces.

Stealth plugin - puppeteer-extra-plugin-stealth. Patches browser fingerprint leaks. Ghost Engine disables its navigator.webdriver evasion because it triggers CreepJS lie detection.

UULE - Google's geo-targeting parameter for search. Encodes a location so searches appear from a specific city/metro.

VLM - Vision-Language Model. Takes a screenshot plus text prompt, returns analysis. Used to find UI elements by visual description instead of DOM selectors.

Waydroid - Android container for Linux that presents a full Android environment. Accessible via ADB for the same automation as a physical device.