Architect Engineer — World-Class AI Build System
Analysis
This instruction-only coding skill is broadly on-topic, but it includes aggressive autonomous-use instructions, immediate git-push guidance, persistent automation patterns, and unsafe API debug logging that should be reviewed before use.
Findings (4)
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.
Use ANY time ... ANY other technical, engineering, or systems-building task ... USE THIS SKILL. Trigger aggressively.
The routing language is unusually broad and can cause the agent to apply this skill to nearly any technical request, even when a user may have wanted a lighter-weight answer.
# Always push AgentReach changes immediately after they work git add -A && git commit -m "feat: description" && git push
This is not just a neutral git reference; it instructs immediate remote pushes and uses `git add -A`, which can publish unintended changes without an explicit review step.
The definitive playbook for cron jobs ... Everything that runs without a human clicking buttons.
The skill intentionally teaches persistent automation patterns such as cron jobs, schedulers, and background work; this is purpose-aligned but can continue operating after the initial task.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
logger.debug(f"Params: {params}") ... logger.debug(f"Response headers: {dict(response.headers)}") ... logger.error(f"Request URL: {response.url}")For API integrations, parameters, headers, and final URLs can contain API keys, OAuth tokens, cookies, or sensitive identifiers; the guidance does not show redaction.
