🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@agent-pattern-labs/agent-harness-fixtures

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agent-pattern-labs/agent-harness-fixtures

Reusable fixture projects and eval suites for ISO-based agent harness tooling.

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
6
-25%
Maintainers
1
Weekly downloads
 
Created
Source

@agent-pattern-labs/agent-harness-fixtures

Reusable fixture projects and eval suites for ISO-based agent harness tooling.

Use this package when you need small, safe projects for testing or demoing iso, iso-harness, iso-eval, iso-trace, iso-guard, agent-workbench, or domain harnesses such as JobForge, leads-rig, and ProfileScribe rig.

Install

npm install -D @agent-pattern-labs/agent-harness-fixtures

Or run it ad hoc:

npx @agent-pattern-labs/agent-harness-fixtures list

CLI

agent-harness-fixtures list [--json]
agent-harness-fixtures list --type suites
agent-harness-fixtures path <fixture-or-suite>
agent-harness-fixtures copy <fixture> <dir> [--force]
agent-harness-fixtures eval <suite> [--runner fake] [-- iso-eval args...]

Examples:

agent-harness-fixtures copy minimal-iso /tmp/minimal-iso
agent-harness-fixtures path basic-build
agent-harness-fixtures eval basic-build --runner fake

The eval command shells out through npx --yes @agent-pattern-labs/iso-eval run <suite>/eval.yml.

Bundled Fixtures

  • minimal-iso: small authored ISO harness project.
  • jobforge-lite: JobForge-shaped consumer project with local ledger state.
  • leads-rig-lite: public-leads harness shape with sample domain inputs.
  • profile-scribe-lite: ProfileScribe rig consumer shape with MCP config.
  • broken-mcp-config: intentionally invalid MCP config for doctor tests.
  • stale-lineage: tiny project with source/output lineage state.
  • secret-leak-trace: fake trace export containing obvious placeholder sensitive text for redaction tests.

Library API

import {
  copyFixture,
  fixturePath,
  listFixtures,
  listSuites,
  suitePath,
} from '@agent-pattern-labs/agent-harness-fixtures';

console.log(listFixtures());
copyFixture('minimal-iso', '/tmp/minimal-iso');
console.log(suitePath('basic-build'));

All bundled data is synthetic and safe for public tests. Do not add real customer data, personal traces, production tokens, or scraped content to this package.

Keywords

agent

FAQs

Package last updated on 23 May 2026

Did you know?

Socket

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.

Install

Related posts