open-source-contributions

skills-sh:jezweb_claude-skills__open-source-contributions

View source
A
92/100

First Seen

Feb 18, 2026

Last Scanned

Feb 20, 2026

Findings

5

Score

92/100

MEDIUM 1
LOW 4

Findings (5)

MEDIUM
Section claims authority and urgency with dangerous instructions
L1

Section claims authority and urgency with dangerous instructions

skills
/
jezweb
/
claude-skills
/
open-source-contributions
open-source-contributions
$
npx skills add https://github.com/jezweb/claude-skills --skill open-source-contributions
SKILL.md
Open Source Co...
FIX

Remove false authority claims (e.g., claiming administrator or root-level access) from tool descriptions. Tool descriptions should describe capabilities, not claim elevated roles.

FP?

Likely FP if the matched text is documentation explaining role-based access control concepts or describing user personas, not impersonating a system role.

LOW
Shell script file execution
L96

Detects execution of shell script files via bash/sh command or direct invocation

./scripts/pre-pr-check.sh
FIX

Replace direct shell script execution with a language-native implementation or a sandboxed executor. If shell scripts must run, restrict them to a vetted allowlist with integrity checks.

FP?

Likely FP if the match references running a script that is part of the skill's own repository (e.g., ./setup.sh) with clear, auditable contents.

LOW
Shell script file execution
L136

Detects execution of shell script files via bash/sh command or direct invocation

./scripts/clean-branch.sh
FIX

Replace direct shell script execution with a language-native implementation or a sandboxed executor. If shell scripts must run, restrict them to a vetted allowlist with integrity checks.

FP?

Likely FP if the match references running a script that is part of the skill's own repository (e.g., ./setup.sh) with clear, auditable contents.

LOW
Shell script file execution
L426

Detects execution of shell script files via bash/sh command or direct invocation

./scripts/pre-pr-check.sh
FIX

Replace direct shell script execution with a language-native implementation or a sandboxed executor. If shell scripts must run, restrict them to a vetted allowlist with integrity checks.

FP?

Likely FP if the match references running a script that is part of the skill's own repository (e.g., ./setup.sh) with clear, auditable contents.

LOW
Shell script file execution
L468

Detects execution of shell script files via bash/sh command or direct invocation

./scripts/pre-pr-check.sh
FIX

Replace direct shell script execution with a language-native implementation or a sandboxed executor. If shell scripts must run, restrict them to a vetted allowlist with integrity checks.

FP?

Likely FP if the match references running a script that is part of the skill's own repository (e.g., ./setup.sh) with clear, auditable contents.