ClawAudit verdict

gitlab

gitlab-skill

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

Comprehensive GitLab operations skill with a layered credential system using env vars preferred over config file, explicitly avoiding committing tokens; all operations are legitimate GitLab API interactions.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

30
security
50
transparency
70
maintenance

Permission integrity

Code accesses API keys/tokens but declares no environment variables

credential_access

Accesses agent memory/configuration files

agent_memory

Findings (5)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · TOKEN="glpat-your-token-here

Pattern match medium

Accesses shell history/config

SKILL.md · prose · downgraded · ~/.zshrc

Pattern match medium

subprocess execution — runs system commands from Python

scripts/fetch_repos.py · prose · downgraded · subprocess.run(

Pattern match low

Python os.getenv — reads environment variable

scripts/credential_loader.py · prose · downgraded · os.getenv(

Pattern match low

Python urllib.request — network access

scripts/gitlab_api.py · prose · downgraded · urllib.request

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

No declared permissions — minimal attack surface.

credential_accessagent_memory

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API