Trace Check

🌐Community
by vladm3105 · vlatest · Repository

This "Trace Check" skill verifies if a given token's history aligns with its current state, useful for detecting modifications or inconsistencies.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add trace-check npx -- -y @trustedskills/trace-check
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "trace-check": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/trace-check"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The trace-check skill is part of the aidoc-flow-framework suite, designed to verify and validate execution traces within AI agent workflows. It ensures that specific operational steps have been correctly recorded and can be audited for accuracy.

When to use it

  • Validating that an agent's decision-making path matches expected logic before finalizing a task.
  • Auditing complex multi-step processes to ensure no critical actions were skipped or duplicated.
  • Debugging workflow failures by inspecting the chronological sequence of executed commands.
  • Confirming compliance with internal protocols during sensitive operations like data processing.

Key capabilities

  • Execution trace verification within the aidoc-flow-framework.
  • Step-by-step audit trail generation for workflow analysis.
  • Integration with existing agent flow architectures to enforce logging standards.

Example prompts

  • "Run a trace-check on the last customer support interaction to verify all escalation steps were logged."
  • "Validate the execution trace of the data migration task to ensure no records were skipped."
  • "Generate an audit report using trace-check for the automated inventory update workflow."

Tips & gotchas

Ensure your agent is configured with the aidoc-flow-framework active, as this skill relies on its specific logging structure. Without proper framework initialization, trace data may be incomplete or inaccessible for verification.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
vladm3105
Installs
34

🌐 Community

Passed automated security scans.