聘才猫(Pincaimao)简历诊断
Analysis
This appears to be a legitimate Pincaimao resume-diagnosis API wrapper, but it uploads sensitive resume and job-description data to Pincaimao and relies on an API key plus a separate helper skill.
Findings (4)
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.
allowed-tools:\n - Bash ... curl -s -X POST 'https://api.pincaimao.com/agents/v1/files/upload'
The skill uses Bash/curl to upload a selected resume file and call the external API. This is expected for the stated API workflow, but it is still local command execution that transmits user-selected data.
请先检查是否已安装 `pincaimao-basic`,若未安装请先安装,然后加载它
The skill depends on a separate pincaimao-basic skill for common API behavior, but that dependency is not included in the provided artifacts. It appears purpose-aligned, but it expands the reviewed surface.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
PCM_RESUME_DIAGNOSIS_KEY ... Authorization: Bearer $PCM_RESUME_DIAGNOSIS_KEY
The skill requires a Pincaimao API key from the environment and uses it as a bearer token for API calls. This is expected for the integration and is not hardcoded in the artifact.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Resume files, job descriptions, and contract text are transmitted to `api.pincaimao.com` for AI processing ... Uploaded files are stored on Pincaimao's COS
The artifact explicitly discloses that sensitive documents are sent to Pincaimao and stored in its cloud object storage. This is central to the skill's purpose, but users should treat it as a privacy boundary.
