Ai Intelligent Employee Survey
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
If the external repository or dependencies differ from the reviewed artifact, the user could end up running code that was not represented in this skill package.
The setup instructions ask the user to download and run code and dependencies from an external repository not included in the submitted artifact set. This is user-directed and aligned with deploying a web app, but users should verify the repository and dependency provenance before running it.
git clone https://github.com/openclaw-skills/ai-intelligent-employee-survey cd ai-intelligent-employee-survey pip install -r requirements.txt python app.py
Review the GitHub repository, requirements file, and app code before installation; prefer pinned dependencies and a trusted source.
Users might rely on the privacy claim before confirming whether employee responses are actually anonymized and protected.
The skill advertises anonymous surveys and privacy protection, but the provided artifact does not describe the anonymity mechanism, storage model, access controls, or retention policy. This is purpose-aligned, not deceptive on its own, but it is important because employee survey data can be sensitive.
- 匿名调研(隐私保护)
Before using it for real employee data, confirm how responses are anonymized, stored, retained, and who can access reports.
