test-skill-invalid-artifact

Validate rejection of malformed artifact payloads with actionable errors.

2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/clawperator/clawperator --skill test-skill-invalid-artifact
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-skill-invalid-artifact
Source: https://github.com/clawperator/clawperator/tree/main/apps/node/src/test/fixtures/skills/test-skill-invalid-artifact
Command: npx skills add https://github.com/clawperator/clawperator --skill test-skill-invalid-artifact

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Validates the system's ability to detect and reject malformed artifact payloads for replay-style skills, preventing unsafe or undefined behavior.

Core Features & Use Cases

  • Detects invalid artifact payloads and produces clear, actionable errors.
  • Integrates with automated tests to guard against regressions in payload validation.
  • Serves as a deterministic fixture for QA and developer testing of validation logic.

Quick Start

Run the fixture in your test suite to simulate an invalid artifact payload and observe rejection behavior.

Frequently Asked Questions about test-skill-invalid-artifact

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test rejection of malformed artifact payloads in automated CI?

You can test rejection of malformed artifact payloads by running a deterministic fixture in your automated CI test suite to simulate invalid artifacts and observe validation behavior.

What is an invalid artifact payload validation fixture?

An invalid artifact payload validation fixture is a controlled test script that simulates malformed payloads to verify your system detects and rejects them safely.

Why does my replay skill fail on invalid artifact payloads?

Replay skills fail on invalid artifact payloads when payload structure checks are missing, causing undefined behavior that validation fixtures are designed to catch and report.

Can I use this artifact validation fixture for QA regression testing?

Yes, you can use this artifact validation fixture as a deterministic test for QA regression testing to guard against breakdowns in payload validation logic.

What's the best way to validate safe execution boundaries for artifact payloads?

The best way to validate safe execution boundaries is to simulate invalid artifacts in controlled environments, enforcing payload structure checks and robust error handling.