OSS Contributor
Analysis
Review recommended: this skill is openly designed for OSS contribution, but it can use your GitHub token to automatically create public GitHub activity without per-action approval.
Findings (6)
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.
If `--auto` or `--yes`: proceed with all issues automatically.
The skill explicitly allows unattended processing; combined with its stated PR-opening purpose, this can publish GitHub actions without per-PR review.
"--discover | false | Find trending repos matching your topics" ... "always_run_tests": true
The skill can discover public repos and its example config encourages running tests; test commands in arbitrary repositories can execute untrusted project code if run without containment.
"requires": { "bins": ["curl", "git"] } ... "curl ... | jq -r '.login'"The instructions use jq, but the declared binary requirements list only curl and git.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
"forks repos, implements fixes, and opens PRs on your behalf" ... "GH_TOKEN is already in the environment."
The skill delegates GitHub account authority to the agent, but the artifacts do not bound the token scopes or restrict it to a dedicated low-privilege account.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
| --notify-channel | _(none)_ | Telegram channel for PR notifications |
The skill documents an optional external notification channel, but the artifact does not define destination verification or the exact data sent.
ACTIVITY_FILE="$HOME/clawd/memory/oss-activity.json" ... HISTORY_FILE="$HOME/clawd/memory/oss-history.json"
The skill stores persistent contribution activity and issue history that can influence later runs.
