Loading...
Loading...
Install, configure, and operate Strix for AI-driven application security testing. Use when you need to run authorized vulnerability scans against local codebases, GitHub repositories, staging URLs, domains, or CI pipelines; configure Docker and LLM providers; choose quick, standard, or deep scan depth; or pass authenticated testing instructions to Strix. Triggers on: strix, ai pentest, vulnerability scan cli, appsec scan, bug bounty automation, strix ci, strix docker, strix scan mode, strix instruction file, headless security scan.
npx skill4agent add akillness/oh-my-skills strixKeyword:·strix·ai pentest·vulnerability scan clistrix ciOnly use Strix against systems you own or are explicitly authorized to test.
STRIX_LLMLLM_API_KEYLLM_API_BASE--instruction--instruction-filequickstandarddeepbash scripts/install.shstrix --versionexport STRIX_LLM="openai/gpt-5.4"
export LLM_API_KEY="your-api-key"LLM_API_BASEPERPLEXITY_API_KEYSTRIX_REASONING_EFFORTSTRIX_DISABLE_BROWSER=trueSTRIX_TELEMETRY=0./apphttps://github.com/org/repohttps://staging.example.com--target-tquickstandarddeepbash scripts/run-scan.shstrixstrix --target ./app
strix --target https://github.com/org/repo
strix --target https://staging.example.com --instruction-file ./instruction.md
strix -t https://github.com/org/repo -t https://staging.example.com--instruction-filestrix_runs/<run-name>012strix -n --target ./ --scan-mode quickquickstandarddeepscripts/ci-scan.shstrix/skills/export STRIX_LLM="openai/gpt-5.4"
export LLM_API_KEY="your-api-key"
strix -n --target ./ --scan-mode quickstrix --target https://github.com/acme/payments --scan-mode standardstrix --target https://staging.example.com \
--instruction-file ./instruction.md \
--scan-mode deepstrix -t https://github.com/acme/payments \
-t https://staging.example.com \
--instruction "Correlate source paths with exposed runtime issues"STRIX_DISABLE_BROWSER=true \
strix --target https://api.example.com --scan-mode standardbash scripts/run-scan.sh \
--target ./app \
--scan-mode quick \
--non-interactivequickstrix_runs/strix