Skip to main content

knowledge-bridge

Connects external standards and project conventions while providing a repository for anti-patterns to enhance code quality.

Install this skill

or
90/100

Security score

The knowledge-bridge skill was audited on Mar 1, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 59

Template literal with variable interpolation in command context

SourceSKILL.md
59const sql = `SELECT * FROM users WHERE id = ${userId}`;
low line 17

Access to hidden dotfiles in home directory

SourceSKILL.md
17- **前端规范**: ~/.claude/references/frontend-standards.md
low line 18

Access to hidden dotfiles in home directory

SourceSKILL.md
18- **后端规范**: ~/.claude/references/backend-standards.md
low line 19

Access to hidden dotfiles in home directory

SourceSKILL.md
19- **API规范**: ~/.claude/references/api-standards.md
low line 20

Access to hidden dotfiles in home directory

SourceSKILL.md
20- **UI组件库**: ~/.claude/references/design-system.md
low line 40

Access to .env file

SourceSKILL.md
40const apiKey = process.env.API_KEY;
Scanned on Mar 1, 2026
View Security Dashboard
Installation guide →