Longrunning Agent

PassAudited by ClawScan on May 10, 2026.

Overview

This instruction-only workflow is generally aligned with long-running project tracking, but users should review any local scripts, commits, persistent project files, and optional web logging before use.

This skill appears benign and instruction-only. Use it in trusted project directories, review init.sh before execution, check changes before commits, and confirm the behavior of any web UI integration before logging private project or session data.

Findings (5)

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

A project setup script could install packages, change files, or run other commands on the user’s machine.

Why it was flagged

The workflow may execute a project-local setup script. This is common for development workflows, but init.sh can contain arbitrary shell commands.

Skill content
3. **Initialize** - Run `init.sh` if needed
Recommendation

Inspect init.sh and approve local setup commands before allowing the agent to run them, especially in untrusted projects.

What this means

The agent may record task completion or commit changes before the user has reviewed the work.

Why it was flagged

The skill instructs the agent to modify project state and create git commits. This is aligned with project-management automation, but it changes the user’s repository.

Skill content
7. **Mark Complete** - Set `passes: true` in `task.json`
8. **Commit** - Make atomic git commit
Recommendation

Review file changes and test results before accepting task completion markers or git commits.

What this means

Incorrect or malicious edits to workflow files could steer the agent toward the wrong tasks or instructions in later sessions.

Why it was flagged

The skill relies on persistent project files that are reused across sessions. This is its core function, but those files can influence future agent behavior.

Skill content
`CLAUDE.md` - Project instructions and workflow guide
`task.json` - Task list with priorities and dependencies
`progress.txt` - Log of work completed
Recommendation

Keep these files in trusted project storage, review unexpected edits, and avoid placing secrets in progress logs or task descriptions.

What this means

If this web integration is enabled elsewhere, project details and session output could be stored outside the local project.

Why it was flagged

The documentation claims integration with a web app and logging of session output, but the provided artifacts do not describe the destination, authentication, retention, or opt-in controls.

Skill content
Tasks sync with the web database
Progress entries are captured
Session output is logged
Git commits are tracked
Recommendation

Verify where the web app stores data and what it logs before using the integration with private code, credentials, or sensitive project information.

What this means

Users may need an additional configured tool that is not reflected in the declared requirements.

Why it was flagged

The skill references an external CLI dependency, while the registry metadata lists no required binaries. This looks like an undeclared setup dependency rather than malicious behavior.

Skill content
Ensure Claude Code CLI is installed and configured
Recommendation

Install and configure only trusted CLI tools, and confirm which account or workspace the CLI will use.