dsh-ecc-skills 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (278) hide show
  1. package/LICENSE +22 -0
  2. package/README.md +99 -0
  3. package/cordis.patch.yml +5 -0
  4. package/lib/index.js +195 -0
  5. package/package.json +46 -0
  6. package/skills/accessibility/SKILL.md +147 -0
  7. package/skills/agent-architecture-audit/SKILL.md +257 -0
  8. package/skills/agent-eval/SKILL.md +147 -0
  9. package/skills/agent-harness-construction/SKILL.md +74 -0
  10. package/skills/agent-introspection-debugging/SKILL.md +154 -0
  11. package/skills/agent-payment-x402/SKILL.md +225 -0
  12. package/skills/agent-self-evaluation/SKILL.md +182 -0
  13. package/skills/agent-sort/SKILL.md +216 -0
  14. package/skills/agentic-engineering/SKILL.md +64 -0
  15. package/skills/agentic-os/SKILL.md +388 -0
  16. package/skills/ai-first-engineering/SKILL.md +52 -0
  17. package/skills/ai-regression-testing/SKILL.md +386 -0
  18. package/skills/android-clean-architecture/SKILL.md +340 -0
  19. package/skills/angular-developer/SKILL.md +155 -0
  20. package/skills/api-connector-builder/SKILL.md +121 -0
  21. package/skills/api-design/SKILL.md +524 -0
  22. package/skills/architecture-decision-records/SKILL.md +180 -0
  23. package/skills/article-writing/SKILL.md +80 -0
  24. package/skills/automation-audit-ops/SKILL.md +143 -0
  25. package/skills/autonomous-agent-harness/SKILL.md +274 -0
  26. package/skills/autonomous-loops/SKILL.md +611 -0
  27. package/skills/backend-patterns/SKILL.md +562 -0
  28. package/skills/benchmark/SKILL.md +95 -0
  29. package/skills/benchmark-methodology/SKILL.md +191 -0
  30. package/skills/benchmark-optimization-loop/SKILL.md +71 -0
  31. package/skills/blender-motion-state-inspection/SKILL.md +165 -0
  32. package/skills/blueprint/SKILL.md +106 -0
  33. package/skills/brand-discovery/SKILL.md +145 -0
  34. package/skills/brand-voice/SKILL.md +98 -0
  35. package/skills/browser-qa/SKILL.md +105 -0
  36. package/skills/bun-runtime/SKILL.md +85 -0
  37. package/skills/canary-watch/SKILL.md +108 -0
  38. package/skills/carrier-relationship-management/SKILL.md +212 -0
  39. package/skills/cisco-ios-patterns/SKILL.md +164 -0
  40. package/skills/ck/SKILL.md +148 -0
  41. package/skills/claude-devfleet/SKILL.md +112 -0
  42. package/skills/click-path-audit/SKILL.md +245 -0
  43. package/skills/clickhouse-io/SKILL.md +445 -0
  44. package/skills/code-tour/SKILL.md +254 -0
  45. package/skills/codebase-onboarding/SKILL.md +234 -0
  46. package/skills/codehealth-mcp/SKILL.md +167 -0
  47. package/skills/coding-standards/SKILL.md +551 -0
  48. package/skills/competitive-platform-analysis/SKILL.md +214 -0
  49. package/skills/competitive-report-structure/SKILL.md +162 -0
  50. package/skills/compose-multiplatform-patterns/SKILL.md +300 -0
  51. package/skills/config-gc/SKILL.md +120 -0
  52. package/skills/configure-ecc/SKILL.md +206 -0
  53. package/skills/connections-optimizer/SKILL.md +190 -0
  54. package/skills/content-engine/SKILL.md +132 -0
  55. package/skills/content-hash-cache-pattern/SKILL.md +162 -0
  56. package/skills/context-budget/SKILL.md +136 -0
  57. package/skills/continuous-agent-loop/SKILL.md +46 -0
  58. package/skills/contract-first/SKILL.md +287 -0
  59. package/skills/cost-aware-llm-pipeline/SKILL.md +184 -0
  60. package/skills/cost-tracking/SKILL.md +97 -0
  61. package/skills/council/SKILL.md +204 -0
  62. package/skills/council-multi-model/SKILL.md +167 -0
  63. package/skills/cpp-coding-standards/SKILL.md +724 -0
  64. package/skills/cpp-testing/SKILL.md +325 -0
  65. package/skills/crosspost/SKILL.md +112 -0
  66. package/skills/csharp-testing/SKILL.md +322 -0
  67. package/skills/customer-billing-ops/SKILL.md +141 -0
  68. package/skills/customs-trade-compliance/SKILL.md +263 -0
  69. package/skills/dart-flutter-patterns/SKILL.md +564 -0
  70. package/skills/dashboard-builder/SKILL.md +109 -0
  71. package/skills/data-scraper-agent/SKILL.md +765 -0
  72. package/skills/data-throughput-accelerator/SKILL.md +74 -0
  73. package/skills/database-migrations/SKILL.md +430 -0
  74. package/skills/deep-research/SKILL.md +160 -0
  75. package/skills/defi-amm-security/SKILL.md +167 -0
  76. package/skills/delivery-gate/SKILL.md +126 -0
  77. package/skills/deployment-patterns/SKILL.md +428 -0
  78. package/skills/design-system/SKILL.md +83 -0
  79. package/skills/dev-team/SKILL.md +203 -0
  80. package/skills/django-celery/SKILL.md +458 -0
  81. package/skills/django-patterns/SKILL.md +735 -0
  82. package/skills/django-security/SKILL.md +644 -0
  83. package/skills/django-tdd/SKILL.md +730 -0
  84. package/skills/django-verification/SKILL.md +470 -0
  85. package/skills/dmux-workflows/SKILL.md +192 -0
  86. package/skills/docker-patterns/SKILL.md +520 -0
  87. package/skills/documentation-lookup/SKILL.md +91 -0
  88. package/skills/dotnet-patterns/SKILL.md +322 -0
  89. package/skills/dynamic-workflow-mode/SKILL.md +124 -0
  90. package/skills/e2e-testing/SKILL.md +327 -0
  91. package/skills/ecc-tools-cost-audit/SKILL.md +161 -0
  92. package/skills/email-ops/SKILL.md +122 -0
  93. package/skills/energy-procurement/SKILL.md +228 -0
  94. package/skills/enterprise-agent-ops/SKILL.md +51 -0
  95. package/skills/error-handling/SKILL.md +377 -0
  96. package/skills/eval-harness/SKILL.md +271 -0
  97. package/skills/evm-token-decimals/SKILL.md +131 -0
  98. package/skills/exa-search/SKILL.md +108 -0
  99. package/skills/fal-ai-media/SKILL.md +289 -0
  100. package/skills/fastapi-patterns/SKILL.md +514 -0
  101. package/skills/finance-billing-ops/SKILL.md +128 -0
  102. package/skills/flox-environments/SKILL.md +497 -0
  103. package/skills/flutter-dart-code-review/SKILL.md +436 -0
  104. package/skills/foundation-models-on-device/SKILL.md +243 -0
  105. package/skills/frontend-a11y/SKILL.md +446 -0
  106. package/skills/frontend-design-direction/SKILL.md +93 -0
  107. package/skills/frontend-patterns/SKILL.md +657 -0
  108. package/skills/fsharp-testing/SKILL.md +281 -0
  109. package/skills/gan-style-harness/SKILL.md +279 -0
  110. package/skills/generating-python-installer/SKILL.md +820 -0
  111. package/skills/git-workflow/SKILL.md +716 -0
  112. package/skills/github-ops/SKILL.md +145 -0
  113. package/skills/golang-patterns/SKILL.md +676 -0
  114. package/skills/golang-testing/SKILL.md +721 -0
  115. package/skills/google-workspace-ops/SKILL.md +96 -0
  116. package/skills/growth-log/SKILL.md +128 -0
  117. package/skills/healthcare-cdss-patterns/SKILL.md +246 -0
  118. package/skills/healthcare-emr-patterns/SKILL.md +160 -0
  119. package/skills/healthcare-eval-harness/SKILL.md +208 -0
  120. package/skills/healthcare-phi-compliance/SKILL.md +146 -0
  121. package/skills/hermes-imports/SKILL.md +89 -0
  122. package/skills/hexagonal-architecture/SKILL.md +277 -0
  123. package/skills/hipaa-compliance/SKILL.md +79 -0
  124. package/skills/homelab-network-readiness/SKILL.md +170 -0
  125. package/skills/homelab-network-setup/SKILL.md +130 -0
  126. package/skills/homelab-pihole-dns/SKILL.md +275 -0
  127. package/skills/homelab-vlan-segmentation/SKILL.md +312 -0
  128. package/skills/homelab-wireguard-vpn/SKILL.md +306 -0
  129. package/skills/hookify-rules/SKILL.md +128 -0
  130. package/skills/inherit-legacy-style/SKILL.md +157 -0
  131. package/skills/intent-driven-development/SKILL.md +360 -0
  132. package/skills/inventory-demand-planning/SKILL.md +247 -0
  133. package/skills/investor-materials/SKILL.md +97 -0
  134. package/skills/investor-outreach/SKILL.md +92 -0
  135. package/skills/ios-icon-gen/SKILL.md +158 -0
  136. package/skills/iterative-retrieval/SKILL.md +212 -0
  137. package/skills/ito-baskets/SKILL.md +263 -0
  138. package/skills/ito-compute/SKILL.md +151 -0
  139. package/skills/ito-inference/SKILL.md +119 -0
  140. package/skills/ito-training/SKILL.md +123 -0
  141. package/skills/java-coding-standards/SKILL.md +384 -0
  142. package/skills/jira-integration/SKILL.md +303 -0
  143. package/skills/jpa-patterns/SKILL.md +152 -0
  144. package/skills/knowledge-ops/SKILL.md +155 -0
  145. package/skills/kotlin-coroutines-flows/SKILL.md +285 -0
  146. package/skills/kotlin-exposed-patterns/SKILL.md +720 -0
  147. package/skills/kotlin-ktor-patterns/SKILL.md +690 -0
  148. package/skills/kotlin-patterns/SKILL.md +712 -0
  149. package/skills/kotlin-testing/SKILL.md +825 -0
  150. package/skills/kubernetes-patterns/SKILL.md +756 -0
  151. package/skills/laravel-patterns/SKILL.md +416 -0
  152. package/skills/laravel-plugin-discovery/SKILL.md +230 -0
  153. package/skills/laravel-security/SKILL.md +948 -0
  154. package/skills/laravel-tdd/SKILL.md +675 -0
  155. package/skills/laravel-verification/SKILL.md +180 -0
  156. package/skills/latency-critical-systems/SKILL.md +75 -0
  157. package/skills/lead-intelligence/SKILL.md +322 -0
  158. package/skills/liquid-glass-design/SKILL.md +279 -0
  159. package/skills/living-docs-governance/SKILL.md +137 -0
  160. package/skills/llm-trading-agent-security/SKILL.md +147 -0
  161. package/skills/logistics-exception-management/SKILL.md +222 -0
  162. package/skills/loop-design-check/SKILL.md +143 -0
  163. package/skills/mailtrap-email-integration/SKILL.md +77 -0
  164. package/skills/make-interfaces-feel-better/SKILL.md +152 -0
  165. package/skills/manim-video/SKILL.md +90 -0
  166. package/skills/market-research/SKILL.md +76 -0
  167. package/skills/marketing-campaign/SKILL.md +114 -0
  168. package/skills/mcp-server-patterns/SKILL.md +70 -0
  169. package/skills/messages-ops/SKILL.md +105 -0
  170. package/skills/ml-adoption-playbook/SKILL.md +57 -0
  171. package/skills/mle-workflow/SKILL.md +348 -0
  172. package/skills/motion-advanced/SKILL.md +597 -0
  173. package/skills/motion-foundations/SKILL.md +300 -0
  174. package/skills/motion-patterns/SKILL.md +435 -0
  175. package/skills/motion-ui/SKILL.md +576 -0
  176. package/skills/mysql-patterns/SKILL.md +413 -0
  177. package/skills/nanoclaw-repl/SKILL.md +34 -0
  178. package/skills/nasiko-control-plane/SKILL.md +49 -0
  179. package/skills/nestjs-patterns/SKILL.md +231 -0
  180. package/skills/netmiko-ssh-automation/SKILL.md +174 -0
  181. package/skills/network-bgp-diagnostics/SKILL.md +168 -0
  182. package/skills/network-config-validation/SKILL.md +211 -0
  183. package/skills/network-interface-health/SKILL.md +153 -0
  184. package/skills/nextjs-turbopack/SKILL.md +58 -0
  185. package/skills/nodejs-keccak256/SKILL.md +103 -0
  186. package/skills/nutrient-document-processing/SKILL.md +168 -0
  187. package/skills/nuxt4-patterns/SKILL.md +101 -0
  188. package/skills/opensource-pipeline/SKILL.md +256 -0
  189. package/skills/orch-add-feature/SKILL.md +45 -0
  190. package/skills/orch-build-mvp/SKILL.md +49 -0
  191. package/skills/orch-change-feature/SKILL.md +43 -0
  192. package/skills/orch-fix-defect/SKILL.md +43 -0
  193. package/skills/orch-pipeline/SKILL.md +121 -0
  194. package/skills/orch-refine-code/SKILL.md +44 -0
  195. package/skills/parallel-execution-optimizer/SKILL.md +74 -0
  196. package/skills/perl-patterns/SKILL.md +505 -0
  197. package/skills/perl-security/SKILL.md +504 -0
  198. package/skills/perl-testing/SKILL.md +476 -0
  199. package/skills/plan-canvas/SKILL.md +196 -0
  200. package/skills/plankton-code-quality/SKILL.md +237 -0
  201. package/skills/postgres-patterns/SKILL.md +148 -0
  202. package/skills/prediction-market-oracle-research/SKILL.md +64 -0
  203. package/skills/prediction-market-risk-review/SKILL.md +61 -0
  204. package/skills/prisma-patterns/SKILL.md +401 -0
  205. package/skills/product-capability/SKILL.md +142 -0
  206. package/skills/product-lens/SKILL.md +93 -0
  207. package/skills/production-audit/SKILL.md +207 -0
  208. package/skills/production-scheduling/SKILL.md +238 -0
  209. package/skills/project-flow-ops/SKILL.md +112 -0
  210. package/skills/prompt-optimizer/SKILL.md +398 -0
  211. package/skills/python-patterns/SKILL.md +751 -0
  212. package/skills/python-testing/SKILL.md +817 -0
  213. package/skills/pytorch-patterns/SKILL.md +397 -0
  214. package/skills/quality-nonconformance/SKILL.md +260 -0
  215. package/skills/quarkus-patterns/SKILL.md +723 -0
  216. package/skills/quarkus-security/SKILL.md +468 -0
  217. package/skills/quarkus-tdd/SKILL.md +812 -0
  218. package/skills/quarkus-verification/SKILL.md +481 -0
  219. package/skills/ralphinho-rfc-pipeline/SKILL.md +68 -0
  220. package/skills/react-native-patterns/SKILL.md +326 -0
  221. package/skills/react-patterns/SKILL.md +342 -0
  222. package/skills/react-performance/SKILL.md +575 -0
  223. package/skills/react-testing/SKILL.md +424 -0
  224. package/skills/recsys-pipeline-architect/SKILL.md +115 -0
  225. package/skills/recursive-decision-ledger/SKILL.md +81 -0
  226. package/skills/redis-patterns/SKILL.md +404 -0
  227. package/skills/regex-vs-llm-structured-text/SKILL.md +221 -0
  228. package/skills/remotion-video-creation/SKILL.md +43 -0
  229. package/skills/repo-scan/SKILL.md +170 -0
  230. package/skills/research-ops/SKILL.md +113 -0
  231. package/skills/returns-reverse-logistics/SKILL.md +240 -0
  232. package/skills/rules-distill/SKILL.md +265 -0
  233. package/skills/rust-patterns/SKILL.md +500 -0
  234. package/skills/rust-testing/SKILL.md +501 -0
  235. package/skills/safety-guard/SKILL.md +76 -0
  236. package/skills/santa-method/SKILL.md +307 -0
  237. package/skills/scientific-db-pubmed-database/SKILL.md +176 -0
  238. package/skills/scientific-db-uspto-database/SKILL.md +178 -0
  239. package/skills/scientific-pkg-gget/SKILL.md +167 -0
  240. package/skills/scientific-thinking-literature-review/SKILL.md +193 -0
  241. package/skills/scientific-thinking-scholar-evaluation/SKILL.md +161 -0
  242. package/skills/search-first/SKILL.md +183 -0
  243. package/skills/security-bounty-hunter/SKILL.md +100 -0
  244. package/skills/security-scan/SKILL.md +166 -0
  245. package/skills/seo/SKILL.md +155 -0
  246. package/skills/skill-scout/SKILL.md +141 -0
  247. package/skills/skill-stocktake/SKILL.md +195 -0
  248. package/skills/social-graph-ranker/SKILL.md +155 -0
  249. package/skills/social-publisher/SKILL.md +130 -0
  250. package/skills/springboot-patterns/SKILL.md +315 -0
  251. package/skills/springboot-security/SKILL.md +273 -0
  252. package/skills/springboot-tdd/SKILL.md +159 -0
  253. package/skills/springboot-verification/SKILL.md +232 -0
  254. package/skills/swift-actor-persistence/SKILL.md +144 -0
  255. package/skills/swift-concurrency-6-2/SKILL.md +216 -0
  256. package/skills/swift-protocol-di-testing/SKILL.md +191 -0
  257. package/skills/swiftui-patterns/SKILL.md +259 -0
  258. package/skills/taste/SKILL.md +264 -0
  259. package/skills/tdd-workflow/SKILL.md +583 -0
  260. package/skills/team-agent-orchestration/SKILL.md +111 -0
  261. package/skills/team-builder/SKILL.md +169 -0
  262. package/skills/terminal-opener/SKILL.md +55 -0
  263. package/skills/terminal-ops/SKILL.md +110 -0
  264. package/skills/tinystruct-patterns/SKILL.md +279 -0
  265. package/skills/token-budget-advisor/SKILL.md +134 -0
  266. package/skills/ui-demo/SKILL.md +466 -0
  267. package/skills/ui-to-vue/SKILL.md +135 -0
  268. package/skills/uncloud/SKILL.md +344 -0
  269. package/skills/unified-memory/SKILL.md +170 -0
  270. package/skills/unified-notifications-ops/SKILL.md +188 -0
  271. package/skills/verification-loop/SKILL.md +129 -0
  272. package/skills/video-editing/SKILL.md +311 -0
  273. package/skills/videodb/SKILL.md +375 -0
  274. package/skills/vite-patterns/SKILL.md +450 -0
  275. package/skills/vue-patterns/SKILL.md +471 -0
  276. package/skills/windows-desktop-e2e/SKILL.md +888 -0
  277. package/skills/workspace-surface-audit/SKILL.md +126 -0
  278. package/skills/x-api/SKILL.md +235 -0
@@ -0,0 +1,100 @@
1
+ ---
2
+ name: security-bounty-hunter
3
+ description: Hunt for exploitable, bounty-worthy security issues in repositories. Focuses on remotely reachable vulnerabilities that qualify for real reports instead of noisy local-only findings. Use when hunting reportable, remotely reachable vulnerabilities in a repository.
4
+ metadata:
5
+ version: "1.0.0"
6
+ origin: ECC direct-port adaptation
7
+ ---
8
+
9
+ # Security Bounty Hunter
10
+
11
+ Use this when the goal is practical vulnerability discovery for responsible disclosure or bounty submission, not a broad best-practices review.
12
+
13
+ ## When to Use
14
+
15
+ - Scanning a repository for exploitable vulnerabilities
16
+ - Preparing a Huntr, HackerOne, or similar bounty submission
17
+ - Triage where the question is "does this actually pay?" rather than "is this theoretically unsafe?"
18
+
19
+ ## How It Works
20
+
21
+ Bias toward remotely reachable, user-controlled attack paths and throw away patterns that platforms routinely reject as informative or out of scope.
22
+
23
+ ## In-Scope Patterns
24
+
25
+ These are the kinds of issues that consistently matter:
26
+
27
+ | Pattern | CWE | Typical impact |
28
+ | --- | --- | --- |
29
+ | SSRF through user-controlled URLs | CWE-918 | internal network access, cloud metadata theft |
30
+ | Auth bypass in middleware or API guards | CWE-287 | unauthorized account or data access |
31
+ | Remote deserialization or upload-to-RCE paths | CWE-502 | code execution |
32
+ | SQL injection in reachable endpoints | CWE-89 | data exfiltration, auth bypass, data destruction |
33
+ | Command injection in request handlers | CWE-78 | code execution |
34
+ | Path traversal in file-serving paths | CWE-22 | arbitrary file read or write |
35
+ | Auto-triggered XSS | CWE-79 | session theft, admin compromise |
36
+
37
+ ## Skip These
38
+
39
+ These are usually low-signal or out of bounty scope unless the program says otherwise:
40
+
41
+ - Local-only `pickle.loads`, `torch.load`, or equivalent with no remote path
42
+ - `eval()` or `exec()` in CLI-only tooling
43
+ - `shell=True` on fully hardcoded commands
44
+ - Missing security headers by themselves
45
+ - Generic rate-limiting complaints without exploit impact
46
+ - Self-XSS requiring the victim to paste code manually
47
+ - CI/CD injection that is not part of the target program scope
48
+ - Demo, example, or test-only code
49
+
50
+ ## Workflow
51
+
52
+ 1. Check scope first: program rules, SECURITY.md, disclosure channel, and exclusions.
53
+ 2. Find real entrypoints: HTTP handlers, uploads, background jobs, webhooks, parsers, and integration endpoints.
54
+ 3. Run static tooling where it helps, but treat it as triage input only.
55
+ 4. Read the real code path end to end.
56
+ 5. Prove user control reaches a meaningful sink.
57
+ 6. Confirm exploitability and impact with the smallest safe PoC possible.
58
+ 7. Check for duplicates before drafting a report.
59
+
60
+ ## Example Triage Loop
61
+
62
+ ```bash
63
+ semgrep --config=auto --severity=ERROR --severity=WARNING --json
64
+ ```
65
+
66
+ Then manually filter:
67
+
68
+ - drop tests, demos, fixtures, vendored code
69
+ - drop local-only or non-reachable paths
70
+ - keep only findings with a clear network or user-controlled route
71
+
72
+ ## Report Structure
73
+
74
+ ```markdown
75
+ ## Description
76
+ [What the vulnerability is and why it matters]
77
+
78
+ ## Vulnerable Code
79
+ [File path, line range, and a small snippet]
80
+
81
+ ## Proof of Concept
82
+ [Minimal working request or script]
83
+
84
+ ## Impact
85
+ [What the attacker can achieve]
86
+
87
+ ## Affected Version
88
+ [Version, commit, or deployment target tested]
89
+ ```
90
+
91
+ ## Quality Gate
92
+
93
+ Before submitting:
94
+
95
+ - The code path is reachable from a real user or network boundary
96
+ - The input is genuinely user-controlled
97
+ - The sink is meaningful and exploitable
98
+ - The PoC works
99
+ - The issue is not already covered by an advisory, CVE, or open ticket
100
+ - The target is actually in scope for the bounty program
@@ -0,0 +1,166 @@
1
+ ---
2
+ name: security-scan
3
+ description: Scan your Claude Code configuration (.claude/ directory) for security vulnerabilities, misconfigurations, and injection risks using AgentShield. Checks CLAUDE.md, settings.json, MCP servers, hooks, and agent definitions. Use when auditing a .claude/ directory — CLAUDE.md, settings.json, MCP servers, hooks, or agent definitions.
4
+ metadata:
5
+ origin: ECC
6
+ ---
7
+
8
+ # Security Scan Skill
9
+
10
+ Audit your Claude Code configuration for security issues using [AgentShield](https://github.com/affaan-m/agentshield).
11
+
12
+ ## When to Activate
13
+
14
+ - Setting up a new Claude Code project
15
+ - After modifying `.claude/settings.json`, `CLAUDE.md`, or MCP configs
16
+ - Before committing configuration changes
17
+ - When onboarding to a new repository with existing Claude Code configs
18
+ - Periodic security hygiene checks
19
+
20
+ ## What It Scans
21
+
22
+ | File | Checks |
23
+ |------|--------|
24
+ | `CLAUDE.md` | Hardcoded secrets, auto-run instructions, prompt injection patterns |
25
+ | `settings.json` | Overly permissive allow lists, missing deny lists, dangerous bypass flags |
26
+ | `mcp.json` | Risky MCP servers, hardcoded env secrets, npx supply chain risks |
27
+ | `hooks/` | Command injection via interpolation, data exfiltration, silent error suppression |
28
+ | `agents/*.md` | Unrestricted tool access, prompt injection surface, missing model specs |
29
+
30
+ ## Prerequisites
31
+
32
+ AgentShield must be installed. Check and install if needed:
33
+
34
+ ```bash
35
+ # Check if installed
36
+ npx ecc-agentshield --version
37
+
38
+ # Install globally (recommended)
39
+ npm install -g ecc-agentshield
40
+
41
+ # Or run directly via npx (no install needed)
42
+ npx ecc-agentshield scan .
43
+ ```
44
+
45
+ ## Usage
46
+
47
+ ### Basic Scan
48
+
49
+ Run against the current project's `.claude/` directory:
50
+
51
+ ```bash
52
+ # Scan current project
53
+ npx ecc-agentshield scan
54
+
55
+ # Scan a specific path
56
+ npx ecc-agentshield scan --path /path/to/.claude
57
+
58
+ # Scan with minimum severity filter
59
+ npx ecc-agentshield scan --min-severity medium
60
+ ```
61
+
62
+ ### Output Formats
63
+
64
+ ```bash
65
+ # Terminal output (default) — colored report with grade
66
+ npx ecc-agentshield scan
67
+
68
+ # JSON — for CI/CD integration
69
+ npx ecc-agentshield scan --format json
70
+
71
+ # Markdown — for documentation
72
+ npx ecc-agentshield scan --format markdown
73
+
74
+ # HTML — self-contained dark-theme report
75
+ npx ecc-agentshield scan --format html > security-report.html
76
+ ```
77
+
78
+ ### Auto-Fix
79
+
80
+ Apply safe fixes automatically (only fixes marked as auto-fixable):
81
+
82
+ ```bash
83
+ npx ecc-agentshield scan --fix
84
+ ```
85
+
86
+ This will:
87
+ - Replace hardcoded secrets with environment variable references
88
+ - Tighten wildcard permissions to scoped alternatives
89
+ - Never modify manual-only suggestions
90
+
91
+ ### Opus 4.6 Deep Analysis
92
+
93
+ Run the adversarial three-agent pipeline for deeper analysis:
94
+
95
+ ```bash
96
+ # Requires ANTHROPIC_API_KEY
97
+ export ANTHROPIC_API_KEY=your-key
98
+ npx ecc-agentshield scan --opus --stream
99
+ ```
100
+
101
+ This runs:
102
+ 1. **Attacker (Red Team)** — finds attack vectors
103
+ 2. **Defender (Blue Team)** — recommends hardening
104
+ 3. **Auditor (Final Verdict)** — synthesizes both perspectives
105
+
106
+ ### Initialize Secure Config
107
+
108
+ Scaffold a new secure `.claude/` configuration from scratch:
109
+
110
+ ```bash
111
+ npx ecc-agentshield init
112
+ ```
113
+
114
+ Creates:
115
+ - `settings.json` with scoped permissions and deny list
116
+ - `CLAUDE.md` with security best practices
117
+ - `mcp.json` placeholder
118
+
119
+ ### GitHub Action
120
+
121
+ Add to your CI pipeline:
122
+
123
+ ```yaml
124
+ - uses: affaan-m/agentshield@v1
125
+ with:
126
+ path: '.'
127
+ min-severity: 'medium'
128
+ fail-on-findings: true
129
+ ```
130
+
131
+ ## Severity Levels
132
+
133
+ | Grade | Score | Meaning |
134
+ |-------|-------|---------|
135
+ | A | 90-100 | Secure configuration |
136
+ | B | 75-89 | Minor issues |
137
+ | C | 60-74 | Needs attention |
138
+ | D | 40-59 | Significant risks |
139
+ | F | 0-39 | Critical vulnerabilities |
140
+
141
+ ## Interpreting Results
142
+
143
+ ### Critical Findings (fix immediately)
144
+ - Hardcoded API keys or tokens in config files
145
+ - `Bash(*)` in the allow list (unrestricted shell access)
146
+ - Command injection in hooks via `${file}` interpolation
147
+ - Shell-running MCP servers
148
+
149
+ ### High Findings (fix before production)
150
+ - Auto-run instructions in CLAUDE.md (prompt injection vector)
151
+ - Missing deny lists in permissions
152
+ - Agents with unnecessary Bash access
153
+
154
+ ### Medium Findings (recommended)
155
+ - Silent error suppression in hooks (`2>/dev/null`, `|| true`)
156
+ - Missing PreToolUse security hooks
157
+ - `npx -y` auto-install in MCP server configs
158
+
159
+ ### Info Findings (awareness)
160
+ - Missing descriptions on MCP servers
161
+ - Prohibitive instructions correctly flagged as good practice
162
+
163
+ ## Links
164
+
165
+ - **GitHub**: [github.com/affaan-m/agentshield](https://github.com/affaan-m/agentshield)
166
+ - **npm**: [npmjs.com/package/ecc-agentshield](https://www.npmjs.com/package/ecc-agentshield)
@@ -0,0 +1,155 @@
1
+ ---
2
+ name: seo
3
+ description: Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.
4
+ metadata:
5
+ origin: ECC
6
+ ---
7
+
8
+ # SEO
9
+
10
+ Improve search visibility through technical correctness, performance, and content relevance, not gimmicks.
11
+
12
+ ## When to Use
13
+
14
+ Use this skill when:
15
+ - auditing crawlability, indexability, canonicals, or redirects
16
+ - improving title tags, meta descriptions, and heading structure
17
+ - adding or validating structured data
18
+ - improving Core Web Vitals
19
+ - doing keyword research and mapping keywords to URLs
20
+ - planning internal linking or sitemap / robots changes
21
+
22
+ ## How It Works
23
+
24
+ ### Principles
25
+
26
+ 1. Fix technical blockers before content optimization.
27
+ 2. One page should have one clear primary search intent.
28
+ 3. Prefer long-term quality signals over manipulative patterns.
29
+ 4. Mobile-first assumptions matter because indexing is mobile-first.
30
+ 5. Recommendations should be page-specific and implementable.
31
+
32
+ ### Technical SEO checklist
33
+
34
+ #### Crawlability
35
+
36
+ - `robots.txt` should allow important pages and block low-value surfaces
37
+ - no important page should be unintentionally `noindex`
38
+ - important pages should be reachable within a shallow click depth
39
+ - avoid redirect chains longer than two hops
40
+ - canonical tags should be self-consistent and non-looping
41
+
42
+ #### Indexability
43
+
44
+ - preferred URL format should be consistent
45
+ - multilingual pages need correct hreflang if used
46
+ - sitemaps should reflect the intended public surface
47
+ - no duplicate URLs should compete without canonical control
48
+
49
+ #### Performance
50
+
51
+ - LCP < 2.5s
52
+ - INP < 200ms
53
+ - CLS < 0.1
54
+ - common fixes: preload hero assets, reduce render-blocking work, reserve layout space, trim heavy JS
55
+
56
+ #### Structured data
57
+
58
+ - homepage: organization or business schema where appropriate
59
+ - editorial pages: `Article` / `BlogPosting`
60
+ - product pages: `Product` and `Offer`
61
+ - interior pages: `BreadcrumbList`
62
+ - Q&A sections: `FAQPage` only when the content truly matches
63
+
64
+ ### On-page rules
65
+
66
+ #### Title tags
67
+
68
+ - aim for roughly 50-60 characters
69
+ - put the primary keyword or concept near the front
70
+ - make the title legible to humans, not stuffed for bots
71
+
72
+ #### Meta descriptions
73
+
74
+ - aim for roughly 120-160 characters
75
+ - describe the page honestly
76
+ - include the main topic naturally
77
+
78
+ #### Heading structure
79
+
80
+ - one clear `H1`
81
+ - `H2` and `H3` should reflect actual content hierarchy
82
+ - do not skip structure just for visual styling
83
+
84
+ ### Keyword mapping
85
+
86
+ 1. define the search intent
87
+ 2. gather realistic keyword variants
88
+ 3. prioritize by intent match, likely value, and competition
89
+ 4. map one primary keyword/theme to one URL
90
+ 5. detect and avoid cannibalization
91
+
92
+ ### Internal linking
93
+
94
+ - link from strong pages to pages you want to rank
95
+ - use descriptive anchor text
96
+ - avoid generic anchors when a more specific one is possible
97
+ - backfill links from new pages to relevant existing ones
98
+
99
+ ## Examples
100
+
101
+ ### Title formula
102
+
103
+ ```text
104
+ Primary Topic - Specific Modifier | Brand
105
+ ```
106
+
107
+ ### Meta description formula
108
+
109
+ ```text
110
+ Action + topic + value proposition + one supporting detail
111
+ ```
112
+
113
+ ### JSON-LD example
114
+
115
+ ```json
116
+ {
117
+ "@context": "https://schema.org",
118
+ "@type": "Article",
119
+ "headline": "Page Title Here",
120
+ "author": {
121
+ "@type": "Person",
122
+ "name": "Author Name"
123
+ },
124
+ "publisher": {
125
+ "@type": "Organization",
126
+ "name": "Brand Name"
127
+ }
128
+ }
129
+ ```
130
+
131
+ ### Audit output shape
132
+
133
+ ```text
134
+ [HIGH] Duplicate title tags on product pages
135
+ Location: src/routes/products/[slug].tsx
136
+ Issue: Dynamic titles collapse to the same default string, which weakens relevance and creates duplicate signals.
137
+ Fix: Generate a unique title per product using the product name and primary category.
138
+ ```
139
+
140
+ ## Anti-Patterns
141
+
142
+ | Anti-pattern | Fix |
143
+ | --- | --- |
144
+ | keyword stuffing | write for users first |
145
+ | thin near-duplicate pages | consolidate or differentiate them |
146
+ | schema for content that is not actually present | match schema to reality |
147
+ | content advice without checking the actual page | read the real page first |
148
+ | generic “improve SEO” outputs | tie every recommendation to a page or asset |
149
+
150
+ ## Related Skills
151
+
152
+ - `seo-specialist`
153
+ - `frontend-patterns`
154
+ - `brand-voice`
155
+ - `market-research`
@@ -0,0 +1,141 @@
1
+ ---
2
+ name: skill-scout
3
+ description: Search existing local, marketplace, GitHub, and web skill sources before creating a new skill. Use when the user wants to create, build, fork, or find a skill for a workflow.
4
+ metadata:
5
+ origin: community
6
+ ---
7
+
8
+ # Skill Scout
9
+
10
+ Use this skill before creating a new skill. The goal is to avoid duplicating
11
+ existing community or marketplace work, while still vetting anything external
12
+ before adoption.
13
+
14
+ Source: salvaged from stale community PR #1232 by `redminwang`.
15
+
16
+ ## When to Use
17
+
18
+ - The user says "create a skill", "build a skill", "make a skill", or "new
19
+ skill".
20
+ - The user asks "is there a skill for X?" or "does a skill exist that does Y?"
21
+ - The user describes a workflow and you are about to suggest creating a new
22
+ skill.
23
+ - The user wants to fork or extend an existing skill.
24
+
25
+ If the user explicitly says to skip search or create from scratch, acknowledge
26
+ that and proceed with the requested creation workflow.
27
+
28
+ ## How It Works
29
+
30
+ ### Step 1 - Capture Intent
31
+
32
+ Extract:
33
+
34
+ - The task the skill should perform.
35
+ - The trigger conditions for using it.
36
+ - The domain, tools, frameworks, or data sources involved.
37
+ - Three to five search keywords plus useful synonyms.
38
+
39
+ ### Step 2 - Search Local Sources
40
+
41
+ Search installed and marketplace skill names first. Local sources are preferred
42
+ because they are already part of the user's environment.
43
+
44
+ ```bash
45
+ find ~/.claude/skills -maxdepth 2 -name SKILL.md 2>/dev/null | grep -iE "keyword|synonym"
46
+ find ~/.claude/plugins/marketplaces -path '*/skills/*/SKILL.md' 2>/dev/null | grep -iE "keyword|synonym"
47
+ ```
48
+
49
+ Then search frontmatter descriptions:
50
+
51
+ ```bash
52
+ grep -RilE "keyword|synonym" ~/.claude/skills ~/.claude/plugins/marketplaces 2>/dev/null
53
+ ```
54
+
55
+ ### Step 3 - Search Remote Sources
56
+
57
+ Use available GitHub and web search tools. Prefer concise queries:
58
+
59
+ ```bash
60
+ gh search repos "claude code skill keyword" --limit 10 --sort stars
61
+ gh search code "name: keyword" --filename SKILL.md --limit 10
62
+ ```
63
+
64
+ For web search, use at most three targeted queries such as:
65
+
66
+ ```text
67
+ "claude code skill" keyword
68
+ "SKILL.md" keyword
69
+ "everything-claude-code" keyword
70
+ ```
71
+
72
+ ### Step 4 - Vet External Matches
73
+
74
+ Before recommending any external skill for adoption or forking:
75
+
76
+ - Read the `SKILL.md` frontmatter and instructions.
77
+ - Look for unexpected shell commands, file writes, network calls, credential
78
+ handling, or package installs.
79
+ - Check whether the repository appears maintained.
80
+ - Prefer copying into a fresh local branch and reviewing the diff over editing
81
+ marketplace originals.
82
+
83
+ ### Step 5 - Rank Results
84
+
85
+ Rank candidates by:
86
+
87
+ 1. Exact keyword match in the skill name.
88
+ 2. Keyword or synonym match in description.
89
+ 3. Local installed or marketplace source.
90
+ 4. Maintained GitHub source with recent activity.
91
+ 5. Web-only mention.
92
+
93
+ Cap the final list at 10 results.
94
+
95
+ ### Step 6 - Present Decision Options
96
+
97
+ Give the user a short table:
98
+
99
+ | Option | Meaning |
100
+ | --- | --- |
101
+ | Use existing | Invoke or install a matching skill as-is. |
102
+ | Fork or extend | Copy the closest skill and modify it. |
103
+ | Create fresh | Build a new skill after confirming no close match exists. |
104
+
105
+ Only create a new skill after the user chooses that path or after the search
106
+ finds no close match.
107
+
108
+ ## Examples
109
+
110
+ ### Result Table
111
+
112
+ ```markdown
113
+ | # | Skill | Source | Why it matches | Gap |
114
+ | --- | --- | --- | --- | --- |
115
+ | 1 | article-writing | Local ECC | Drafts articles and guides | Not focused on release notes |
116
+ | 2 | content-engine | Local ECC | Multi-format content workflow | Heavier than needed |
117
+ | 3 | blog-writer | GitHub | Blog writing skill with recent commits | Needs security review |
118
+ ```
119
+
120
+ ### User-Facing Summary
121
+
122
+ ```markdown
123
+ I found two close local matches and one external candidate. The closest fit is
124
+ `article-writing`; it covers drafting and revision, but it does not include the
125
+ release-note checklist you asked for. I can either use it as-is, fork it into a
126
+ release-note variant, or create a fresh skill.
127
+ ```
128
+
129
+ ## Anti-Patterns
130
+
131
+ - Do not jump directly to new skill creation when a search is reasonable.
132
+ - Do not install external skills without reading them first.
133
+ - Do not present a long unranked list of weak matches.
134
+ - Do not treat web-only mentions as trusted sources.
135
+ - Do not edit installed marketplace originals in place.
136
+
137
+ ## Related
138
+
139
+ - `search-first` - General search-before-building workflow.
140
+ - `skill-stocktake` - Audit installed skills for health, duplicates, and gaps.
141
+ - `agent-sort` - Categorize and organize existing agents and skills.