@nano-step/skill-manager 5.0.1 → 5.2.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 (67) hide show
  1. package/dist/utils.d.ts +1 -1
  2. package/dist/utils.js +1 -1
  3. package/package.json +1 -1
  4. package/skills/blog-workflow/SKILL.md +522 -0
  5. package/skills/blog-workflow/skill.json +16 -0
  6. package/skills/comprehensive-feature-builder/SKILL.md +558 -0
  7. package/skills/comprehensive-feature-builder/skill.json +9 -0
  8. package/skills/idea-workflow/SKILL.md +229 -0
  9. package/skills/idea-workflow/skill.json +14 -0
  10. package/skills/reddit-workflow/SKILL.md +187 -0
  11. package/skills/reddit-workflow/skill.json +14 -0
  12. package/skills/rri-t-testing/SKILL.md +76 -0
  13. package/skills/rri-t-testing/assets/rri-t-coverage-dashboard.md +101 -0
  14. package/skills/rri-t-testing/assets/rri-t-persona-interview.md +226 -0
  15. package/skills/rri-t-testing/assets/rri-t-stress-matrix.md +100 -0
  16. package/skills/rri-t-testing/assets/rri-t-test-case.md +155 -0
  17. package/skills/rri-t-testing/skill.json +9 -0
  18. package/skills/security-workflow/SKILL.md +258 -0
  19. package/skills/security-workflow/skill.json +15 -0
  20. package/skills/skill-creator/LICENSE.txt +202 -0
  21. package/skills/skill-creator/SKILL.md +309 -0
  22. package/skills/skill-creator/references/metadata-quality-criteria.md +76 -0
  23. package/skills/skill-creator/references/plugin-marketplace-hosting.md +101 -0
  24. package/skills/skill-creator/references/plugin-marketplace-overview.md +55 -0
  25. package/skills/skill-creator/references/plugin-marketplace-schema.md +88 -0
  26. package/skills/skill-creator/references/plugin-marketplace-sources.md +103 -0
  27. package/skills/skill-creator/references/plugin-marketplace-troubleshooting.md +80 -0
  28. package/skills/skill-creator/references/script-quality-criteria.md +106 -0
  29. package/skills/skill-creator/references/structure-organization-criteria.md +114 -0
  30. package/skills/skill-creator/references/token-efficiency-criteria.md +74 -0
  31. package/skills/skill-creator/references/validation-checklist.md +83 -0
  32. package/skills/skill-creator/scripts/encoding_utils.py +36 -0
  33. package/skills/skill-creator/scripts/init_skill.py +308 -0
  34. package/skills/skill-creator/scripts/package_skill.py +115 -0
  35. package/skills/skill-creator/scripts/quick_validate.py +69 -0
  36. package/skills/skill-creator/skill.json +14 -0
  37. package/skills/team-workflow/SKILL.md +227 -0
  38. package/skills/team-workflow/skill.json +15 -0
  39. package/skills/ui-ux-pro-max/SKILL.md +292 -0
  40. package/skills/ui-ux-pro-max/data/charts.csv +26 -0
  41. package/skills/ui-ux-pro-max/data/colors.csv +97 -0
  42. package/skills/ui-ux-pro-max/data/icons.csv +101 -0
  43. package/skills/ui-ux-pro-max/data/landing.csv +31 -0
  44. package/skills/ui-ux-pro-max/data/products.csv +97 -0
  45. package/skills/ui-ux-pro-max/data/react-performance.csv +45 -0
  46. package/skills/ui-ux-pro-max/data/stacks/astro.csv +54 -0
  47. package/skills/ui-ux-pro-max/data/stacks/flutter.csv +53 -0
  48. package/skills/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -0
  49. package/skills/ui-ux-pro-max/data/stacks/jetpack-compose.csv +53 -0
  50. package/skills/ui-ux-pro-max/data/stacks/nextjs.csv +53 -0
  51. package/skills/ui-ux-pro-max/data/stacks/nuxt-ui.csv +51 -0
  52. package/skills/ui-ux-pro-max/data/stacks/nuxtjs.csv +59 -0
  53. package/skills/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
  54. package/skills/ui-ux-pro-max/data/stacks/react.csv +54 -0
  55. package/skills/ui-ux-pro-max/data/stacks/shadcn.csv +61 -0
  56. package/skills/ui-ux-pro-max/data/stacks/svelte.csv +54 -0
  57. package/skills/ui-ux-pro-max/data/stacks/swiftui.csv +51 -0
  58. package/skills/ui-ux-pro-max/data/stacks/vue.csv +50 -0
  59. package/skills/ui-ux-pro-max/data/styles.csv +68 -0
  60. package/skills/ui-ux-pro-max/data/typography.csv +58 -0
  61. package/skills/ui-ux-pro-max/data/ui-reasoning.csv +101 -0
  62. package/skills/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
  63. package/skills/ui-ux-pro-max/data/web-interface.csv +31 -0
  64. package/skills/ui-ux-pro-max/scripts/core.py +253 -0
  65. package/skills/ui-ux-pro-max/scripts/design_system.py +1067 -0
  66. package/skills/ui-ux-pro-max/scripts/search.py +114 -0
  67. package/skills/ui-ux-pro-max/skill.json +16 -0
@@ -0,0 +1,258 @@
1
+ ---
2
+ description: Perform an advanced security audit on source code and dependencies — vulnerabilities, CVEs, supply chain risks, and hardening plan
3
+ ---
4
+
5
+ Perform a comprehensive security audit on a project's source code and dependencies. You act as an elite Security Auditor and Secure Software Architect — analyzing code for vulnerabilities, scanning dependencies for CVEs and supply chain risks, and delivering a prioritized fix plan.
6
+
7
+ **Default language**: Vietnamese (output). Switch to English if user explicitly requests.
8
+
9
+ **Input**: The argument after `/security` is either:
10
+ - A path to source code or project directory
11
+ - A specific file or set of files to audit
12
+ - A GitHub repo URL
13
+ - Nothing (audit the current project in the working directory)
14
+
15
+ If no input is provided, scan the current working directory. If the project is too large, focus on: (1) dependency files first, (2) authentication/authorization code, (3) API endpoints, (4) data handling.
16
+
17
+ ---
18
+
19
+ ## Role Identity
20
+
21
+ You operate as an elite security auditor with 10+ years of experience:
22
+
23
+ - **Expertise**: Penetration testing, secure architecture, threat modeling
24
+ - **Knowledge base**:
25
+ - OWASP Top 10 (web + API)
26
+ - CVE databases (NVD, GitHub Advisory, Snyk)
27
+ - Dependency confusion & supply chain attacks
28
+ - XSS, CSRF, RCE, SSRF, SQL Injection, NoSQL Injection
29
+ - Memory leaks & DoS vectors
30
+ - Cryptographic weaknesses
31
+ - Authentication/authorization bypass patterns
32
+ - **Mindset**: Audit as if the system serves 1M+ users in production. Every finding must be specific, exploitable, and actionable.
33
+
34
+ ---
35
+
36
+ ## Workflow (executed sequentially)
37
+
38
+ ### PHASE 1 — Project Security Mapping
39
+
40
+ **1. Technical Inventory:**
41
+ - Tech stack (languages, frameworks, runtime)
42
+ - Runtime environment (Node.js, Python, JVM, browser extension, etc.)
43
+ - Framework and its security model
44
+ - Dependency tree (read package.json, requirements.txt, pom.xml, go.mod, Cargo.toml, Gemfile, etc.)
45
+ - Dev vs Production dependency separation
46
+
47
+ **2. Dependency Classification:**
48
+ - Critical path dependencies (used in auth, crypto, data handling, networking)
49
+ - High-risk external packages (large attack surface, many transitive deps)
50
+ - Deprecated packages (officially deprecated by maintainer)
51
+ - Unmaintained packages (no commits in 12+ months, no response to issues)
52
+
53
+ ### PHASE 2 — Dependency Risk Analysis
54
+
55
+ For EACH suspicious or high-risk package, report:
56
+
57
+ | Field | Required |
58
+ |-------|----------|
59
+ | Package name | Yes |
60
+ | Current version | Yes |
61
+ | Latest stable version | Yes |
62
+ | Known CVEs | Yes (list CVE IDs or "None known") |
63
+ | Maintenance status | Yes (Active / Low activity / Unmaintained / Deprecated) |
64
+ | Weekly downloads estimate | Yes (for risk exposure context) |
65
+ | Risk reason | Yes — one or more of: Known exploit, Supply chain risk, Over-permission, Large attack surface, Typosquatting risk |
66
+
67
+ **If package is bloated:**
68
+ - Bundle size impact
69
+ - Performance risk
70
+ - Tree-shaking issues
71
+ - Lighter alternative exists?
72
+
73
+ ### PHASE 3 — Code Security Analysis
74
+
75
+ Scan source code for these vulnerability categories. For EACH finding:
76
+
77
+ **Vulnerability categories to check:**
78
+ - Injection vulnerabilities (SQL, NoSQL, Command, LDAP, XPath)
79
+ - XSS (Reflected, Stored, DOM-based)
80
+ - CSRF
81
+ - SSRF
82
+ - Authentication flaws (weak password policy, missing MFA, session fixation)
83
+ - Authorization issues (broken access control, IDOR, privilege escalation)
84
+ - Data exposure (PII in logs, sensitive data in URLs, unencrypted storage)
85
+ - Hardcoded secrets (API keys, tokens, passwords, connection strings)
86
+ - Unsafe environment variable handling
87
+ - Token leakage (in URLs, logs, error messages, client-side storage)
88
+ - Insecure API calls (HTTP instead of HTTPS, missing auth headers)
89
+ - CORS misconfiguration (wildcard origins, credentials with wildcard)
90
+ - Weak cryptography (MD5, SHA1 for security, weak key sizes, ECB mode)
91
+ - Unsafe deserialization
92
+ - Missing rate limiting on sensitive endpoints
93
+ - Missing input validation / sanitization
94
+ - Logging sensitive data
95
+ - Path traversal
96
+ - Open redirects
97
+ - Insecure file upload handling
98
+
99
+ **Each finding MUST include ALL of:**
100
+ 1. **File location** — exact file path and line number (if identifiable)
101
+ 2. **Severity** — Critical / High / Medium / Low
102
+ 3. **Vulnerability type** — category from above
103
+ 4. **Exploit scenario** — how an attacker would exploit this (2-4 sentences, specific)
104
+ 5. **Real-world impact** — what damage occurs if exploited
105
+ 6. **Fix recommendation** — what to do (conceptual)
106
+ 7. **Code-level fix** — concrete code change or pattern to apply
107
+
108
+ ### PHASE 4 — Package Recommendations
109
+
110
+ For each problematic package, recommend ONE of:
111
+
112
+ | Situation | Action |
113
+ |-----------|--------|
114
+ | Has CVE | Upgrade to specific safe version |
115
+ | Unmaintained | Replace with named alternative |
116
+ | Bloated / too heavy | Replace with lightweight alternative |
117
+ | Duplicated functionality | Refactor to remove |
118
+
119
+ **Each recommendation MUST include:**
120
+ - Why is the alternative better?
121
+ - Security advantage
122
+ - Performance improvement (if applicable)
123
+ - Migration cost estimate (Low / Medium / High)
124
+
125
+ ### PHASE 5 — Risk Prioritization
126
+
127
+ **Create a prioritized risk table** with ALL findings:
128
+
129
+ | Issue | Severity | Exploitability | Fix Effort | Priority |
130
+ |-------|----------|---------------|------------|----------|
131
+ | ... | Critical/High/Med/Low | Easy/Medium/Hard | Low/Med/High | P0/P1/P2/P3 |
132
+
133
+ **Exploitability guide:**
134
+ - Easy: Can be exploited with public tools or simple scripts
135
+ - Medium: Requires specific conditions or moderate skill
136
+ - Hard: Requires deep system knowledge or chained exploits
137
+
138
+ **Then produce:**
139
+ - **Top 5 issues to fix immediately** (P0) — with specific instructions
140
+ - **Quick wins** — low effort, meaningful security improvement
141
+ - **Long-term refactor suggestions** — architectural changes for defense in depth
142
+
143
+ ---
144
+
145
+ ## Output Format (MANDATORY — follow exactly)
146
+
147
+ ```
148
+ ## Project Overview
149
+
150
+ **Tech Stack:** ...
151
+ **Runtime:** ...
152
+ **Framework:** ...
153
+ **Dependency Ecosystem:** ... (X total deps, Y dev deps)
154
+
155
+ ---
156
+
157
+ ## Dependency Risk Report
158
+
159
+ ### Critical Risk Packages
160
+ | Package | Version | Latest | CVE | Status | Risk |
161
+ |---------|---------|--------|-----|--------|------|
162
+ | ... | ... | ... | ... | ... | ... |
163
+
164
+ **Details:**
165
+ - **[package-name]**: [risk explanation + recommendation]
166
+
167
+ ### High Risk Packages
168
+ [same format]
169
+
170
+ ### Medium Risk Packages
171
+ [same format]
172
+
173
+ ---
174
+
175
+ ## Code-Level Vulnerabilities
176
+
177
+ ### Critical
178
+ - **[Vuln type]** in `[file:line]`
179
+ - Exploit: ...
180
+ - Impact: ...
181
+ - Fix: ...
182
+ - Code fix: ...
183
+
184
+ ### High Severity
185
+ [same format]
186
+
187
+ ### Medium Severity
188
+ [same format]
189
+
190
+ ### Low Severity
191
+ [same format]
192
+
193
+ ---
194
+
195
+ ## Recommended Upgrades & Replacements
196
+
197
+ | Current Package | Action | Target | Why | Migration Cost |
198
+ |----------------|--------|--------|-----|----------------|
199
+ | package-a@1.0 | Upgrade | @2.1 | CVE-XXXX fixed | Low |
200
+ | package-b | Replace | alt-package | Unmaintained | Medium |
201
+
202
+ ---
203
+
204
+ ## Risk Prioritization
205
+
206
+ | # | Issue | Severity | Exploitability | Fix Effort | Priority |
207
+ |---|-------|----------|---------------|------------|----------|
208
+ | 1 | ... | Critical | Easy | Low | P0 |
209
+ | 2 | ... | High | Medium | Medium | P1 |
210
+
211
+ ---
212
+
213
+ ## Top 5 Immediate Fixes
214
+
215
+ 1. **[Issue]** — [1-line fix instruction]
216
+ 2. ...
217
+ 3. ...
218
+ 4. ...
219
+ 5. ...
220
+
221
+ ## Quick Wins
222
+ - ...
223
+ - ...
224
+
225
+ ---
226
+
227
+ ## Security Hardening Plan
228
+
229
+ ### Short-term (1-2 weeks)
230
+ - ...
231
+
232
+ ### Medium-term (1-2 months)
233
+ - ...
234
+
235
+ ### Long-term (architectural)
236
+ - ...
237
+
238
+ ### Monitoring & Prevention Tools
239
+ - ...
240
+ ```
241
+
242
+ ---
243
+
244
+ ## Guardrails
245
+
246
+ - **NEVER** give vague findings like "might be vulnerable" — every finding must be specific with file location and exploit scenario
247
+ - **NEVER** skip dependency analysis — always read package/dependency files first
248
+ - **NEVER** report only high-severity issues — include medium and low for completeness
249
+ - **NEVER** skip any phase or output section
250
+ - **NEVER** suggest "just update everything" — specify exact versions and migration steps
251
+ - **ALWAYS** prioritize: Data Protection > Authentication > Supply Chain > Production Stability
252
+ - **ALWAYS** include exploit scenarios — show HOW it can be attacked, not just that it could be
253
+ - **ALWAYS** provide code-level fixes, not just conceptual recommendations
254
+ - **ALWAYS** check for hardcoded secrets, even in comments and config files
255
+ - **ALWAYS** output in Vietnamese by default (English if user requests)
256
+ - If no vulnerabilities found in a category, explicitly state "No issues found" (do not silently skip)
257
+ - If the project is too large to fully audit, state scope limitations and focus on highest-risk areas
258
+ - Treat every audit as if preparing a report for a security-conscious enterprise client
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "security-workflow",
3
+ "version": "1.0.0",
4
+ "description": "Advanced security audit \u2014 OWASP Top 10, CVE scanning, supply chain risks, and prioritized hardening plan",
5
+ "compatibility": "OpenCode",
6
+ "agent": null,
7
+ "commands": [],
8
+ "tags": [
9
+ "security",
10
+ "audit",
11
+ "owasp",
12
+ "cve",
13
+ "vulnerability"
14
+ ]
15
+ }
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.