agentaudit 3.9.8 → 3.9.10
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 +34 -34
- package/README.md +504 -504
- package/cli.mjs +1737 -1680
- package/index.mjs +605 -605
- package/package.json +45 -45
- package/prompts/audit-prompt.md +663 -663
package/LICENSE
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
GNU AFFERO GENERAL PUBLIC LICENSE
|
|
2
|
-
Version 3, 19 November 2007
|
|
3
|
-
|
|
4
|
-
Copyright (c) 2026 AgentAudit Contributors
|
|
5
|
-
|
|
6
|
-
This program is free software: you can redistribute it and/or modify
|
|
7
|
-
it under the terms of the GNU Affero General Public License as published
|
|
8
|
-
by the Free Software Foundation, either version 3 of the License, or
|
|
9
|
-
(at your option) any later version.
|
|
10
|
-
|
|
11
|
-
This program is distributed in the hope that it will be useful,
|
|
12
|
-
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
-
GNU Affero General Public License for more details.
|
|
15
|
-
|
|
16
|
-
You should have received a copy of the GNU Affero General Public License
|
|
17
|
-
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
18
|
-
|
|
19
|
-
---
|
|
20
|
-
|
|
21
|
-
COMMERCIAL LICENSE
|
|
22
|
-
|
|
23
|
-
For commercial use without AGPL obligations (e.g., proprietary integrations,
|
|
24
|
-
SaaS offerings, or enterprise deployments), a commercial license is available.
|
|
25
|
-
|
|
26
|
-
Contact: https://github.com/starbuck100/agentaudit-web/issues
|
|
27
|
-
|
|
28
|
-
---
|
|
29
|
-
|
|
30
|
-
ADDITIONAL TERMS
|
|
31
|
-
|
|
32
|
-
The AgentAudit Trust Registry at agentaudit.dev is a hosted service and is
|
|
33
|
-
NOT covered by this license. Access to the registry API is governed by
|
|
34
|
-
the AgentAudit Terms of Service at https://agentaudit.dev/terms.
|
|
1
|
+
GNU AFFERO GENERAL PUBLIC LICENSE
|
|
2
|
+
Version 3, 19 November 2007
|
|
3
|
+
|
|
4
|
+
Copyright (c) 2026 AgentAudit Contributors
|
|
5
|
+
|
|
6
|
+
This program is free software: you can redistribute it and/or modify
|
|
7
|
+
it under the terms of the GNU Affero General Public License as published
|
|
8
|
+
by the Free Software Foundation, either version 3 of the License, or
|
|
9
|
+
(at your option) any later version.
|
|
10
|
+
|
|
11
|
+
This program is distributed in the hope that it will be useful,
|
|
12
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
+
GNU Affero General Public License for more details.
|
|
15
|
+
|
|
16
|
+
You should have received a copy of the GNU Affero General Public License
|
|
17
|
+
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
COMMERCIAL LICENSE
|
|
22
|
+
|
|
23
|
+
For commercial use without AGPL obligations (e.g., proprietary integrations,
|
|
24
|
+
SaaS offerings, or enterprise deployments), a commercial license is available.
|
|
25
|
+
|
|
26
|
+
Contact: https://github.com/starbuck100/agentaudit-web/issues
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
ADDITIONAL TERMS
|
|
31
|
+
|
|
32
|
+
The AgentAudit Trust Registry at agentaudit.dev is a hosted service and is
|
|
33
|
+
NOT covered by this license. Access to the registry API is governed by
|
|
34
|
+
the AgentAudit Terms of Service at https://agentaudit.dev/terms.
|