Scan Report
0 /100
bp-manager
BP管理助手 — 查看/管理自己与下级的BP(目标/关键成果/关键举措)、AI质量检查
The bp-manager skill is a legitimate BP (Business Plan) management assistant that provides read/write operations against a corporate API. No malicious behavior, credential harvesting, or data exfiltration was detected.
Safe to install
This skill is safe to use. Ensure BP_APP_KEY is stored securely and not logged in plain text.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | READ | READ | ✓ Aligned | scripts/bp_client.py:37-50 - Uses urllib.request for HTTP GET/POST to sg-al-cwor… |
| Environment | READ | READ | ✓ Aligned | scripts/bp_client.py:17 - Accesses BP_APP_KEY only |
| Shell | NONE | NONE | — | No subprocess or shell execution found in code |
| Filesystem | NONE | NONE | — | No file read/write operations in code |
| Skill Invoke | EXEC | EXEC | ✓ Aligned | SKILL.md declares bp_client and commands tools with exec permission |
| Clipboard | NONE | NONE | — | No clipboard access found |
| Browser | NONE | NONE | — | No browser automation found |
| Database | NONE | NONE | — | No direct database access found |
1 findings
Medium External URL 外部 URL
https://sg-al-cwork-web.mediportal.com.cn/open-api scripts/bp_client.py:19 File Tree
9 files · 62.6 KB · 2137 lines Markdown 7f · 1523L
Python 2f · 614L
├─
▾
design
│ └─
design.md
Markdown
├─
▾
references
│ ├─
api-endpoints.md
Markdown
│ ├─
api-request--20260404.md
Markdown
│ └─
kangzhe-rules.md
Markdown
├─
▾
scripts
│ ├─
bp_client.py
Python
│ └─
commands.py
Python
├─
README.md
Markdown
├─
setup.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ All capabilities declared in SKILL.md match actual implementation
✓ No shell execution or subprocess usage
✓ No credential harvesting or exfiltration
✓ No base64 encoding or obfuscation
✓ No sensitive path access (~/.ssh, ~/.aws, etc.)
✓ No curl|bash or wget|sh patterns
✓ Uses only Python standard library (urllib) - no third-party dependencies
✓ API endpoint uses HTTPS domain (not direct IP)
✓ Security considerations documented in design.md