ur-agent 1.81.0 → 1.81.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/dist/cli.js +614 -451
- package/docs/REDTEAM.md +6 -0
- package/docs/VALIDATION.md +1 -1
- package/docs/providers.md +17 -0
- package/documentation/index.html +1 -1
- package/extensions/jetbrains-ur/build.gradle.kts +1 -1
- package/extensions/vscode-ur-inline-diffs/package.json +1 -1
- package/package.json +1 -1
- package/plugins/core/reverse-skills/.ur-plugin/plugin.json +1 -1
- package/plugins/core/reverse-skills/README.md +6 -0
- package/plugins/core/reverse-skills/UR-INTEGRATION.md +8 -7
- package/plugins/core/reverse-skills/commands/start.md +10 -0
- package/plugins/core/reverse-skills/skills/application-redteam/SKILL.md +1 -1
- package/plugins/core/reverse-skills/skills/binary-reverse/SKILL.md +1 -1
- package/plugins/core/reverse-skills/skills/exploit-development/SKILL.md +1 -1
- package/plugins/core/reverse-skills/skills/forensics-threat-hunting/SKILL.md +1 -1
- package/plugins/core/reverse-skills/skills/llm-agent-security/SKILL.md +1 -1
- package/plugins/core/reverse-skills/skills/malware-edr-research/SKILL.md +1 -1
- package/plugins/core/reverse-skills/skills/platform-radio-security/SKILL.md +1 -1
- package/plugins/core/reverse-skills/skills/research-evidence/SKILL.md +1 -1
- package/plugins/core/reverse-skills/skills/reverse-skill-router/SKILL.md +1 -1
package/docs/REDTEAM.md
CHANGED
|
@@ -61,4 +61,10 @@ Install/enable it from the official marketplace if it is not already enabled, ac
|
|
|
61
61
|
/reverse-skills:start <research task>
|
|
62
62
|
```
|
|
63
63
|
|
|
64
|
+
The command preflights UR's visible task lifecycle for multi-outcome or
|
|
65
|
+
workspace-changing work. It creates an actionable board before Bash, edits,
|
|
66
|
+
writes, or delegation, so `tasks.requireBeforeChanges` remains enabled without
|
|
67
|
+
surfacing a failed-first `TaskListRequired` tool call. Direct specialist-skill
|
|
68
|
+
invocations follow the same contract.
|
|
69
|
+
|
|
64
70
|
Review [the plugin README](../plugins/core/reverse-skills/README.md) for its capability map and provenance.
|
package/docs/VALIDATION.md
CHANGED
package/docs/providers.md
CHANGED
|
@@ -146,6 +146,23 @@ OpenAI-compatible, OpenRouter, local, or subscription-CLI providers.
|
|
|
146
146
|
|
|
147
147
|
UR-Nexus shows providers first, then only models available for the selected provider. This prevents incompatible model/provider pairs and keeps API-key, local/server, subscription, and external app bridge model lists separate. The generic `subscription` entry has no models unless a real independent subscription runtime is configured; UR does not list fake subscription models.
|
|
148
148
|
|
|
149
|
+
The interactive selection is also the authority for the current session: the
|
|
150
|
+
next main, compact, or web-search request uses the provider/model pair captured
|
|
151
|
+
in live app state while the same validated pair is persisted once to local
|
|
152
|
+
settings. A stale settings snapshot cannot combine a newly selected model with
|
|
153
|
+
the previous provider.
|
|
154
|
+
|
|
155
|
+
### Reasoning effort
|
|
156
|
+
|
|
157
|
+
Use `/effort low|medium|high|max|auto` inside UR. `max` is provider-neutral and
|
|
158
|
+
means the selected model's highest reasoning capability. For OpenRouter, UR
|
|
159
|
+
preserves the live `/models` reasoning metadata and sends the unified
|
|
160
|
+
`reasoning.effort` request, translating `max` to the model's advertised wire
|
|
161
|
+
value such as `xhigh` or `high`. The command confirmation, status indicator,
|
|
162
|
+
and active-work spinner all show the same applied UR effort level. Providers
|
|
163
|
+
that cannot apply a requested level report the actual downgraded level instead
|
|
164
|
+
of confirming a value they did not use.
|
|
165
|
+
|
|
149
166
|
## Runtime provider routing
|
|
150
167
|
|
|
151
168
|
When you select a UR-native provider and model, every agent request is routed
|
package/documentation/index.html
CHANGED
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
<main id="content" class="content">
|
|
46
46
|
<header class="topbar">
|
|
47
47
|
<div>
|
|
48
|
-
<p class="eyebrow">Version 1.81.
|
|
48
|
+
<p class="eyebrow">Version 1.81.2</p>
|
|
49
49
|
<h1>UR-Nexus Documentation</h1>
|
|
50
50
|
<p class="lead">A practical, tutorial-style reference for installing, configuring, automating, extending, and operating UR-Nexus.</p>
|
|
51
51
|
</div>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "ur-inline-diffs",
|
|
3
3
|
"displayName": "UR Inline Diffs",
|
|
4
4
|
"description": "Review, apply, and reject UR inline diff bundles from .ur/ide/diffs inside VS Code.",
|
|
5
|
-
"version": "1.81.
|
|
5
|
+
"version": "1.81.2",
|
|
6
6
|
"publisher": "ur-nexus",
|
|
7
7
|
"engines": {
|
|
8
8
|
"vscode": "^1.92.0"
|
package/package.json
CHANGED
|
@@ -12,6 +12,12 @@ The integration is UR-only:
|
|
|
12
12
|
|
|
13
13
|
Start with `/reverse-skills:start <task>` (or invoke the `reverse-skills:reverse-skill-router` skill directly). The router selects one or more specialist skills covering binary reverse engineering, exploitation, application testing, malware/EDR research, platform and radio security, forensics, LLM security, and evidence/reporting.
|
|
14
14
|
|
|
15
|
+
For multi-outcome or workspace-changing research, the command and every
|
|
16
|
+
specialist skill expose UR's task tools and require an actionable task board
|
|
17
|
+
before Bash, edits, writes, or delegation. This keeps the normal
|
|
18
|
+
`tasks.requireBeforeChanges` protection enabled without a failed-first
|
|
19
|
+
`TaskListRequired` retry.
|
|
20
|
+
|
|
15
21
|
## Provenance
|
|
16
22
|
|
|
17
23
|
The adaptation is based on upstream commit `289c24b1617411a16b1e8d3032cce0f2fe52911d` (MIT). UR excludes the upstream GPL CTF orchestrator, external AGPL services, client-specific bootstrap scripts, field journals, and machine-specific configuration. See `NOTICE` and `UPSTREAM-LICENSE`.
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
These rules apply to every skill in this plugin.
|
|
4
4
|
|
|
5
5
|
1. Confirm UR redteam mode is active. Plugin gating normally guarantees this; never suggest bypassing the gate.
|
|
6
|
-
2.
|
|
7
|
-
3.
|
|
8
|
-
4.
|
|
9
|
-
5.
|
|
10
|
-
6.
|
|
11
|
-
7.
|
|
12
|
-
8.
|
|
6
|
+
2. Keep UR's task lifecycle ahead of mutations. Read-only inspection may happen first. If the request has multiple outcomes, sequencing, verification/reporting deliverables, or any workspace-changing action, call `TaskList` and create 2–8 concrete outcome tasks with `TaskCreate` when no actionable board exists. Mark the active task `in_progress` before Bash/Edit/Write or delegation, and update every task through completion, failure, or an explicit skip. Never wait for a `TaskListRequired` rejection and never disable the task gate as a workflow shortcut.
|
|
7
|
+
3. Separate offline research from target operations. Reading, decompiling, documenting, and authoring local research artifacts may proceed under normal file/tool permissions.
|
|
8
|
+
4. Before network access, sample execution, exploitation, credential testing, radio transmission, device mutation, or any other target operation, inspect `/scope show`. Require a scope approved in the current UR session. Mode activation and warning acceptance are not target authorization.
|
|
9
|
+
5. Use only the hosts, ports, tools, and intensity recorded in scope. Stop when a discovered pivot or target is outside it; ask the user to update and reapprove scope.
|
|
10
|
+
6. Continue to honor UR permission prompts, sandboxing, secrets handling, action-specific confirmations, and task tracking. Never weaken these controls or silently elevate privileges.
|
|
11
|
+
7. Prefer reproducible case directories, hashes, timestamps, commands, raw evidence, and findings that distinguish observation from inference.
|
|
12
|
+
8. Do not auto-install tools or alter another AI client's configuration. If a dependency is absent, report it and propose an UR-native installation or MCP setup for explicit approval.
|
|
13
|
+
9. The selected model/provider is independent. If it declines a request, state that accurately; do not imply UR redteam mode can override provider policy.
|
|
13
14
|
|
|
14
15
|
Recommended case layout:
|
|
15
16
|
|
|
@@ -3,8 +3,18 @@ description: "Route an authorized security-research task into the UR-exclusive R
|
|
|
3
3
|
argument-hint: "<research task>"
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- "Skill"
|
|
6
|
+
- "TaskCreate"
|
|
7
|
+
- "TaskList"
|
|
8
|
+
- "TaskUpdate"
|
|
6
9
|
---
|
|
7
10
|
|
|
11
|
+
Before invoking another skill or using Bash, Edit, or Write, inspect the request
|
|
12
|
+
for multiple outcomes, sequencing, verification/reporting deliverables, or any
|
|
13
|
+
workspace-changing action. When any of those apply, call `TaskList`, create
|
|
14
|
+
2–8 concrete outcome tasks with `TaskCreate` if no actionable board exists,
|
|
15
|
+
and mark the first unblocked task in progress with `TaskUpdate`. Do not wait for
|
|
16
|
+
`TaskListRequired`, and do not disable UR's task gate to bypass this preflight.
|
|
17
|
+
|
|
8
18
|
Invoke the `reverse-skills:reverse-skill-router` skill with the user's arguments.
|
|
9
19
|
Follow its UR redteam execution contract, select the smallest applicable set of
|
|
10
20
|
specialist skills, and begin with local/passive triage. Do not interpret redteam
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: application-redteam
|
|
3
3
|
description: Conduct authorized application and infrastructure research across APIs, source code, web, cloud/Kubernetes, databases, identity federation, email, supply chain, browser automation, and thick clients.
|
|
4
|
-
allowed-tools: Read Grep Glob Bash Edit Write WebFetch WebSearch
|
|
4
|
+
allowed-tools: Read Grep Glob Bash Edit Write WebFetch WebSearch TaskCreate TaskList TaskUpdate
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Application red-team research
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: binary-reverse
|
|
3
3
|
description: Reverse compiled, managed, packed, obfuscated, browser, bytecode, VM, or protocol artifacts using static and dynamic analysis. Covers IDA, Ghidra, radare2, .NET, Go/Rust, macOS, JavaScript, browser extensions, binary diffing, and protocol reconstruction.
|
|
4
|
-
allowed-tools: Read Grep Glob Bash Edit Write
|
|
4
|
+
allowed-tools: Read Grep Glob Bash Edit Write TaskCreate TaskList TaskUpdate
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Binary reverse engineering
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: exploit-development
|
|
3
3
|
description: Turn a known vulnerability into a reproducible PoC or reliable authorized exploit, including stack/heap/kernel pwn, patch-diff analysis, exploit chains, fuzzing, and remote-environment stabilization.
|
|
4
|
-
allowed-tools: Read Grep Glob Bash Edit Write
|
|
4
|
+
allowed-tools: Read Grep Glob Bash Edit Write TaskCreate TaskList TaskUpdate
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Exploit development
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: forensics-threat-hunting
|
|
3
3
|
description: Perform disk, memory, packet, and log forensics; build timelines and IOCs; create YARA/Sigma detections; and conduct evidence-driven threat hunts.
|
|
4
|
-
allowed-tools: Read Grep Glob Bash Edit Write
|
|
4
|
+
allowed-tools: Read Grep Glob Bash Edit Write TaskCreate TaskList TaskUpdate
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Forensics and threat hunting
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: llm-agent-security
|
|
3
3
|
description: Test LLM and agent systems for prompt injection, tool abuse, memory poisoning, data leakage, unsafe autonomy, identity failures, and model or skill supply-chain risks.
|
|
4
|
-
allowed-tools: Read Grep Glob Bash Edit Write WebFetch WebSearch
|
|
4
|
+
allowed-tools: Read Grep Glob Bash Edit Write WebFetch WebSearch TaskCreate TaskList TaskUpdate
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# LLM and agent security
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: malware-edr-research
|
|
3
3
|
description: Analyze, modify, build, and test malware-like samples, implants, anti-analysis behavior, and EDR/AV telemetry or evasion in authorized research environments.
|
|
4
|
-
allowed-tools: Read Grep Glob Bash Edit Write
|
|
4
|
+
allowed-tools: Read Grep Glob Bash Edit Write TaskCreate TaskList TaskUpdate
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Malware and EDR research
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: platform-radio-security
|
|
3
3
|
description: Research mobile apps, firmware, embedded hardware, OT/ICS systems, Wi-Fi, wireless, and SDR/radio targets in owned or explicitly authorized labs.
|
|
4
|
-
allowed-tools: Read Grep Glob Bash Edit Write
|
|
4
|
+
allowed-tools: Read Grep Glob Bash Edit Write TaskCreate TaskList TaskUpdate
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Platform, device, and radio security
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: research-evidence
|
|
3
3
|
description: Establish scope, review case integrity, preserve evidence-to-finding traceability, generate security diagrams, and produce reproducible technical reports.
|
|
4
|
-
allowed-tools: Read Grep Glob Bash Edit Write
|
|
4
|
+
allowed-tools: Read Grep Glob Bash Edit Write TaskCreate TaskList TaskUpdate
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Research evidence and reporting
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: reverse-skill-router
|
|
3
3
|
description: Route an authorized reverse engineering or red-team research task to the correct UR specialist skill. Use when a task spans domains or its best entrypoint is unclear.
|
|
4
|
-
allowed-tools: Read Grep Glob Bash
|
|
4
|
+
allowed-tools: Read Grep Glob Bash Skill TaskCreate TaskList TaskUpdate
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Reverse Skills router
|