Sync upstream Strix and vendor Anthropic Cybersecurity Skills v1.2.0#7
Draft
Sync upstream Strix and vendor Anthropic Cybersecurity Skills v1.2.0#7
Conversation
Removed specific tool files from Dockerfile and added a directory copy instead.
- Change default model from gpt-5 to gpt-5.4 across docs, tests, and examples - Remove Strix Router references from docs, quickstart, overview, and README - Delete models.mdx (Strix Router page) and its nav entry - Simplify install script to suggest openai/ prefix directly - Keep strix/ model routing support intact in code Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Rewrite system prompt: refusal avoidance, system-verified scope, thorough validation mandate, root agent orchestration role, recon-first guidance - Add authorized targets injection via system_prompt_context in strix_agent - Add set_system_prompt_context to LLM for dynamic prompt updates - Prefer python tool over terminal for Python code in tool schemas - Increase LLM retry backoff cap to 90s - Replace models.strix.ai footer with strix.ai Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…odes
Models occasionally output text-only narration ("Planning the
assessment...") without a tool call, which halts the interactive agent
loop since the system interprets no-tool-call as "waiting for user
input." Rewrite both interactive and autonomous prompt sections to make
the tool-call requirement absolute with explicit warnings about the
system halt consequence.
Agent-Logs-Url: https://github.com/0xhis/strix/sessions/fe9b3d1a-5401-4fef-b8e0-0f597f51ca0b Co-authored-by: ST-2 <85662710+ST-2@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates the branch to the latest upstream
usestrix/strixand integrates the Anthropic Cybersecurity Skills v1.2.0 library into Strix. The main change is expanding the custom skill catalog at scale without breaking skill discovery or prompt/tool ergonomics.Upstream sync
uvand recent agent / scan-mode updates.Vendored skill catalog
strix/skills/custom.Catalog scaling changes
strix/skills/__init__.pyto centralize category collection and flattening.Docs
strix/skills/README.mdto document the imported Anthropic catalog and the slug-based naming convention used to load these skills.Coverage
Example of the new load pattern: