language-server-navigation-77d599 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited language-server-navigation-77d599 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use this skill when the codebase already has a relevant language server, or when the task should check that first. The goal is to use the current Language Servers tool surface deliberately instead of falling back to grep-driven workflows too early.
For a compact tool-selection cheat sheet, read references/tool-selection.md.
language-servers://profiles for a matching profile.install-language-server skill.outline for file structure and symbol locationsinspect for symbol details and docsreferences for usagesrename for semantic renamesdiagnostics for compile or type errorscompletion for API discovery at a pointsearch when the server supports language-aware searchoutline first to find them.language-servers://profiles/{name}language-servers://profiles/{name}/logsreload only if the config changedrename over grep-based renames when a matching LSP exists.references over text search for call sites or symbol usage.inspect over opening arbitrary files when you need docs, types, or declaration context.search only when the server and current indexing state can support it.not_started after reload is normal. The first matching file-backed tool call should start the profile.preload_files entries are usually easier to reuse than exact paths.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.