boss-job-detail — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited boss-job-detail (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
通过 boss detail <security_id> 获取岗位详情,由 Agent 解析 CLI 输出并保存岗位职责、任职要求、技能要求、福利待遇和公司信息。
在 Windows + Claude Code 环境中,岗位详情可能包含 GBK 无法编码的 Unicode 字符。Agent 获取详情时应优先使用 PowerShell UTF-8 包装命令:
powershell -NoProfile -Command "$env:PYTHONUTF8='1'; $env:PYTHONIOENCODING='utf-8'; [Console]::OutputEncoding=[System.Text.Encoding]::UTF8; & 'E:/boss-geek-agent-toolkit/.venv/Scripts/boss.exe' detail '<security_id>'"
本 Skill 不依赖独立详情抓取脚本。岗位详情由 Agent 根据本文件规则直接调用 CLI 获取。
## 前提条件
- 已安装并登录 `boss-agent-cli`
- 已生成 `output/jobs.json`
- 已生成 `output/scores.json`
- 目标岗位存在 `security_id`
- Agent 具备执行命令、读取文件和写入文件的能力
## 输入文件
| 文件 | 用途 |
|---|---|
| `output/jobs.json` | 最新一次岗位搜索结果 |
| `output/scores.json` | 最新一次岗位评分结果 |
## 输出目录
output/details/
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.