linux-riscv-contribute
Analysis
This skill is a clearly described, user-gated Linux contribution workflow, but it can modify local code, create GitHub issues, delegate work to other agents, and prepare patch emails.
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.
Run iterative loop until pass or policy limit: 1. Implement approved plan. 2. Build and run configured tests. 3. Parse failures and patch.
The skill authorizes worker agents to change code and run tests in an iterative loop. This is expected for the stated kernel contribution workflow and is bounded by a policy limit and prior plan approval, but it can still materially change a local repository.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
issue: repo: zcxGGmu/linux-riscv-docs assignee: zcxGGmu
The workflow is configured to create or update GitHub issues in a specific repository and assign them to a specific user. This is visible and scoped, but it will rely on whatever GitHub authority the user or agent has.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Record each iteration in `state/run_history/*.json`.
The skill deliberately stores run history, issue mappings, plans, patches, and logs as persistent workflow artifacts. This is useful for auditability, but later runs may rely on this stored state.
Spawn ACP session explicitly: - `runtime: "acp"` - `agentId: "claude-code"`
The workflow delegates planning and implementation work to named ACP worker agents, including Claude Code and Codex. This is central to the skill's purpose, but it means repository context and generated artifacts may be shared across agent sessions.
