@probo/skills 0.3.0 → 0.3.1

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "probo",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Open-source compliance workflows powered by Probo MCP (Claude Code, Codex, OpenCode)",
5
5
  "author": {
6
6
  "name": "Probo Inc",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "probo",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Open-source compliance workflows powered by Probo MCP (Codex, OpenCode, Claude Code)",
5
5
  "author": {
6
6
  "name": "Probo Inc",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@probo/skills",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Multi-agent compliance skills for open-source GRC (Claude Code, Codex, OpenCode) powered by Probo MCP",
5
5
  "private": false,
6
6
  "scripts": {
package/plugin.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
3
3
  "name": "probo",
4
- "version": "0.3.0",
4
+ "version": "0.3.1",
5
5
  "description": "Open-source compliance workflows powered by the Probo MCP API",
6
6
  "author": {
7
7
  "name": "Probo Inc",
@@ -99,7 +99,7 @@ Do not call unless the user explicitly asks for campaign setup:
99
99
  | `is_admin` | Heightened scrutiny |
100
100
  | `active` | `false` often supports revoke |
101
101
  | `mfa_status` | `DISABLED` on privileged access → escalate |
102
- | `auth_method` | `API_KEY`, `SERVICE_ACCOUNT` context |
102
+ | `auth_method` | `SSO`, `PASSWORD`, `API_KEY`, `OAUTH2`, `SSH`, `SERVICE_ACCOUNT` context |
103
103
  | `account_type` | `SERVICE_ACCOUNT` vs `USER` |
104
104
  | `last_login` | Dormancy signal |
105
105
  | `incremental_tag` | `NEW` needs extra scrutiny |