You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rules/network-troubleshoot.mdc
+28-19Lines changed: 28 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ Use this rule as a concise decision guide for developer network failures. Keep d
13
13
- Prefer read-only diagnostics and trusted project-provided diagnostic scripts.
14
14
- Use the failing host, URL, registry, or service as the default probe target.
15
15
- Ask before probing unrelated external services.
16
-
- Do not print proxy URLs, credentials, tokens, auth headers, package index URLs, registry hostnames from config, or raw config values.
17
-
- When sharing output, redact internal hosts and URLs unless the user explicitly approves including them.
16
+
- Do not print proxy URLs, credentials, tokens, auth headers, package index URLs, registry hostnames from config, or raw config values in shared output.
17
+
- Internal hosts and URLs may be collected and used for target-scoped local diagnostics, but redact them before sharing logs or reports unless the user explicitly approves including them.
18
18
- Do not dump local config from npm, pnpm, yarn, pip, Git, Docker, shell, OS proxy, VPN, or certificate stores.
19
19
- Do not disable, bypass, or skip TLS or certificate verification.
20
20
- Do not change OS networking, DNS, proxy, package manager, Git, Docker, shell, VPN, or trust-store settings without explicit user approval for the exact action.
0 commit comments