dx-optimizer

PassAudited by VirusTotal on May 9, 2026.

Overview

Type: OpenClaw Skill Name: ah-dx-optimizer Version: 1.0.0 The skill bundle 'ah-dx-optimizer' consists of a metadata file and a markdown instruction set (SKILL.md) that defines a persona for a developer experience optimizer. The instructions focus on legitimate development tasks such as build performance, IDE configuration, and workflow automation without any evidence of malicious intent, data exfiltration, or unauthorized execution patterns.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may propose or make changes that affect local builds, test behavior, developer tooling, or team workflow automation.

Why it was flagged

The skill directs the agent to make implementation changes, not just provide advice. That is consistent with a DX optimizer, but it can lead to edits in build, testing, tooling, or workflow files.

Skill content
4. Implement comprehensive developer experience enhancements
Recommendation

Review all generated diffs and avoid applying CI/CD, hook, release, or migration automation changes without normal code review and testing.

NoteMedium Confidence
ASI08: Cascading Failures
What this means

A poor automation or CI/CD change could slow developers, block commits, or affect shared build and deployment workflows.

Why it was flagged

Workflow automation and CI/CD changes can propagate across a team or pipeline. The behavior is disclosed and purpose-aligned, but mistakes could affect more than one local task.

Skill content
Workflow automation:
- Pre-commit hooks
- Code generation
- Boilerplate reduction
- Script automation
- Tool integration
- CI/CD optimization
- Environment setup
- Onboarding automation
Recommendation

Apply these changes incrementally, test them locally and in CI, and document any new hooks or automation for the team.