聘才猫(Pincaimao)简历优化
Analysis
The resume-optimization function is mostly clear, but the skill also tells the agent to install and load another undeclared skill before use, which users should review carefully.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
**REQUIRED:** 请先检查是否已安装 `pincaimao-basic`,若未安装请先安装,然后加载它了解通用接口
The skill directs the agent to install and load another skill before use, but the reviewed artifacts do not define that dependency's source, version, or review boundary.
UPLOAD=$(curl -s -X POST 'https://api.pincaimao.com/agents/v1/files/upload' ... -F "file=@$RESUME_FILE")
The documented workflow uses Bash/curl to upload the user's resume file to the Pincaimao API; this is purpose-aligned but sensitive.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
**环境变量**:`PCM_RESUME_OPTIMIZE_KEY`(智能体专属 key)
The skill requires a Pincaimao API key and passes it in the Authorization header; this is expected for the service integration.
