Skills MCP Integration Audit History
📦

Audit History

MCP Integration - 9 audits

Version comparison

Capability and finding changes across audited versions, newest first.

VersionDateResultReview itemsChange vs previous
v9 LatestJul 19, 2026, 09:39 AM 5 confirmed1No capability change
v8 Jul 8, 2026, 01:43 AM No confirmed findings0No capability change
v7 Jul 5, 2026, 09:05 AM No confirmed findings0 Filesystem access
v6 Jun 29, 2026, 01:13 PM 1 confirmed4Filesystem access
v5 Jan 17, 2026, 01:55 AM No confirmed findings0No capability change
v4 Jan 17, 2026, 01:55 AM No confirmed findings0Network accessEnv variablesExternal commands
v3 Jan 7, 2026, 01:23 AM No confirmed findings0No capability change
v2 Jan 7, 2026, 01:23 AM No confirmed findings0No capability change
v1 Jan 7, 2026, 01:23 AM No confirmed findings0Baseline

Jul 19, 2026, 09:39 AM

Most static alerts are false positives caused by Markdown fences, placeholders, example URLs, and documented authentication patterns. The audit confirms unsafe `.env` loading guidance that can execute file contents. Additional risks include unpinned package execution, broad filesystem access, unrestricted autonomous tools, and secret-printing troubleshooting.

7
Files scanned
2,249
Lines analyzed
9
Review items
0
False positives ignored

Confirmed security concerns (5)

High
Environment file access
Load with: \`source .env\` or \`export $(cat .env | xargs)\`
The guide recommends loading `.env` with `source`, which executes the file as shell code. A modified or untrusted environment file can run arbitrary commands.
High
Unrestricted Autonomous MCP Tool Access
The guide states that agents can use any MCP tool without pre-approval. State-changing tools could modify or delete external data without confirmation.
The guide explicitly says agents need no allowlist and can use every tool Claude considers necessary. No approval boundary for state-changing operations is provided.
Medium
Unpinned Package Execution
Examples run unpinned NPM MCP packages through `npx -y`. Package drift or registry compromise could execute changed code without review.
Three examples use `npx -y` without a version. This automatically accepts and executes whichever package version the registry resolves.
Medium
Broad Project Filesystem Access
The filesystem example grants the MCP server the entire project directory. This can expose source, credentials, and configuration beyond the task.
The filesystem server receives `${CLAUDE_PROJECT_DIR}` as its allowed root. That scope covers the complete project rather than a task-specific directory.
Medium
Secret Exposure During Troubleshooting
The troubleshooting example prints the complete API token to the terminal. Tokens can enter transcripts, logs, screen recordings, or shared support output.
The example runs `echo $API_TOKEN`, which displays the full credential. This directly conflicts with the guide's instruction not to log tokens.
Capability review items (1)

These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.

High
Shell command substitution
Load with: \`source .env\` or \`export $(cat .env | xargs)\`
The guide recommends `export $(cat .env | xargs)`, which performs command substitution and unsafe word splitting on file contents. Crafted values can alter arguments or trigger unintended shell behavior.

Risk Factors

🌐 Network access (37)
🔑 Env variables (22)
⚙️ External commands (50)
Audited by: codex

Jul 8, 2026, 01:43 AM

All static findings were adjudicated as documentation or example configuration, not executable behavior. The reviewed files mention URLs, environment variable placeholders, and shell snippets, but no automatic command execution, credential exfiltration, or prompt injection text was found.

7
Files scanned
2,249
Lines analyzed
3
Review items
0
False positives ignored

Risk Factors

🌐 Network access (37)
🔑 Env variables (22)
⚙️ External commands (84)
references/authentication.md:152 references/authentication.md:155 references/authentication.md:170 references/authentication.md:209 references/authentication.md:213 references/authentication.md:215 references/authentication.md:217 references/authentication.md:221 references/authentication.md:223 references/authentication.md:224 references/authentication.md:223 references/authentication.md:249 references/authentication.md:255 references/authentication.md:489 references/authentication.md:508 references/authentication.md:509 references/authentication.md:223 references/authentication.md:245 references/authentication.md:485 references/authentication.md:505 SKILL.md:25 SKILL.md:27-37 SKILL.md:37-46 SKILL.md:46-48 SKILL.md:48-59 SKILL.md:59-72 SKILL.md:72-82 SKILL.md:82-100 SKILL.md:100-107 SKILL.md:107-125 SKILL.md:125-136 SKILL.md:136-149 SKILL.md:149-159 SKILL.md:159-172 SKILL.md:172-176 SKILL.md:176-179 SKILL.md:179-186 SKILL.md:186-194 SKILL.md:194-197 SKILL.md:197-198 SKILL.md:198-199 SKILL.md:199-200 SKILL.md:200-206 SKILL.md:206-213 SKILL.md:213-216 SKILL.md:216-220 SKILL.md:220-236 SKILL.md:236-239 SKILL.md:239-247 SKILL.md:247-252 SKILL.md:252-260 SKILL.md:260-268 SKILL.md:268-276 SKILL.md:276-286 SKILL.md:286-294 SKILL.md:294-304 SKILL.md:304-312 SKILL.md:312-319 SKILL.md:319-327 SKILL.md:327-338 SKILL.md:338-348 SKILL.md:348-351 SKILL.md:351-369 SKILL.md:369-376 SKILL.md:376-414 SKILL.md:414-421 SKILL.md:421-427 SKILL.md:427-428 SKILL.md:428-429 SKILL.md:429-431 SKILL.md:431-438 SKILL.md:438-447 SKILL.md:447-449 SKILL.md:449-468 SKILL.md:468-521 SKILL.md:521-522 SKILL.md:522-523 SKILL.md:523-527 SKILL.md:527-529 SKILL.md:529-530 SKILL.md:530-531 SKILL.md:531-538 SKILL.md:538 SKILL.md:545-548
Audited by: codex

Jul 5, 2026, 09:05 AM

The static findings are expected documentation examples for MCP endpoints, environment-variable placeholders, and shell snippets. They do not execute code, include live secrets, or show data-exfiltration intent. No prompt injection attempts or hidden malicious instructions were found in the reviewed files.

7
Files scanned
2,249
Lines analyzed
3
Review items
0
False positives ignored

Risk Factors

🌐 Network access (37)
🔑 Env variables (22)
⚙️ External commands (84)
references/authentication.md:152 references/authentication.md:155 references/authentication.md:170 references/authentication.md:209 references/authentication.md:213 references/authentication.md:215 references/authentication.md:217 references/authentication.md:221 references/authentication.md:223 references/authentication.md:224 references/authentication.md:223 references/authentication.md:249 references/authentication.md:255 references/authentication.md:489 references/authentication.md:508 references/authentication.md:509 references/authentication.md:223 references/authentication.md:245 references/authentication.md:485 references/authentication.md:505 SKILL.md:25 SKILL.md:27-37 SKILL.md:37-46 SKILL.md:46-48 SKILL.md:48-59 SKILL.md:59-72 SKILL.md:72-82 SKILL.md:82-100 SKILL.md:100-107 SKILL.md:107-125 SKILL.md:125-136 SKILL.md:136-149 SKILL.md:149-159 SKILL.md:159-172 SKILL.md:172-176 SKILL.md:176-179 SKILL.md:179-186 SKILL.md:186-194 SKILL.md:194-197 SKILL.md:197-198 SKILL.md:198-199 SKILL.md:199-200 SKILL.md:200-206 SKILL.md:206-213 SKILL.md:213-216 SKILL.md:216-220 SKILL.md:220-236 SKILL.md:236-239 SKILL.md:239-247 SKILL.md:247-252 SKILL.md:252-260 SKILL.md:260-268 SKILL.md:268-276 SKILL.md:276-286 SKILL.md:286-294 SKILL.md:294-304 SKILL.md:304-312 SKILL.md:312-319 SKILL.md:319-327 SKILL.md:327-338 SKILL.md:338-348 SKILL.md:348-351 SKILL.md:351-369 SKILL.md:369-376 SKILL.md:376-414 SKILL.md:414-421 SKILL.md:421-427 SKILL.md:427-428 SKILL.md:428-429 SKILL.md:429-431 SKILL.md:431-438 SKILL.md:438-447 SKILL.md:447-449 SKILL.md:449-468 SKILL.md:468-521 SKILL.md:521-522 SKILL.md:522-523 SKILL.md:523-527 SKILL.md:527-529 SKILL.md:529-530 SKILL.md:530-531 SKILL.md:531-538 SKILL.md:538 SKILL.md:545-548
Audited by: codex

Jun 29, 2026, 01:13 PM

Static analysis reported a critical combination of command execution, network access, and credential handling, but review found these patterns in documentation and example MCP configuration, not concealed executable code. The skill is not malicious, but it legitimately teaches users to start local processes, connect to remote MCP endpoints, and pass credentials through environment variables, so publication should include a security warning.

7
Files scanned
2,249
Lines analyzed
9
Review items
1
False positives ignored

Confirmed security concerns (1)

Low
Wildcard MCP Tool Allow Lists Require Care
The documentation shows wildcard MCP tool allow lists but also warns to use them sparingly and prefer specific tools. Wildcards can grant broader access than needed if copied without review.
The risk is real but mitigated by adjacent cautionary guidance. It remains a low concern because users may copy permissive patterns into plugins.
Capability review items (4)

These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.

Medium
Local MCP Server Process Execution
The skill documents stdio MCP servers that run local commands such as npx, Python modules, and plugin-bundled server paths. This is expected for MCP integration, but unsafe command paths or untrusted packages could execute code on the user machine.
The configuration explicitly launches local MCP server processes. The pattern is legitimate for MCP, but it is a real execution surface if users copy unsafe commands or packages.
Medium
Remote MCP Endpoint Connections
The examples and references configure SSE and HTTP MCP servers over remote URLs with authorization headers. This is normal MCP behavior, but endpoints can receive tool requests and credentials if users configure untrusted services.
The network behavior is directly shown in MCP examples and documentation. It is not malicious by itself, but endpoint trust is central to safe use.
Medium
Credential Forwarding Through Environment Variables
The skill instructs users to pass database URLs, API keys, passwords, and bearer tokens into MCP server configuration. The values are placeholders, not hardcoded secrets, but configured servers can access those credentials.
The references clearly pass credential-like environment variables and headers to MCP servers. The examples use placeholders, so this is an operational risk rather than evidence of credential theft.
Low
Hardcoded Example URLs Are Documentation Placeholders
Static analysis flagged hardcoded URLs in examples and references. Review found example.com, hosted MCP service examples, and documentation links, not hidden exfiltration endpoints.
The cited URLs are visible instructional examples and official documentation references. No evidence found that the skill itself sends data to those URLs.
Static false positives ignored (1)

These static matches were dismissed by semantic review or matched schema-only tokens, so they are shown for transparency but do not drive the quality score.

Low
Weak Crypto Static Matches Are False Positives
Static analysis flagged weak cryptographic algorithm patterns in tool-usage.md and SKILL.md. Review found those matches in ordinary documentation words and examples, not crypto API calls.
The reviewed locations contain text such as descriptions or metadata, not MD5, DES, or other weak algorithm usage. This is a scanner token collision.

Detected Patterns

Command-Based Stdio MCP ConfigurationCredential Values Passed To MCP ServersNetwork MCP Server Configuration
Audited by: codex

Jan 17, 2026, 01:55 AM

This is a documentation-only skill providing guidance for MCP server configuration. Static findings flag command patterns, URLs, and env var placeholders in documentation examples, but these are legitimate configuration examples, not executable code. The skill does not execute any code, make network requests, or access credentials directly.

8
Files scanned
2,468
Lines analyzed
3
Review items
0
False positives ignored

Risk Factors

🌐 Network access (42)
🔑 Env variables (29)
⚙️ External commands (280)
references/authentication.md:24-31 references/authentication.md:31-38 references/authentication.md:38-48 references/authentication.md:48-55 references/authentication.md:55-87 references/authentication.md:87-97 references/authentication.md:97-100 references/authentication.md:100-102 references/authentication.md:102-109 references/authentication.md:109-120 references/authentication.md:120-127 references/authentication.md:127-139 references/authentication.md:139-145 references/authentication.md:145-152 references/authentication.md:152 references/authentication.md:155 references/authentication.md:155-170 references/authentication.md:170 references/authentication.md:171-179 references/authentication.md:179-191 references/authentication.md:191-195 references/authentication.md:195-200 references/authentication.md:200-204 references/authentication.md:204-209 references/authentication.md:209 references/authentication.md:213 references/authentication.md:213-215 references/authentication.md:215 references/authentication.md:215-217 references/authentication.md:217 references/authentication.md:221 references/authentication.md:221-223 references/authentication.md:223 references/authentication.md:223-224 references/authentication.md:224 references/authentication.md:225-233 references/authentication.md:233-241 references/authentication.md:241-244 references/authentication.md:244-258 references/authentication.md:258-272 references/authentication.md:272-278 references/authentication.md:278-293 references/authentication.md:293-299 references/authentication.md:299-316 references/authentication.md:316-327 references/authentication.md:327-330 references/authentication.md:330-337 references/authentication.md:337-343 references/authentication.md:343-346 references/authentication.md:346-365 references/authentication.md:365-371 references/authentication.md:371-374 references/authentication.md:374-380 references/authentication.md:380-385 references/authentication.md:385-387 references/authentication.md:387-396 references/authentication.md:396-402 references/authentication.md:402-409 references/authentication.md:409-415 references/authentication.md:415-418 references/authentication.md:418-424 references/authentication.md:424-436 references/authentication.md:436-442 references/authentication.md:442-445 references/authentication.md:445-450 references/authentication.md:450-468 references/authentication.md:468-478 references/authentication.md:478-484 references/authentication.md:484-492 references/authentication.md:492-494 references/authentication.md:494-498 references/authentication.md:498-504 references/authentication.md:504-518 references/authentication.md:223 references/authentication.md:249 references/authentication.md:255 references/authentication.md:489 references/authentication.md:508 references/authentication.md:509 references/authentication.md:223 references/authentication.md:244-258 references/authentication.md:484-492 references/authentication.md:504-518 references/authentication.md:245 references/authentication.md:485 references/authentication.md:505 references/server-types.md:14-21 references/server-types.md:21-24 references/server-types.md:24-36 references/server-types.md:36-40 references/server-types.md:40 references/server-types.md:40-48 references/server-types.md:48-55 references/server-types.md:55-58 references/server-types.md:58-65 references/server-types.md:65-68 references/server-types.md:68-78 references/server-types.md:78-94 references/server-types.md:94-110 references/server-types.md:110-117 references/server-types.md:117-120 references/server-types.md:120-131 references/server-types.md:131-144 references/server-types.md:144-151 references/server-types.md:151-160 references/server-types.md:160-170 references/server-types.md:170-175 references/server-types.md:175-176 references/server-types.md:176-213 references/server-types.md:213-220 references/server-types.md:220-223 references/server-types.md:223-235 references/server-types.md:235-247 references/server-types.md:247-253 references/server-types.md:253-256 references/server-types.md:256-262 references/server-types.md:262-265 references/server-types.md:265-272 references/server-types.md:272-311 references/server-types.md:311-318 references/server-types.md:318-321 references/server-types.md:321-332 references/server-types.md:332-415 references/server-types.md:415-422 references/server-types.md:422-425 references/server-types.md:425-432 references/server-types.md:432-437 references/server-types.md:437-444 references/server-types.md:444-447 references/server-types.md:447-454 references/server-types.md:454-464 references/server-types.md:464-482 references/server-types.md:482-488 references/server-types.md:488-498 references/server-types.md:498-501 references/server-types.md:501-502 references/tool-usage.md:7 references/tool-usage.md:13-15 references/tool-usage.md:15-20 references/tool-usage.md:20-21 references/tool-usage.md:21-22 references/tool-usage.md:22-25 references/tool-usage.md:25-26 references/tool-usage.md:26-27 references/tool-usage.md:27-31 references/tool-usage.md:31-32 references/tool-usage.md:32-34 references/tool-usage.md:34-48 references/tool-usage.md:48-62 references/tool-usage.md:62-66 references/tool-usage.md:66-74 references/tool-usage.md:74-78 references/tool-usage.md:78-82 references/tool-usage.md:82-89 references/tool-usage.md:89-118 references/tool-usage.md:118-126 references/tool-usage.md:126-148 references/tool-usage.md:148-163 references/tool-usage.md:163-169 references/tool-usage.md:169-175 references/tool-usage.md:175-181 references/tool-usage.md:181-187 references/tool-usage.md:187-194 references/tool-usage.md:194-200 references/tool-usage.md:200-208 references/tool-usage.md:208-214 references/tool-usage.md:214-217 references/tool-usage.md:217-240 references/tool-usage.md:240-246 references/tool-usage.md:246-258 references/tool-usage.md:258-264 references/tool-usage.md:264-273 references/tool-usage.md:273-279 references/tool-usage.md:279-287 references/tool-usage.md:287-291 references/tool-usage.md:291-299 references/tool-usage.md:299-303 references/tool-usage.md:303-311 references/tool-usage.md:311-318 references/tool-usage.md:318-325 references/tool-usage.md:325-328 references/tool-usage.md:328-333 references/tool-usage.md:333-337 references/tool-usage.md:337-343 references/tool-usage.md:343-349 references/tool-usage.md:349-357 references/tool-usage.md:357-364 references/tool-usage.md:364-370 references/tool-usage.md:370-373 references/tool-usage.md:373-379 references/tool-usage.md:379-384 references/tool-usage.md:384-389 references/tool-usage.md:389-392 references/tool-usage.md:392-394 references/tool-usage.md:394-399 references/tool-usage.md:399-408 references/tool-usage.md:408-414 references/tool-usage.md:414-415 references/tool-usage.md:415-416 references/tool-usage.md:416-418 references/tool-usage.md:418-423 references/tool-usage.md:423-428 references/tool-usage.md:428-431 references/tool-usage.md:431-437 references/tool-usage.md:437-440 references/tool-usage.md:440-446 references/tool-usage.md:446-452 references/tool-usage.md:452-475 references/tool-usage.md:475-479 references/tool-usage.md:479-485 references/tool-usage.md:485-489 references/tool-usage.md:489-500 references/tool-usage.md:500-508 references/tool-usage.md:508-518 references/tool-usage.md:518-531 SKILL.md:25 SKILL.md:27-37 SKILL.md:37-46 SKILL.md:46-48 SKILL.md:48-59 SKILL.md:59-72 SKILL.md:72-82 SKILL.md:82-100 SKILL.md:100-107 SKILL.md:107-125 SKILL.md:125-136 SKILL.md:136-149 SKILL.md:149-159 SKILL.md:159-172 SKILL.md:172-176 SKILL.md:176-179 SKILL.md:179-186 SKILL.md:186-194 SKILL.md:194-197 SKILL.md:197-198 SKILL.md:198-199 SKILL.md:199-200 SKILL.md:200-206 SKILL.md:206-213 SKILL.md:213-216 SKILL.md:216-220 SKILL.md:220-236 SKILL.md:236-239 SKILL.md:239-247 SKILL.md:247-252 SKILL.md:252-260 SKILL.md:260-268 SKILL.md:268-276 SKILL.md:276-286 SKILL.md:286-294 SKILL.md:294-304 SKILL.md:304-312 SKILL.md:312-319 SKILL.md:319-327 SKILL.md:327-338 SKILL.md:338-348 SKILL.md:348-351 SKILL.md:351-369 SKILL.md:369-376 SKILL.md:376-414 SKILL.md:414-421 SKILL.md:421-427 SKILL.md:427-428 SKILL.md:428-429 SKILL.md:429-431 SKILL.md:431-438 SKILL.md:438-447 SKILL.md:447-449 SKILL.md:449-468 SKILL.md:468-521 SKILL.md:521-522 SKILL.md:522-523 SKILL.md:523-527 SKILL.md:527-529 SKILL.md:529-530 SKILL.md:530-531 SKILL.md:531-538 SKILL.md:538 SKILL.md:538-545 SKILL.md:545-548
Audited by: claude

Jan 17, 2026, 01:55 AM

This is a documentation-only skill providing guidance for MCP server configuration. Static findings flag command patterns, URLs, and env var placeholders in documentation examples, but these are legitimate configuration examples, not executable code. The skill does not execute any code, make network requests, or access credentials directly.

8
Files scanned
2,468
Lines analyzed
3
Review items
0
False positives ignored

Risk Factors

🌐 Network access (42)
🔑 Env variables (29)
⚙️ External commands (280)
references/authentication.md:24-31 references/authentication.md:31-38 references/authentication.md:38-48 references/authentication.md:48-55 references/authentication.md:55-87 references/authentication.md:87-97 references/authentication.md:97-100 references/authentication.md:100-102 references/authentication.md:102-109 references/authentication.md:109-120 references/authentication.md:120-127 references/authentication.md:127-139 references/authentication.md:139-145 references/authentication.md:145-152 references/authentication.md:152 references/authentication.md:155 references/authentication.md:155-170 references/authentication.md:170 references/authentication.md:171-179 references/authentication.md:179-191 references/authentication.md:191-195 references/authentication.md:195-200 references/authentication.md:200-204 references/authentication.md:204-209 references/authentication.md:209 references/authentication.md:213 references/authentication.md:213-215 references/authentication.md:215 references/authentication.md:215-217 references/authentication.md:217 references/authentication.md:221 references/authentication.md:221-223 references/authentication.md:223 references/authentication.md:223-224 references/authentication.md:224 references/authentication.md:225-233 references/authentication.md:233-241 references/authentication.md:241-244 references/authentication.md:244-258 references/authentication.md:258-272 references/authentication.md:272-278 references/authentication.md:278-293 references/authentication.md:293-299 references/authentication.md:299-316 references/authentication.md:316-327 references/authentication.md:327-330 references/authentication.md:330-337 references/authentication.md:337-343 references/authentication.md:343-346 references/authentication.md:346-365 references/authentication.md:365-371 references/authentication.md:371-374 references/authentication.md:374-380 references/authentication.md:380-385 references/authentication.md:385-387 references/authentication.md:387-396 references/authentication.md:396-402 references/authentication.md:402-409 references/authentication.md:409-415 references/authentication.md:415-418 references/authentication.md:418-424 references/authentication.md:424-436 references/authentication.md:436-442 references/authentication.md:442-445 references/authentication.md:445-450 references/authentication.md:450-468 references/authentication.md:468-478 references/authentication.md:478-484 references/authentication.md:484-492 references/authentication.md:492-494 references/authentication.md:494-498 references/authentication.md:498-504 references/authentication.md:504-518 references/authentication.md:223 references/authentication.md:249 references/authentication.md:255 references/authentication.md:489 references/authentication.md:508 references/authentication.md:509 references/authentication.md:223 references/authentication.md:244-258 references/authentication.md:484-492 references/authentication.md:504-518 references/authentication.md:245 references/authentication.md:485 references/authentication.md:505 references/server-types.md:14-21 references/server-types.md:21-24 references/server-types.md:24-36 references/server-types.md:36-40 references/server-types.md:40 references/server-types.md:40-48 references/server-types.md:48-55 references/server-types.md:55-58 references/server-types.md:58-65 references/server-types.md:65-68 references/server-types.md:68-78 references/server-types.md:78-94 references/server-types.md:94-110 references/server-types.md:110-117 references/server-types.md:117-120 references/server-types.md:120-131 references/server-types.md:131-144 references/server-types.md:144-151 references/server-types.md:151-160 references/server-types.md:160-170 references/server-types.md:170-175 references/server-types.md:175-176 references/server-types.md:176-213 references/server-types.md:213-220 references/server-types.md:220-223 references/server-types.md:223-235 references/server-types.md:235-247 references/server-types.md:247-253 references/server-types.md:253-256 references/server-types.md:256-262 references/server-types.md:262-265 references/server-types.md:265-272 references/server-types.md:272-311 references/server-types.md:311-318 references/server-types.md:318-321 references/server-types.md:321-332 references/server-types.md:332-415 references/server-types.md:415-422 references/server-types.md:422-425 references/server-types.md:425-432 references/server-types.md:432-437 references/server-types.md:437-444 references/server-types.md:444-447 references/server-types.md:447-454 references/server-types.md:454-464 references/server-types.md:464-482 references/server-types.md:482-488 references/server-types.md:488-498 references/server-types.md:498-501 references/server-types.md:501-502 references/tool-usage.md:7 references/tool-usage.md:13-15 references/tool-usage.md:15-20 references/tool-usage.md:20-21 references/tool-usage.md:21-22 references/tool-usage.md:22-25 references/tool-usage.md:25-26 references/tool-usage.md:26-27 references/tool-usage.md:27-31 references/tool-usage.md:31-32 references/tool-usage.md:32-34 references/tool-usage.md:34-48 references/tool-usage.md:48-62 references/tool-usage.md:62-66 references/tool-usage.md:66-74 references/tool-usage.md:74-78 references/tool-usage.md:78-82 references/tool-usage.md:82-89 references/tool-usage.md:89-118 references/tool-usage.md:118-126 references/tool-usage.md:126-148 references/tool-usage.md:148-163 references/tool-usage.md:163-169 references/tool-usage.md:169-175 references/tool-usage.md:175-181 references/tool-usage.md:181-187 references/tool-usage.md:187-194 references/tool-usage.md:194-200 references/tool-usage.md:200-208 references/tool-usage.md:208-214 references/tool-usage.md:214-217 references/tool-usage.md:217-240 references/tool-usage.md:240-246 references/tool-usage.md:246-258 references/tool-usage.md:258-264 references/tool-usage.md:264-273 references/tool-usage.md:273-279 references/tool-usage.md:279-287 references/tool-usage.md:287-291 references/tool-usage.md:291-299 references/tool-usage.md:299-303 references/tool-usage.md:303-311 references/tool-usage.md:311-318 references/tool-usage.md:318-325 references/tool-usage.md:325-328 references/tool-usage.md:328-333 references/tool-usage.md:333-337 references/tool-usage.md:337-343 references/tool-usage.md:343-349 references/tool-usage.md:349-357 references/tool-usage.md:357-364 references/tool-usage.md:364-370 references/tool-usage.md:370-373 references/tool-usage.md:373-379 references/tool-usage.md:379-384 references/tool-usage.md:384-389 references/tool-usage.md:389-392 references/tool-usage.md:392-394 references/tool-usage.md:394-399 references/tool-usage.md:399-408 references/tool-usage.md:408-414 references/tool-usage.md:414-415 references/tool-usage.md:415-416 references/tool-usage.md:416-418 references/tool-usage.md:418-423 references/tool-usage.md:423-428 references/tool-usage.md:428-431 references/tool-usage.md:431-437 references/tool-usage.md:437-440 references/tool-usage.md:440-446 references/tool-usage.md:446-452 references/tool-usage.md:452-475 references/tool-usage.md:475-479 references/tool-usage.md:479-485 references/tool-usage.md:485-489 references/tool-usage.md:489-500 references/tool-usage.md:500-508 references/tool-usage.md:508-518 references/tool-usage.md:518-531 SKILL.md:25 SKILL.md:27-37 SKILL.md:37-46 SKILL.md:46-48 SKILL.md:48-59 SKILL.md:59-72 SKILL.md:72-82 SKILL.md:82-100 SKILL.md:100-107 SKILL.md:107-125 SKILL.md:125-136 SKILL.md:136-149 SKILL.md:149-159 SKILL.md:159-172 SKILL.md:172-176 SKILL.md:176-179 SKILL.md:179-186 SKILL.md:186-194 SKILL.md:194-197 SKILL.md:197-198 SKILL.md:198-199 SKILL.md:199-200 SKILL.md:200-206 SKILL.md:206-213 SKILL.md:213-216 SKILL.md:216-220 SKILL.md:220-236 SKILL.md:236-239 SKILL.md:239-247 SKILL.md:247-252 SKILL.md:252-260 SKILL.md:260-268 SKILL.md:268-276 SKILL.md:276-286 SKILL.md:286-294 SKILL.md:294-304 SKILL.md:304-312 SKILL.md:312-319 SKILL.md:319-327 SKILL.md:327-338 SKILL.md:338-348 SKILL.md:348-351 SKILL.md:351-369 SKILL.md:369-376 SKILL.md:376-414 SKILL.md:414-421 SKILL.md:421-427 SKILL.md:427-428 SKILL.md:428-429 SKILL.md:429-431 SKILL.md:431-438 SKILL.md:438-447 SKILL.md:447-449 SKILL.md:449-468 SKILL.md:468-521 SKILL.md:521-522 SKILL.md:522-523 SKILL.md:523-527 SKILL.md:527-529 SKILL.md:529-530 SKILL.md:530-531 SKILL.md:531-538 SKILL.md:538 SKILL.md:538-545 SKILL.md:545-548
Audited by: claude

Jan 7, 2026, 01:23 AM

This is a documentation-only skill providing guidance on MCP configuration patterns. Contains no executable code, no file access, no network operations, and no command execution capabilities. All content is markdown documentation and example JSON configurations.

7
Files scanned
1,764
Lines analyzed
0
Review items
0
False positives ignored
No confirmed security findings were recorded for this completed audit.
Audited by: claude

Jan 7, 2026, 01:23 AM

This is a documentation-only skill providing guidance on MCP configuration patterns. Contains no executable code, no file access, no network operations, and no command execution capabilities. All content is markdown documentation and example JSON configurations.

7
Files scanned
1,764
Lines analyzed
0
Review items
0
False positives ignored
No confirmed security findings were recorded for this completed audit.
Audited by: claude

Jan 7, 2026, 01:23 AM

This is a documentation-only skill providing guidance on MCP configuration patterns. Contains no executable code, no file access, no network operations, and no command execution capabilities. All content is markdown documentation and example JSON configurations.

7
Files scanned
1,764
Lines analyzed
0
Review items
0
False positives ignored
No confirmed security findings were recorded for this completed audit.
Audited by: claude