Last active
March 4, 2026 15:38
-
-
Save up1/625581aaaeef6fa1e7236f1106084c99 to your computer and use it in GitHub Desktop.
Agent scan for MCP and Agent skill
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $uvx snyk-agent-scan@latest --skills | |
| Installed 53 packages in 72ms | |
| Snyk Agent Scan v0.4.3 | |
| ● Scanning ~/.codeium Unknown MCP config: ~/.codeium/windsurf/mcp_config.json | |
| Skills dir ~/.codeium/windsurf/skills does not exist | |
| ● Scanning ~/.cursor The analysis server returned an error for your request: 429 - Too Many | |
| Requests | |
| ● Scanning ~/.vscode Unknown MCP config: ~/Library/Application Support/Code/User/settings.json | |
| Skills dir ~/.copilot/skills does not exist | |
| ● Scanning ~/Library/Application Support/Claude found 2 mcp servers | |
| │ | |
| ├── sqlite | |
| │ ├── prompt mcp-demo ✅ | |
| │ ├── resource Business Insights Memo ✅ | |
| │ ├── tool read_query ✅ | |
| │ ├── tool write_query ✅ | |
| │ ├── tool create_table ✅ | |
| │ ├── tool list_tables ✅ | |
| │ ├── tool describe_table ✅ | |
| │ └── tool append_insight ✅ | |
| └── playwright | |
| ├── tool browser_close ✅ | |
| ├── tool browser_resize ✅ | |
| ├── tool browser_console_messages ✅ | |
| ├── tool browser_handle_dialog ✅ | |
| ├── tool browser_evaluate ✅ | |
| ├── tool browser_file_upload ✅ | |
| ├── tool browser_fill_form ✅ | |
| ├── tool browser_install ✅ | |
| ├── tool browser_press_key ✅ | |
| ├── tool browser_type ✅ | |
| ├── tool browser_navigate ✅ | |
| ├── tool browser_navigate_back ✅ | |
| ├── tool browser_network_requests ✅ | |
| ├── tool browser_run_code ✅ | |
| ├── tool browser_take_screenshot ✅ | |
| ├── tool browser_snapshot ✅ | |
| ├── tool browser_click ✅ | |
| ├── tool browser_drag ✅ | |
| ├── tool browser_hover ✅ | |
| ├── tool browser_select_option ✅ | |
| ├── tool browser_tabs ✅ | |
| └── tool browser_wait_for ✅ | |
| ● Scanning ~/.claude found 1 skill | |
| │ | |
| └── vercel-react-best-practices | |
| ├── instruction SKILL.md ✅ | |
| ├── instruction README.md ✅ | |
| ├── instruction rules/js-cache-storage.md ✅ | |
| ├── instruction rules/bundle-conditional.md ✅ | |
| ├── instruction rules/bundle-preload.md ✅ | |
| ├── instruction rules/rerender-memo-with-default... ✅ | |
| ├── instruction rules/js-combine-iterations.md ✅ | |
| ├── instruction rules/advanced-use-latest.md ✅ | |
| ├── instruction rules/js-length-check-first.md ✅ | |
| ├── instruction rules/rerender-derived-state-no-... ✅ | |
| ├── instruction rules/rerender-derived-state.md ✅ | |
| ├── instruction rules/async-defer-await.md ✅ | |
| ├── instruction rules/async-suspense-boundaries.md ✅ | |
| ├── instruction rules/rendering-activity.md ✅ | |
| ├── instruction rules/server-dedup-props.md ✅ | |
| ├── instruction rules/rerender-move-effect-to-ev... ✅ | |
| ├── instruction rules/rerender-defer-reads.md ✅ | |
| ├── instruction rules/async-api-routes.md ✅ | |
| ├── instruction rules/rendering-hydration-suppre... ✅ | |
| ├── instruction rules/rerender-dependencies.md ✅ | |
| ├── instruction rules/js-set-map-lookups.md ✅ | |
| ├── instruction rules/bundle-defer-third-party.md ✅ | |
| ├── instruction rules/server-hoist-static-io.md ✅ | |
| ├── instruction rules/rendering-hoist-jsx.md ✅ | |
| ├── instruction rules/async-dependencies.md ✅ | |
| ├── instruction rules/rerender-use-ref-transient... ✅ | |
| ├── instruction rules/js-min-max-loop.md ✅ | |
| ├── instruction rules/js-cache-property-access.md ✅ | |
| ├── instruction rules/rendering-animate-svg-wrap... ✅ | |
| ├── instruction rules/js-early-exit.md ✅ | |
| ├── instruction rules/js-index-maps.md ✅ | |
| ├── instruction rules/server-parallel-fetching.md ✅ | |
| ├── instruction rules/server-cache-lru.md ✅ | |
| ├── instruction rules/client-passive-event-liste... ✅ | |
| ├── instruction rules/rendering-usetransition-lo... ✅ | |
| ├── instruction rules/rerender-functional-setsta... ✅ | |
| ├── instruction rules/rerender-lazy-state-init.md ✅ | |
| ├── instruction rules/advanced-event-handler-ref... ✅ | |
| ├── instruction rules/server-after-nonblocking.md ✅ | |
| ├── instruction rules/client-event-listeners.md ✅ | |
| ├── instruction rules/rerender-transitions.md ✅ | |
| ├── instruction rules/js-tosorted-immutable.md ✅ | |
| ├── instruction rules/client-swr-dedup.md ✅ | |
| ├── instruction rules/server-cache-react.md ✅ | |
| ├── instruction rules/bundle-dynamic-imports.md ✅ | |
| ├── instruction rules/rendering-hydration-no-fli... ✅ | |
| ├── instruction rules/server-serialization.md ✅ | |
| ├── instruction rules/rendering-svg-precision.md ✅ | |
| ├── instruction rules/rerender-memo.md ✅ | |
| ├── instruction rules/advanced-init-once.md ✅ | |
| ├── instruction rules/rendering-content-visibili... ✅ | |
| ├── instruction rules/async-parallel.md ✅ | |
| ├── instruction rules/js-batch-dom-css.md ✅ | |
| ├── instruction rules/server-auth-actions.md ✅ | |
| ├── instruction rules/js-cache-function-results.md ✅ | |
| ├── instruction rules/js-hoist-regexp.md ✅ | |
| ├── instruction rules/rendering-conditional-rend... ✅ | |
| ├── instruction rules/client-localstorage-schema.md ✅ | |
| ├── instruction rules/bundle-barrel-imports.md ✅ | |
| ├── instruction rules/rerender-simple-expression... ✅ | |
| └── instruction AGENTS.md ✅ | |
| ● Scanning ~/.gemini Unknown MCP config: ~/.gemini/settings.json | |
| Skills dir ~/.gemini/skills does not exist | |
| ● Scanning ~/.kiro file ~/.kiro/settings/mcp.json does not exist | |
| ● Scanning ~/.config/opencode no servers or skills found | |
| ● Scanning ~/.gemini/antigravity Unknown MCP config: ~/.gemini/antigravity/mcp_config.json | |
| ● Scanning ~/.codex no servers or skills found |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment