Skip to main content

locating-code

Locates and organizes code files in a codebase by topic and purpose, enhancing navigation and understanding of code structure.

Install this skill

or
65/100

Security score

The locating-code skill was audited on Feb 12, 2026 and we found 7 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 164

Webhook reference - potential data exfiltration

SourceSKILL.md
164For request "Find webhook handling code":
medium line 166

Webhook reference - potential data exfiltration

SourceSKILL.md
1661. **Keyword search**: grep for "webhook" across codebase
medium line 167

Webhook reference - potential data exfiltration

SourceSKILL.md
1672. **Pattern search**: glob for `*webhook*` files
medium line 170

Webhook reference - potential data exfiltration

SourceSKILL.md
170- Implementation: src/webhooks/handler.js
medium line 171

Webhook reference - potential data exfiltration

SourceSKILL.md
171- Tests: tests/webhooks/
medium line 172

Webhook reference - potential data exfiltration

SourceSKILL.md
172- Config: config/webhooks.json
medium line 173

Webhook reference - potential data exfiltration

SourceSKILL.md
173- Types: types/webhooks.d.ts
Scanned on Feb 12, 2026
View Security Dashboard