palizade 0.1.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.
package/LICENSE ADDED
@@ -0,0 +1,185 @@
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 other
16
+ entities that control, are controlled by, or are under common control
17
+ with that entity. For the purposes of this definition, "control" means
18
+ (i) the power, direct or indirect, to cause the direction or management
19
+ of such entity, whether by contract or otherwise, or (ii) ownership
20
+ of fifty percent (50%) or more of the outstanding shares, or (iii)
21
+ beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity exercising
24
+ 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 source,
28
+ and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical transformation
31
+ or translation of a Source form, including but not limited to compiled
32
+ object code, generated documentation, and conversions to other media types.
33
+
34
+ "Work" shall mean the work of authorship, whether in Source or Object
35
+ form, made available under the License, as indicated by a copyright
36
+ notice that is included in or attached to the work (an example is provided
37
+ in the Appendix below).
38
+
39
+ "Derivative Works" shall mean any work, whether in Source or Object
40
+ form, that is based on (or derived from) the Work and for which the
41
+ editorial revisions, annotations, elaborations, or other modifications
42
+ represent, as a whole, an original work of authorship. For the purposes
43
+ of this License, Derivative Works shall not include works that remain
44
+ separable from, or merely link (or bind by name) to the interfaces of,
45
+ the Work and Derivative Works thereof.
46
+
47
+ "Contribution" shall mean any work of authorship, including the original
48
+ version of the Work and any modifications or additions to that Work
49
+ or Derivative Works thereof, that is intentionally submitted to Licensor
50
+ for inclusion in the Work by the copyright owner or by an individual
51
+ or Legal Entity authorized to submit on behalf of the copyright owner.
52
+ For the purposes of this definition, "submitted" means any form of
53
+ electronic, verbal, or written communication sent to the Licensor or
54
+ its representatives, including but not limited to communication on
55
+ electronic mailing lists, source code control systems, and issue tracking
56
+ systems that are managed by, or on behalf of, the Licensor for the
57
+ purpose of discussing and improving the Work, but excluding communication
58
+ that is conspicuously marked or otherwise designated in writing by
59
+ the copyright owner as "Not a Contribution."
60
+
61
+ "Contributor" shall mean Licensor and any individual or Legal Entity
62
+ on behalf of whom a Contribution has been received by Licensor and
63
+ subsequently incorporated within the Work.
64
+
65
+ 2. Grant of Copyright License. Subject to the terms and conditions of
66
+ this License, each Contributor hereby grants to You a perpetual, worldwide,
67
+ non-exclusive, no-charge, royalty-free, irrevocable copyright license
68
+ to reproduce, prepare Derivative Works of, publicly display, publicly
69
+ perform, sublicense, and distribute the Work and such Derivative Works
70
+ in Source or Object form.
71
+
72
+ 3. Grant of Patent License. Subject to the terms and conditions of this
73
+ License, each Contributor hereby grants to You a perpetual, worldwide,
74
+ non-exclusive, no-charge, royalty-free, irrevocable (except as stated
75
+ in this section) patent license to make, have made, use, offer to sell,
76
+ sell, import, and otherwise transfer the Work, where such license applies
77
+ only to those patent claims licensable by such Contributor that are
78
+ necessarily infringed by their Contribution(s) alone or by combination
79
+ of their Contribution(s) with the Work to which such Contribution(s)
80
+ was submitted. If You institute patent litigation against any entity
81
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
82
+ the Work or a Contribution incorporated within the Work constitutes
83
+ direct or contributory patent infringement, then any patent licenses
84
+ granted to You under this License for that Work shall terminate as of
85
+ the date such litigation is filed.
86
+
87
+ 4. Redistribution. You may reproduce and distribute copies of the Work
88
+ or Derivative Works thereof in any medium, with or without modifications,
89
+ and in Source or Object form, provided that You meet the following
90
+ conditions:
91
+
92
+ (a) You must give any other recipients of the Work or Derivative Works
93
+ a copy of this License; and
94
+
95
+ (b) You must cause any modified files to carry prominent notices stating
96
+ that You changed the files; and
97
+
98
+ (c) You must retain, in the Source form of any Derivative Works that
99
+ You distribute, all copyright, patent, trademark, and attribution notices
100
+ from the Source form of the Work, excluding those notices that do not
101
+ pertain to any part of the Derivative Works; and
102
+
103
+ (d) If the Work includes a "NOTICE" text file as part of its distribution,
104
+ then any Derivative Works that You distribute must include a readable
105
+ copy of the attribution notices contained within such NOTICE file,
106
+ excluding those notices that do not pertain to any part of the Derivative
107
+ Works, in at least one of the following places: within a NOTICE text
108
+ file distributed as part of the Derivative Works; within the Source
109
+ form or documentation, if provided along with the Derivative Works;
110
+ or, within a display generated by the Derivative Works, if and wherever
111
+ such third-party notices normally appear. The contents of the NOTICE
112
+ file are for informational purposes only and do not modify the License.
113
+ You may add Your own attribution notices within Derivative Works that
114
+ You distribute, alongside or as an addendum to the NOTICE text from
115
+ the Work, provided that such additional attribution notices cannot be
116
+ construed as modifying the License.
117
+
118
+ You may add Your own copyright statement to Your modifications and
119
+ may provide additional or different license terms and conditions for
120
+ use, reproduction, or distribution of Your modifications, or for any
121
+ such Derivative Works as a whole, provided Your use, reproduction, and
122
+ distribution of the Work otherwise complies with the conditions stated
123
+ in this License.
124
+
125
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
126
+ any Contribution intentionally submitted for inclusion in the Work by
127
+ You to the Licensor shall be under the terms and conditions of this
128
+ License, without any additional terms or conditions. Notwithstanding
129
+ the above, nothing herein shall supersede or modify the terms of any
130
+ separate license agreement you may have executed with Licensor regarding
131
+ such Contributions.
132
+
133
+ 6. Trademarks. This License does not grant permission to use the trade
134
+ names, trademarks, service marks, or product names of the Licensor,
135
+ except as required for reasonable and customary use in describing the
136
+ origin of the Work and reproducing the content of the NOTICE file.
137
+
138
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed
139
+ to in writing, Licensor provides the Work (and each Contributor provides
140
+ its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
141
+ OF ANY KIND, either express or implied, including, without limitation,
142
+ any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY,
143
+ or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for
144
+ determining the appropriateness of using or redistributing the Work
145
+ and assume any risks associated with Your exercise of permissions under
146
+ this License.
147
+
148
+ 8. Limitation of Liability. In no event and under no legal theory,
149
+ whether in tort (including negligence), contract, or otherwise, unless
150
+ required by applicable law (such as deliberate and grossly negligent
151
+ acts) or agreed to in writing, shall any Contributor be liable to You
152
+ for damages, including any direct, indirect, special, incidental, or
153
+ consequential damages of any character arising as a result of this
154
+ License or out of the use or inability to use the Work (including but
155
+ not limited to damages for loss of goodwill, work stoppage, computer
156
+ failure or malfunction, or any and all other commercial damages or
157
+ losses), even if such Contributor has been advised of the possibility
158
+ of such damages.
159
+
160
+ 9. Accepting Warranty or Additional Liability. While redistributing
161
+ the Work or Derivative Works thereof, You may choose to offer, and charge
162
+ a fee for, acceptance of support, warranty, indemnity, or other liability
163
+ obligations and/or rights consistent with this License. However, in
164
+ accepting such obligations, You may act only on Your own behalf and
165
+ on Your sole responsibility, not on behalf of any other Contributor,
166
+ and only if You agree to indemnify, defend, and hold each Contributor
167
+ harmless for any liability incurred by, or claims asserted against,
168
+ such Contributor by reason of your accepting any such warranty or
169
+ additional liability.
170
+
171
+ END OF TERMS AND CONDITIONS
172
+
173
+ Copyright 2026 Palizade contributors
174
+
175
+ Licensed under the Apache License, Version 2.0 (the "License");
176
+ you may not use this file except in compliance with the License.
177
+ You may obtain a copy of the License at
178
+
179
+ http://www.apache.org/licenses/LICENSE-2.0
180
+
181
+ Unless required by applicable law or agreed to in writing, software
182
+ distributed under the License is distributed on an "AS IS" BASIS,
183
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
184
+ See the License for the specific language governing permissions and
185
+ limitations under the License.
package/README.md ADDED
@@ -0,0 +1,10 @@
1
+ # Palizade
2
+
3
+ MCP-native prompt-injection firewall and security proxy for agent/tool pipelines.
4
+
5
+ ```bash
6
+ npx palizade init
7
+ npx palizade wrap <serverName>
8
+ ```
9
+
10
+ Full docs and source: https://github.com/hunar2006/palizade