Scan Report
0 /100
guoshun-bid-writer
投标技术方案 AI 生成助手,支持全行业全专业,输入招标文件后自动生成技术方案初稿、技术偏离表、项目组织架构等投标文件核心内容
This is a pure documentation-only skill consisting of SKILL.md and reference templates. No executable code, scripts, or dependencies exist. The skill generates bidding documents via LLM text generation without any filesystem, network, shell, or credential access.
Safe to install
This skill is safe to use. No security concerns identified.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file operations in any code - pure documentation |
| Network | NONE | NONE | — | No network requests in any code |
| Shell | NONE | NONE | — | No shell execution - documentation templates only |
| Environment | NONE | NONE | — | No environment variable access |
| Skill Invoke | NONE | NONE | — | No skill invocation capabilities |
| Clipboard | NONE | NONE | — | No clipboard operations |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database access |
File Tree
5 files · 44.7 KB · 1229 lines Markdown 5f · 1229L
├─
▾
references
│ ├─
departure-table-template.md
Markdown
│ ├─
industry-outline-templates.md
Markdown
│ ├─
project-org-template.md
Markdown
│ └─
qualification-check-template.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ No executable code - purely Markdown documentation and LLM prompt templates
✓ No external dependencies (no requirements.txt, package.json, etc.)
✓ No network requests or data exfiltration vectors
✓ No credential harvesting or sensitive file access
✓ No obfuscation techniques (base64, eval, etc.)
✓ No shell execution or command injection risks
✓ All declared capabilities match actual functionality (LLM text generation only)
✓ Documentation is thorough and accurately describes the skill's behavior