
Security News
PolinRider: North Korea-Linked Supply Chain Campaign Expands Across Open Source Ecosystems
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.
@agent-pattern-labs/agent-workbench
Advanced tools
Local workbench for discovering and inspecting ISO-based agent harness projects.
Local operator workbench for ISO-based agent harness projects.
agent-workbench discovers harness projects on disk and summarizes the
configuration, scripts, MCP servers, and local state files an operator usually
needs before deciding what to run next.
npm install -D @agent-pattern-labs/agent-workbench
Or run it ad hoc:
npx @agent-pattern-labs/agent-workbench scan ~/AgentPatternLabs
agent-workbench scan [root] [--max-depth 3] [--json]
agent-workbench status [project] [--json]
agent-workbench doctor [root] [--max-depth 3] [--json]
scan is the default command:
agent-workbench ~/AgentPatternLabs
The scanner recognizes:
agent.md, iso/, models.yaml, or generated harness files.@agent-pattern-labs/leads-rig projects and packages.@agent-pattern-labs/profile-scribe-rig projects and packages.import {
discoverProjects,
readProjectStatus,
summarizeWorkspace,
formatSummary,
} from '@agent-pattern-labs/agent-workbench';
const summary = summarizeWorkspace('/Users/charlie/AgentPatternLabs');
console.log(formatSummary(summary));
For each discovered project, the workbench reports:
verify, smoke:iso, build:config,
trace:list, and guard:auditAGENTS.md, agent.md, iso/,
models.yaml, .codex/config.toml, .mcp.json, and opencode.jsonThe package is intentionally local-only. It does not upload traces, read secrets, or call model APIs.
FAQs
Local workbench for discovering and inspecting ISO-based agent harness projects.
The npm package @agent-pattern-labs/agent-workbench receives a total of 8 weekly downloads. As such, @agent-pattern-labs/agent-workbench popularity was classified as not popular.
We found that @agent-pattern-labs/agent-workbench demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.