Ai Intelligent Attendance Management

PassAudited by ClawScan on May 1, 2026.

Overview

The reviewed package is a simple attendance-management description, with the main caution that its manual install instructions point to external code not included in the artifacts.

This looks benign as an instruction-only attendance-management skill. Treat the GitHub install commands as a separate trust decision: review the external repository and dependencies before running them, especially because attendance and payroll systems may process sensitive employee data.

Findings (1)

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.

What this means

If a user follows the setup commands, they may install and run code that was not part of this review.

Why it was flagged

The reviewed package contains only SKILL.md and skill.json, so following these manual setup commands would rely on an external repository and dependencies that are not included in the artifact set.

Skill content
git clone https://github.com/openclaw-skills/ai-intelligent-attendance-management
cd ai-intelligent-attendance-management
pip install -r requirements.txt
python app.py
Recommendation

Before running the manual installation, verify the GitHub repository, inspect the requirements and application code, and run it only in an environment appropriate for HR or payroll data.