Skip to content

Commit 9b40674

Browse files
Sync from mcp-auth0-oidc@322bf2d
1 parent 804bab5 commit 9b40674

6 files changed

Lines changed: 75 additions & 1 deletion

File tree

.codex-plugin/plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"Research the engineering leaders at Palo Alto Networks.",
4040
"Build a lead list of companies using Salesforce."
4141
],
42-
"brandColor": "#1769FF"
42+
"brandColor": "#1769FF",
43+
"composerIcon": "./assets/icon.png"
4344
}
4445
}

.codexignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.claude-plugin/
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: HOL Plugin Scanner
3+
4+
# yamllint disable-line rule:truthy
5+
on:
6+
push:
7+
branches: [main]
8+
pull_request:
9+
branches: [main]
10+
workflow_dispatch:
11+
12+
permissions:
13+
contents: read
14+
security-events: write
15+
16+
jobs:
17+
scan:
18+
runs-on: ubuntu-latest
19+
steps:
20+
- name: Checkout repository
21+
# yamllint disable-line rule:line-length
22+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+
24+
- name: Scan plugin
25+
# yamllint disable-line rule:line-length
26+
uses: hashgraph-online/ai-plugin-scanner-action@b402d3b3aaa8f59df8e8aa427dc97694a0af2819 # v1.2.528
27+
with:
28+
plugin_dir: "."
29+
mode: scan
30+
min_score: 80
31+
fail_on_severity: high
32+
format: sarif
33+
upload_sarif: true

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2026 Explorium
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

SECURITY.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Security Policy
2+
3+
## Reporting a vulnerability
4+
5+
Please report suspected vulnerabilities privately through this repository's
6+
[GitHub security advisory form](https://github.com/explorium-ai/vibeprospecting-plugin/security/advisories/new).
7+
8+
Include the affected component or file, reproduction steps, the potential
9+
impact, and any suggested mitigation. Do not disclose the vulnerability in a
10+
public issue or discussion before Explorium has investigated it.
11+
12+
We will acknowledge the report as soon as practical, investigate it, and keep
13+
you informed about remediation and coordinated disclosure.
14+
15+
## Supported versions
16+
17+
Security fixes are applied to the latest version published from the `main`
18+
branch. Please reproduce reports against the latest version when possible.

assets/icon.png

13.4 KB
Loading

0 commit comments

Comments
 (0)