dbs-bridge
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a bundled bash script (
scripts/bridge-skill.sh) to automate filesystem operations. These include creating directory structures in the user's home folder (~/.claude/skills,~/.codex/skills,~/.agents/skills,~/.grok/skills), creating symbolic links (ln -sfn) to bridge skill folders, and generating bridge configuration files using shell heredocs. - [SAFE]: The skill contains logic to avoid destructive operations, such as checking if a target path is a real directory before attempting to create a symlink. It also includes unlinking functionality that specifically targets symlinks and generated bridge files while preserving the original source directories.
Audit Metadata