可以登錄家電的保固,並且歸檔,提供查詢

ReviewAudited by ClawScan on May 10, 2026.

Overview

The package appears to be a skill-creation utility published under a home-appliance warranty name, so the main issue is a misleading purpose mismatch rather than detected malware.

Treat this as a skill-creation/packaging utility, not a home-appliance warranty tracker. If you need warranty registration or lookup, wait for corrected artifacts; if you intentionally want a skill creator, review the scripts and run them only on intended local skill directories.

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.

What this means

A user could install it expecting warranty registration and archival features, but the skill would instead guide or assist with creating and packaging skills.

Why it was flagged

The user-facing name/slug imply a home warranty keeper, while the description and included artifacts describe an AgentSkill creation/packaging utility.

Skill content
Name: 可以登錄家電的保固,並且歸檔,提供查詢; Slug: home-keeper; Description: Create or update AgentSkills.
Recommendation

Do not install this as a warranty-management skill unless the publisher corrects the metadata or provides artifacts that match that purpose.

What this means

You have less ability to confirm who maintains this package or whether the registry entry is intentional.

Why it was flagged

The artifacts do not provide an external source repository or homepage to verify provenance, though no remote installer or hidden dependency fetch is shown.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the publisher and review the included scripts before use, especially because the displayed purpose is inconsistent.

What this means

Running the helper on the wrong path could create or overwrite files in a location you did not intend.

Why it was flagged

The helper script can create local directories/files and mark an example script executable when invoked. This is expected for a skill creator, but it is still local file mutation.

Skill content
resource_dir.mkdir(exist_ok=True) ... example_script.write_text(...) ... example_script.chmod(0o755)
Recommendation

Only run the bundled scripts in a dedicated workspace after confirming you want skill-creation behavior.