codebase-search
Search Codebases with Focused Navigation
Large repositories make code paths and dependencies hard to locate quickly. This skill guides Claude, Codex, and Claude Code through targeted semantic, grep, glob, and history searches.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "codebase-search" from https://skillstore.io/skills/supercent-io-codebase-search.md and its manifest at https://skillstore.io/api/skills/supercent-io-codebase-search/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "codebase-search". Where is user registration implemented?
Expected outcome:
The response identifies the route, controller, service, model, and tests, then explains how data flows between them.
Using "codebase-search". What depends on the payment processor?
Expected outcome:
The response lists direct callsites, imports, related tests, and configuration references, grouped by subsystem.
Using "codebase-search". Find why this authentication error appears.
Expected outcome:
The response starts from the error string, traces throw sites and callers, and highlights the most likely trigger path.
Security Audit
SafeStatic analysis flagged Markdown fences, example grep and git commands, reference links, and search strings as risky patterns. Manual review found no evidence of prompt injection, data exfiltration, secret access, or hidden execution; all static findings are false positives. Users should still run any suggested shell searches only in intended repositories.
Risk Factors
โ๏ธ External commands (54)
๐ Network access (3)
๐ Env variables (1)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/supercent-io-codebase-search/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/supercent-io-codebase-search?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/supercent-io-codebase-search?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/supercent-io-codebase-search/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/supercent-io-codebase-search.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
supercent-io. (2026). codebase-search security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/supercent-io-codebase-search/audits/5BibTeX citation
@techreport{supercent-io-supercent-io-codebase-search-2026,
author = {supercent-io},
title = {codebase-search security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/supercent-io-codebase-search/audits/5},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "codebase-search security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "supercent-io"
date-released: "2026-07-07"
url: "https://skillstore.io/skills/supercent-io-codebase-search/audits/5"
identifiers:
- type: other
value: "skillstore:supercent-io-codebase-search:audit:5"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Find Bug Origins
Trace an error message from a report to the files, handlers, tests, and dependencies that may cause it.
Prepare Refactors
Locate callsites, imports, tests, and related behavior before changing a shared function or module.
Learn a Repository
Map entry points, routes, models, configuration, and documentation when joining an unfamiliar project.
Try These Prompts
Find where the function named <function_name> is defined and show the most relevant callers.
Search for this error message, identify where it is raised, and summarize the code path that triggers it: <error_message>.
Map how <feature_name> works from entry point to service, data model, configuration, and tests.
Before I change <module_or_function>, find callsites, imports, tests, related configuration, and likely regression risks.
Best Practices
- Start with a broad semantic query, then narrow with exact grep searches.
- Read surrounding context before drawing conclusions from a matching line.
- Check tests and git history when behavior or ownership is unclear.
Avoid
- Do not assume one search result explains the whole feature.
- Do not run broad shell searches outside the intended repository.
- Do not ignore ignored, generated, or vendored files without confirming relevance.
Frequently Asked Questions
Does this skill execute code automatically?
Can it search without Bash access?
Does it require internet access?
Can it find every usage of a symbol?
Is it useful for unfamiliar codebases?
What tools work best with it?
Developer Details
Author
supercent-ioLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
f93e9bb0daca99badb6a7e574b97737155d57cb3
Maintenance freshness
7/18/2026
Usage
14 downloads ยท 102 views
File structure
๐ SKILL.md
๐ SKILL.toon