Skip to main content

dev-guides-navigator

Guides users through development tasks by routing to relevant online resources, ensuring best practices and efficient workflows.

Install this skill

or
0/100

Security score

The dev-guides-navigator skill was audited on Jun 14, 2026 and we found 16 security issues across 3 threat categories, including 6 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 58

Curl to non-GitHub URL

SourceSKILL.md
581. Bash: `curl -s https://camoa.github.io/dev-guides/llms.hash` — save the hash
high line 59

Curl to non-GitHub URL

SourceSKILL.md
592. Bash: `curl -s https://camoa.github.io/dev-guides/llms.txt` — save the content
high line 65

Curl to non-GitHub URL

SourceSKILL.md
651. Bash: `curl -s https://camoa.github.io/dev-guides/llms.hash` (tiny, fast)
high line 68

Curl to non-GitHub URL

SourceSKILL.md
68- **Different** → Bash: `curl -s https://camoa.github.io/dev-guides/llms.txt`,
high line 176

Curl to non-GitHub URL

SourceSKILL.md
176- Bash: `curl -s https://camoa.github.io/dev-guides/agentic-recipes.hash`
high line 179

Curl to non-GitHub URL

SourceSKILL.md
179- **Different or no cache** → Bash: `curl -s https://camoa.github.io/dev-guides/agentic-recipes.txt`,
medium line 36

Access to hidden dotfiles in home directory

SourceSKILL.md
36Cache file: `~/.claude/projects/<dasherized-cwd>/memory/dev-guides-cache.json`.
medium line 169

Access to hidden dotfiles in home directory

SourceSKILL.md
169Cache file: `~/.claude/projects/<dasherized-cwd>/memory/dev-guides-recipes-cache.json` —
low line 58

External URL reference

SourceSKILL.md
581. Bash: `curl -s https://camoa.github.io/dev-guides/llms.hash` — save the hash
low line 59

External URL reference

SourceSKILL.md
592. Bash: `curl -s https://camoa.github.io/dev-guides/llms.txt` — save the content
low line 65

External URL reference

SourceSKILL.md
651. Bash: `curl -s https://camoa.github.io/dev-guides/llms.hash` (tiny, fast)
low line 68

External URL reference

SourceSKILL.md
68- **Different** → Bash: `curl -s https://camoa.github.io/dev-guides/llms.txt`,
low line 75

External URL reference

SourceSKILL.md
75The URL in `llms.txt` is a GitHub Pages URL like `https://camoa.github.io/dev-guides/drupal/forms/`. Extract the **topic path** (e.g., `drupal/forms`) from this URL for use in raw GitHub fetches below
low line 156

External URL reference

SourceSKILL.md
156`https://camoa.github.io/dev-guides/agentic-recipes.txt` + `agentic-recipes.hash`
low line 176

External URL reference

SourceSKILL.md
176- Bash: `curl -s https://camoa.github.io/dev-guides/agentic-recipes.hash`
low line 179

External URL reference

SourceSKILL.md
179- **Different or no cache** → Bash: `curl -s https://camoa.github.io/dev-guides/agentic-recipes.txt`,
Scanned on Jun 14, 2026
View Security Dashboard
Installation guide →