Repo Explorer
PassAudited by ClawScan on May 1, 2026.
Overview
This instruction-only skill uses a configured Gitee MCP server to read and summarize repository contents, with no evidence of mutation, persistence, or hidden behavior.
This skill appears coherent for exploring Gitee repositories. Before installing, confirm your Gitee MCP server is trusted and scoped appropriately, and be mindful that private repository files read by the skill may appear in the assistant conversation. If using the optional `mcporter` helper, make sure the local binary is from a trusted source.
Findings (2)
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.
If you point it at a private repository, code and documentation from that repository may be read into the assistant session.
The skill depends on an MCP server to fetch and search repository contents. This is expected for the stated Gitee repository exploration purpose, but it means repository data, potentially including private code, is handled through the configured MCP connection and agent context.
Requires Gitee MCP Server to be configured (tools: `get_file_content`, `search_files_by_content`, `list_user_repos`)
Use it only with Gitee MCP configurations and repositories you trust, and avoid asking it to inspect files that may contain secrets unless necessary.
The assistant may prefer a locally installed helper if available; the safety of that helper depends on what is installed on your system.
The skill references an optional local helper CLI that is not part of the install spec. The artifact does not instruct installation or hidden execution, so this is only a provenance/operational note.
If you have `mcporter` installed locally, you should use `mcporter` to invoke the MCP tool instead of directly calling the MCP tool.
Only allow use of `mcporter` if it is installed from a trusted source and you understand how it connects to your MCP tools.
