@dcl/content-validator 7.1.6-24943341641.commit-69601e0 → 7.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 (155) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +225 -18
  3. package/dist/image-metadata.d.ts +50 -0
  4. package/dist/image-metadata.d.ts.map +1 -0
  5. package/dist/image-metadata.js +407 -0
  6. package/dist/image-metadata.js.map +1 -0
  7. package/dist/index.d.ts +3 -1
  8. package/dist/index.d.ts.map +1 -1
  9. package/dist/index.js +3 -1
  10. package/dist/index.js.map +1 -1
  11. package/dist/types.d.ts +34 -45
  12. package/dist/types.d.ts.map +1 -1
  13. package/dist/types.js.map +1 -1
  14. package/dist/utils.d.ts +13 -14
  15. package/dist/utils.d.ts.map +1 -1
  16. package/dist/utils.js +4 -5
  17. package/dist/utils.js.map +1 -1
  18. package/dist/validations/ADR45.d.ts +1 -1
  19. package/dist/validations/ADR45.d.ts.map +1 -1
  20. package/dist/validations/ADR45.js +2 -3
  21. package/dist/validations/ADR45.js.map +1 -1
  22. package/dist/validations/ADR51.d.ts +4 -3
  23. package/dist/validations/ADR51.d.ts.map +1 -1
  24. package/dist/validations/ADR51.js.map +1 -1
  25. package/dist/validations/access/common/items.d.ts +3 -3
  26. package/dist/validations/access/common/items.d.ts.map +1 -1
  27. package/dist/validations/access/common/items.js +6 -5
  28. package/dist/validations/access/common/items.js.map +1 -1
  29. package/dist/validations/access/common/outfits.d.ts +1 -1
  30. package/dist/validations/access/common/outfits.d.ts.map +1 -1
  31. package/dist/validations/access/common/outfits.js +2 -3
  32. package/dist/validations/access/common/outfits.js.map +1 -1
  33. package/dist/validations/access/common/profile.d.ts +1 -1
  34. package/dist/validations/access/common/profile.d.ts.map +1 -1
  35. package/dist/validations/access/common/profile.js +4 -5
  36. package/dist/validations/access/common/profile.js.map +1 -1
  37. package/dist/validations/access/common/stores.d.ts +1 -1
  38. package/dist/validations/access/common/stores.d.ts.map +1 -1
  39. package/dist/validations/access/common/stores.js +5 -3
  40. package/dist/validations/access/common/stores.js.map +1 -1
  41. package/dist/validations/access/index.d.ts +1 -1
  42. package/dist/validations/access/index.d.ts.map +1 -1
  43. package/dist/validations/access/index.js +1 -2
  44. package/dist/validations/access/index.js.map +1 -1
  45. package/dist/validations/access/on-chain/client.d.ts +3 -3
  46. package/dist/validations/access/on-chain/client.d.ts.map +1 -1
  47. package/dist/validations/access/on-chain/client.js +4 -4
  48. package/dist/validations/access/on-chain/client.js.map +1 -1
  49. package/dist/validations/access/on-chain/collection-asset.d.ts +1 -1
  50. package/dist/validations/access/on-chain/collection-asset.d.ts.map +1 -1
  51. package/dist/validations/access/on-chain/collection-asset.js +7 -4
  52. package/dist/validations/access/on-chain/collection-asset.js.map +1 -1
  53. package/dist/validations/access/on-chain/index.d.ts +1 -1
  54. package/dist/validations/access/on-chain/index.d.ts.map +1 -1
  55. package/dist/validations/access/on-chain/index.js +3 -4
  56. package/dist/validations/access/on-chain/index.js.map +1 -1
  57. package/dist/validations/access/on-chain/outfits.d.ts +2 -2
  58. package/dist/validations/access/on-chain/outfits.d.ts.map +1 -1
  59. package/dist/validations/access/on-chain/outfits.js +1 -2
  60. package/dist/validations/access/on-chain/outfits.js.map +1 -1
  61. package/dist/validations/access/on-chain/profiles.d.ts +2 -2
  62. package/dist/validations/access/on-chain/profiles.d.ts.map +1 -1
  63. package/dist/validations/access/on-chain/profiles.js +1 -2
  64. package/dist/validations/access/on-chain/profiles.js.map +1 -1
  65. package/dist/validations/access/on-chain/scenes.d.ts +2 -2
  66. package/dist/validations/access/on-chain/scenes.d.ts.map +1 -1
  67. package/dist/validations/access/on-chain/scenes.js +2 -3
  68. package/dist/validations/access/on-chain/scenes.js.map +1 -1
  69. package/dist/validations/access/on-chain/third-party-asset.d.ts +1 -1
  70. package/dist/validations/access/on-chain/third-party-asset.d.ts.map +1 -1
  71. package/dist/validations/access/on-chain/third-party-asset.js +2 -3
  72. package/dist/validations/access/on-chain/third-party-asset.js.map +1 -1
  73. package/dist/validations/access/subgraph/collection-asset.d.ts +5 -5
  74. package/dist/validations/access/subgraph/collection-asset.d.ts.map +1 -1
  75. package/dist/validations/access/subgraph/collection-asset.js +5 -3
  76. package/dist/validations/access/subgraph/collection-asset.js.map +1 -1
  77. package/dist/validations/access/subgraph/index.d.ts +1 -1
  78. package/dist/validations/access/subgraph/index.d.ts.map +1 -1
  79. package/dist/validations/access/subgraph/index.js +3 -4
  80. package/dist/validations/access/subgraph/index.js.map +1 -1
  81. package/dist/validations/access/subgraph/outfits.d.ts +2 -2
  82. package/dist/validations/access/subgraph/outfits.d.ts.map +1 -1
  83. package/dist/validations/access/subgraph/outfits.js +1 -2
  84. package/dist/validations/access/subgraph/outfits.js.map +1 -1
  85. package/dist/validations/access/subgraph/profiles.d.ts +2 -2
  86. package/dist/validations/access/subgraph/profiles.d.ts.map +1 -1
  87. package/dist/validations/access/subgraph/profiles.js +1 -2
  88. package/dist/validations/access/subgraph/profiles.js.map +1 -1
  89. package/dist/validations/access/subgraph/scenes.d.ts +2 -2
  90. package/dist/validations/access/subgraph/scenes.d.ts.map +1 -1
  91. package/dist/validations/access/subgraph/scenes.js +4 -5
  92. package/dist/validations/access/subgraph/scenes.js.map +1 -1
  93. package/dist/validations/access/subgraph/the-graph-client.d.ts +4 -4
  94. package/dist/validations/access/subgraph/the-graph-client.d.ts.map +1 -1
  95. package/dist/validations/access/subgraph/the-graph-client.js +4 -4
  96. package/dist/validations/access/subgraph/the-graph-client.js.map +1 -1
  97. package/dist/validations/access/subgraph/third-party-asset.d.ts +1 -1
  98. package/dist/validations/access/subgraph/third-party-asset.d.ts.map +1 -1
  99. package/dist/validations/access/subgraph/third-party-asset.js +2 -3
  100. package/dist/validations/access/subgraph/third-party-asset.js.map +1 -1
  101. package/dist/validations/content.d.ts +1 -1
  102. package/dist/validations/content.d.ts.map +1 -1
  103. package/dist/validations/content.js +4 -5
  104. package/dist/validations/content.js.map +1 -1
  105. package/dist/validations/entity-structure.d.ts +1 -1
  106. package/dist/validations/entity-structure.d.ts.map +1 -1
  107. package/dist/validations/entity-structure.js +1 -2
  108. package/dist/validations/entity-structure.js.map +1 -1
  109. package/dist/validations/index.d.ts +1 -1
  110. package/dist/validations/index.d.ts.map +1 -1
  111. package/dist/validations/index.js +2 -3
  112. package/dist/validations/index.js.map +1 -1
  113. package/dist/validations/ipfs-hashing.d.ts.map +1 -1
  114. package/dist/validations/ipfs-hashing.js +1 -1
  115. package/dist/validations/ipfs-hashing.js.map +1 -1
  116. package/dist/validations/items/emotes.d.ts +1 -1
  117. package/dist/validations/items/emotes.d.ts.map +1 -1
  118. package/dist/validations/items/emotes.js +4 -4
  119. package/dist/validations/items/emotes.js.map +1 -1
  120. package/dist/validations/items/items.d.ts +1 -1
  121. package/dist/validations/items/items.d.ts.map +1 -1
  122. package/dist/validations/items/items.js +8 -14
  123. package/dist/validations/items/items.js.map +1 -1
  124. package/dist/validations/items/wearables.d.ts +2 -2
  125. package/dist/validations/items/wearables.d.ts.map +1 -1
  126. package/dist/validations/items/wearables.js +3 -3
  127. package/dist/validations/items/wearables.js.map +1 -1
  128. package/dist/validations/metadata-schema.d.ts +1 -1
  129. package/dist/validations/metadata-schema.d.ts.map +1 -1
  130. package/dist/validations/metadata-schema.js +1 -1
  131. package/dist/validations/metadata-schema.js.map +1 -1
  132. package/dist/validations/outfits.d.ts +1 -1
  133. package/dist/validations/outfits.d.ts.map +1 -1
  134. package/dist/validations/outfits.js +7 -7
  135. package/dist/validations/outfits.js.map +1 -1
  136. package/dist/validations/profile.d.ts +1 -1
  137. package/dist/validations/profile.d.ts.map +1 -1
  138. package/dist/validations/profile.js +22 -25
  139. package/dist/validations/profile.js.map +1 -1
  140. package/dist/validations/scene.d.ts.map +1 -1
  141. package/dist/validations/scene.js +1 -1
  142. package/dist/validations/scene.js.map +1 -1
  143. package/dist/validations/signature.d.ts +1 -1
  144. package/dist/validations/signature.d.ts.map +1 -1
  145. package/dist/validations/signature.js +1 -2
  146. package/dist/validations/signature.js.map +1 -1
  147. package/dist/validations/size.d.ts +1 -1
  148. package/dist/validations/size.d.ts.map +1 -1
  149. package/dist/validations/size.js +3 -4
  150. package/dist/validations/size.js.map +1 -1
  151. package/dist/validations/validations.d.ts +2 -2
  152. package/dist/validations/validations.d.ts.map +1 -1
  153. package/dist/validations/validations.js +13 -14
  154. package/dist/validations/validations.js.map +1 -1
  155. package/package.json +35 -40
package/LICENSE ADDED
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
package/README.md CHANGED
@@ -1,29 +1,236 @@
1
1
  <img src="https://ui.decentraland.org/decentraland_256x256.png" height="128" width="128" />
2
2
 
3
- # @dcl/content-validator — DEPRECATED
3
+ # @dcl/content-validator
4
4
 
5
- > ⚠️ **This repository is deprecated.**
6
- >
7
- > `@dcl/content-validator` has moved into the [`decentraland/core-libs`](https://github.com/decentraland/core-libs) monorepo and now lives under [`libs/content-validator`](https://github.com/decentraland/core-libs/tree/main/libs/content-validator).
8
- >
9
- > Future development, issues, and pull requests should happen there. This repository is kept around only for historical reference and will not receive new releases.
5
+ [![Coverage Status](https://coveralls.io/repos/github/decentraland/content-validator/badge.svg?branch=main)](https://coveralls.io/github/decentraland/content-validator?branch=main)
10
6
 
11
- ## Migrating
7
+ Decentraland entity deployment validation library for Catalyst servers. Contains all validations to ensure only valid and authorized content is deployed to the [Decentraland content network](https://docs.decentraland.org/contributor/content/entities/).
12
8
 
13
- The npm package name is unchanged — `@dcl/content-validator`. New versions are published from the monorepo and will continue to appear on the same npm dist-tags. To pick up the latest fixes, simply bump the dependency as usual:
9
+ ## Table of Contents
10
+
11
+ - [@dcl/content-validator](#dclcontent-validator)
12
+ - [Table of Contents](#table-of-contents)
13
+ - [Features](#features)
14
+ - [Installation](#installation)
15
+ - [Design Guidelines](#design-guidelines)
16
+ - [Validation Types](#validation-types)
17
+ - [Size Limits (ADR-51)](#size-limits-adr-51)
18
+ - [Usage](#usage)
19
+ - [Basic Usage](#basic-usage)
20
+ - [Access Validation Strategies](#access-validation-strategies)
21
+ - [On-Chain Validation](#on-chain-validation)
22
+ - [Subgraph Validation](#subgraph-validation)
23
+ - [Getting Started](#getting-started)
24
+ - [Development](#development)
25
+ - [Debugging Tests](#debugging-tests)
26
+ - [Adding New Entity Types](#adding-new-entity-types)
27
+ - [Project Structure](#project-structure)
28
+ - [External Dependencies](#external-dependencies)
29
+ - [Versioning and Publishing](#versioning-and-publishing)
30
+ - [AI Agent Context](#ai-agent-context)
31
+
32
+ ## Features
33
+
34
+ - **Entity Structure Validation** - Validates JSON structure, required fields, and content references for all Decentraland entity types
35
+ - **Access Permission Checking** - Verifies deployer ownership via blockchain (on-chain) or The Graph (subgraph)
36
+ - **IPFS Content Integrity** - Ensures content file hashes are valid IPFS CIDs and files exist
37
+ - **Size Enforcement** - Enforces max size limits per entity type following ADR-51 specifications
38
+ - **Metadata Schema Validation** - Validates metadata against `@dcl/schemas` definitions
39
+ - **Signature Authentication** - Verifies AuthChain signatures for entity authenticity
40
+ - **Multi-Entity Support** - Validates scenes, profiles, wearables, emotes, stores, and outfits
41
+ - **Dual Access Strategies** - Supports both on-chain and subgraph-based ownership verification
42
+ - **Legacy Compatibility** - Maintains backwards compatibility with legacy content migrations
43
+
44
+ ## Installation
14
45
 
15
46
  ```bash
16
- npm install @dcl/content-validator@latest
17
- # or
18
- yarn add @dcl/content-validator@latest
19
- # or
20
- pnpm add @dcl/content-validator@latest
47
+ npm i @dcl/content-validator
48
+ ```
49
+
50
+ ## Design Guidelines
51
+
52
+ - Validate as early as possible to prevent invalid content from being stored
53
+ - Provide clear, actionable error messages for deployment failures
54
+ - Support both on-chain and subgraph-based access verification
55
+ - Maintain backwards compatibility with legacy content migrations
56
+ - Ensure all validation functions are stateless where possible
57
+
58
+ Implementation decisions:
59
+
60
+ - The library exports a `createValidator` factory function as the main entry point
61
+ - Validation functions return `{ ok: boolean, errors?: string[] }` responses
62
+ - Access checking supports two strategies: on-chain (direct blockchain) and subgraph (The Graph)
63
+ - Size limits are defined per entity type following [ADR-51](https://adr.decentraland.org/adr/ADR-51)
64
+
65
+ ## Validation Types
66
+
67
+ The validator performs the following checks on entity deployments:
68
+
69
+ | Validation | Description |
70
+ |------------|-------------|
71
+ | **Entity Structure** | Validates JSON structure, required fields, and content references |
72
+ | **IPFS Hashing** | Ensures content file hashes are valid IPFS CIDs |
73
+ | **Metadata Schema** | Validates metadata against `@dcl/schemas` definitions |
74
+ | **Signature** | Verifies AuthChain signatures for entity authenticity |
75
+ | **Size** | Enforces max size limits per entity type (see below) |
76
+ | **Access** | Verifies deployer owns the entity pointers (LAND, NFTs, names) |
77
+ | **Content** | Ensures all referenced content files exist and are accessible |
78
+ | **Entity-Specific** | Additional validations per type (wearables, emotes, profiles, scenes, outfits) |
79
+
80
+ ### Size Limits (ADR-51)
81
+
82
+ | Entity Type | Max Size | Notes |
83
+ |-------------|----------|-------|
84
+ | Scene | 15 MB | Per parcel |
85
+ | Profile | 2 MB | |
86
+ | Wearable | 3 MB | |
87
+ | Wearable (Skin) | 9 MB | Special category |
88
+ | Emote | 3 MB | |
89
+ | Store | 1 MB | |
90
+ | Outfits | 1 MB | |
91
+
92
+ ## Usage
93
+
94
+ ### Basic Usage
95
+
96
+ ```typescript
97
+ import { createValidator, ContentValidatorComponents, DeploymentToValidate } from '@dcl/content-validator'
98
+
99
+ // Create validator with required components
100
+ const validator = createValidator({
101
+ logs: logsComponent,
102
+ externalCalls: {
103
+ isContentStoredAlready: async (hashes) => { /* ... */ },
104
+ fetchContentFileSize: async (hash) => { /* ... */ },
105
+ validateSignature: async (entityId, auditInfo, timestamp) => { /* ... */ },
106
+ ownerAddress: (auditInfo) => { /* ... */ },
107
+ isAddressOwnedByDecentraland: (address) => { /* ... */ },
108
+ calculateFilesHashes: async (files) => { /* ... */ }
109
+ },
110
+ accessValidateFn: accessValidator // on-chain or subgraph-based
111
+ })
112
+
113
+ // Validate a deployment
114
+ const deployment: DeploymentToValidate = {
115
+ entity: { /* entity data */ },
116
+ files: new Map([/* content files */]),
117
+ auditInfo: { authChain: [/* auth chain */] }
118
+ }
119
+
120
+ const result = await validator(deployment)
121
+ if (!result.ok) {
122
+ console.error('Validation failed:', result.errors)
123
+ }
21
124
  ```
22
125
 
23
- The public API is unchanged, so no code changes are required for consumers.
126
+ ### Access Validation Strategies
127
+
128
+ The library supports two access validation strategies:
129
+
130
+ #### On-Chain Validation
131
+
132
+ Direct blockchain queries for ownership verification:
133
+
134
+ ```typescript
135
+ import { createOnChainAccessCheckValidateFns, createOnChainClient } from '@dcl/content-validator'
136
+
137
+ const validateFns = createOnChainAccessCheckValidateFns({
138
+ logs,
139
+ externalCalls,
140
+ client: createOnChainClient({ logs, L1, L2 }),
141
+ L1: { checker, collections, thirdParty, blockSearch },
142
+ L2: { checker, collections, thirdParty, blockSearch }
143
+ })
144
+ ```
145
+
146
+ #### Subgraph Validation
147
+
148
+ Uses The Graph for ownership queries (more efficient for bulk queries):
149
+
150
+ ```typescript
151
+ import { createSubgraphAccessCheckValidateFns, createTheGraphClient } from '@dcl/content-validator'
152
+
153
+ const validateFns = createSubgraphAccessCheckValidateFns({
154
+ logs,
155
+ externalCalls,
156
+ theGraphClient: createTheGraphClient({ logs, subGraphs }),
157
+ subGraphs,
158
+ tokenAddresses: { land: '0x...', estate: '0x...' }
159
+ })
160
+ ```
161
+
162
+ ## Getting Started
163
+
164
+ ### Development
165
+
166
+ Install dependencies and run tests:
167
+
168
+ ```bash
169
+ yarn
170
+ yarn build
171
+ yarn test
172
+ ```
173
+
174
+ ### Debugging Tests
175
+
176
+ If you are using VS Code, install the recommended extensions and debug tests using the Jest extension which adds UI support.
177
+
178
+ ## Adding New Entity Types
179
+
180
+ Before adding any validation for new entities:
181
+
182
+ 1. **Create entity schema** on [@dcl/schemas](https://github.com/decentraland/common-schemas)
183
+ 2. **Add entity type and schema** on [catalyst-commons](https://github.com/decentraland/catalyst-commons/)
184
+ 3. **Add access checker** in [access/index.ts](./src/validations/access/index.ts) and implement entity-specific validation
185
+ 4. **Add size limit** in [ADR51.ts](./src/validations/ADR51.ts)
186
+ 5. **Verify URN resolution** - if required, add a new resolver in [@dcl/urn-resolver](https://github.com/decentraland/urn-resolver)
187
+
188
+ ## Project Structure
189
+
190
+ ```
191
+ src/
192
+ ├── index.ts # Main entry point, createValidator factory
193
+ ├── types.ts # Core types (DeploymentToValidate, ValidationResponse, etc.)
194
+ ├── utils.ts # Utility functions
195
+ └── validations/
196
+ ├── index.ts # Validation function aggregator
197
+ ├── access/ # Access permission validators
198
+ │ ├── common/ # Shared access validation logic
199
+ │ ├── on-chain/ # Direct blockchain access checking
200
+ │ └── subgraph/ # The Graph-based access checking
201
+ ├── items/ # Item-specific validations
202
+ │ ├── emotes.ts
203
+ │ └── wearables.ts
204
+ ├── ADR45.ts # ADR-45 validation rules
205
+ ├── ADR51.ts # Size limits per entity type
206
+ ├── content.ts # Content file validation
207
+ ├── entity-structure.ts # Entity JSON structure validation
208
+ ├── ipfs-hashing.ts # IPFS hash validation
209
+ ├── metadata-schema.ts # Metadata schema validation
210
+ ├── outfits.ts # Outfits-specific validation
211
+ ├── profile.ts # Profile-specific validation
212
+ ├── scene.ts # Scene-specific validation
213
+ ├── signature.ts # AuthChain signature validation
214
+ ├── size.ts # Entity size validation
215
+ └── timestamps.ts # Important timestamp constants
216
+ ```
217
+
218
+ ## External Dependencies
219
+
220
+ | Dependency | Purpose |
221
+ |------------|---------|
222
+ | `@dcl/schemas` | Entity type definitions and validation schemas |
223
+ | `@dcl/urn-resolver` | URN parsing and validation for items |
224
+ | `@dcl/block-indexer` | Blockchain block search for timestamp-based queries |
225
+ | `@dcl/hashing` | IPFS content hashing |
226
+ | `@well-known-components/thegraph-component` | The Graph subgraph queries |
227
+
228
+ ## Versioning and Publishing
229
+
230
+ Versions are handled manually using GitHub releases and semver.
231
+
232
+ Main branch is automatically published to the `@next` dist tag to test integrations before final releases happen.
24
233
 
25
- ## Where to file issues / PRs
234
+ ## AI Agent Context
26
235
 
27
- - **Issues:** https://github.com/decentraland/core-libs/issues
28
- - **Pull requests:** https://github.com/decentraland/core-libs/pulls
29
- - **Source for `@dcl/content-validator`:** https://github.com/decentraland/core-libs/tree/main/libs/content-validator
236
+ For detailed AI Agent context including service purpose, key capabilities, technology stack, and validation details, see [docs/ai-agent-context.md](./docs/ai-agent-context.md).
@@ -0,0 +1,50 @@
1
+ /**
2
+ * Minimal image-metadata reader used by thumbnail validations.
3
+ *
4
+ * The library only needs to know the format ("png" vs anything else) and the
5
+ * pixel dimensions to enforce the catalyst thumbnail rules. We deliberately
6
+ * avoid pulling in `sharp` for that — a full image pipeline with native
7
+ * bindings is overkill for a header read, and ships a multi-MB libvips that
8
+ * needs an extra system dependency on every CI runner.
9
+ *
10
+ * Beyond reading dimensions, the reader applies structural sanity checks per
11
+ * format: PNG chunk-chain integrity (single IHDR, terminating IEND, no
12
+ * trailing data, spec-allowed bit-depth/color-type combination), JPEG
13
+ * EOI termination, WebP RIFF chunk-size match, and a uniform "non-zero,
14
+ * non-negative dimensions" contract on the returned width/height.
15
+ */
16
+ /**
17
+ * Image formats recognised by {@link readImageMetadata}.
18
+ *
19
+ * The reader detects each format by its magic bytes and validates the
20
+ * minimum structural invariants needed to extract dimensions safely.
21
+ * @public
22
+ */
23
+ export type ImageFormat = 'png' | 'jpeg' | 'webp' | 'gif' | 'bmp';
24
+ /**
25
+ * Header-derived dimensions and format of an image.
26
+ *
27
+ * Width and height are guaranteed to be positive integers — the reader
28
+ * throws rather than returning zero, negative, or non-integer values.
29
+ * @public
30
+ */
31
+ export interface ImageMetadata {
32
+ format: ImageFormat;
33
+ width: number;
34
+ height: number;
35
+ }
36
+ /**
37
+ * Reads the format and pixel dimensions of a recognised image buffer.
38
+ *
39
+ * Recognises PNG, JPEG, WebP, GIF, and BMP by their magic bytes. The library
40
+ * only enforces a PNG-format check on top of this, but recognising the other
41
+ * common formats means a user uploading a JPEG/WebP/GIF/BMP thumbnail gets
42
+ * the precise "Invalid format" error instead of a generic parse failure.
43
+ *
44
+ * Throws if the buffer is not a recognised, structurally-valid image with
45
+ * non-zero, non-negative dimensions. Callers are expected to wrap calls in
46
+ * try/catch to translate the throw into a "couldn't parse" validation error.
47
+ * @public
48
+ */
49
+ export declare function readImageMetadata(input: Uint8Array): ImageMetadata;
50
+ //# sourceMappingURL=image-metadata.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"image-metadata.d.ts","sourceRoot":"","sources":["../src/image-metadata.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA+CH;;;;;;GAMG;AACH,MAAM,MAAM,WAAW,GAAG,KAAK,GAAG,MAAM,GAAG,MAAM,GAAG,KAAK,GAAG,KAAK,CAAA;AAEjE;;;;;;GAMG;AACH,MAAM,WAAW,aAAa;IAC5B,MAAM,EAAE,WAAW,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;CACf;AAYD;;;;;;;;;;;;GAYG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,UAAU,GAAG,aAAa,CAmBlE"}