
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
@agent-pattern-labs/agent-harness-fixtures
Advanced tools
Reusable fixture projects and eval suites for ISO-based agent harness tooling.
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.
npm install -D @agent-pattern-labs/agent-harness-fixtures
Or run it ad hoc:
npx @agent-pattern-labs/agent-harness-fixtures list
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.
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.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.
FAQs
Reusable fixture projects and eval suites for ISO-based agent harness tooling.
The npm package @agent-pattern-labs/agent-harness-fixtures receives a total of 6 weekly downloads. As such, @agent-pattern-labs/agent-harness-fixtures popularity was classified as not popular.
We found that @agent-pattern-labs/agent-harness-fixtures 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
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.