STX Copilot
Analysis
STX Copilot is a coherent instruction-only IBM ITX/WTX reference skill with no code or credentials, though it documents admin and debugging commands that should be used carefully.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
launcheradmin.sh -auto ... launcheradmin.sh -addir /deployments/maps ... launcheradmin.sh -start MapSystemName ... launcheradmin.sh -stop MapSystemName
These are operational ITX Launcher commands that can change service mode, deployment directories, and map system state. They are documented as reference examples and are aligned with the deployment/debugging purpose, not automatic behavior.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
launcheradmin.sh -adduser user:admin;login:admin;pwd:secret
The reference includes an example for creating an administrative Launcher user with credentials. This is purpose-aligned for ITX administration, but it touches privileged account configuration.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
export WTX_DUMP_DATA=true # Capture input data passed to the map in wtxlogger output
The debugging guidance can persist full map input payloads in logs. In the stated financial-message transformation context, those payloads may include sensitive payment or customer data.
