travel-subsidy

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This instruction-only skill is coherent for processing the two uploaded reimbursement zip files, with no evidenced hidden code, credential use, or external sharing, but it handles sensitive travel and invoice records.

This appears safe to use for its stated purpose if you are comfortable giving it the two reimbursement archives. Verify the calculated subsidy results, use trusted zip files, and clean up the run directory afterward if the documents are sensitive.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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

Users have less external context for who maintains the skill, but the provided artifacts do not show hidden code or remote installation behavior.

Why it was flagged

The skill has limited provenance information, although it is instruction-only and no executable dependency or installer is provided.

Skill content
Source: unknown; Homepage: none
Recommendation

Review the visible instructions before use and prefer processing sensitive reimbursement files in a controlled workspace.

What this means

The agent will manipulate files from the uploaded archives and create result packages in the workspace.

Why it was flagged

The skill directs archive extraction and file creation, which is expected for this workflow and includes a specific zip-slip safeguard.

Skill content
Unzip both archives into a dedicated run directory... Protect against zip slip / path traversal.
Recommendation

Use the skill only with the intended 发票.zip and 火车票.zip files, and avoid feeding it archives from untrusted sources.

What this means

Sensitive travel, invoice, route, amount, and subsidy information may remain in the workspace after the task completes.

Why it was flagged

The workflow stores copies of invoice and ticket archives, extracted files, generated workbooks, and output zips in a run directory.

Skill content
Save or copy both input archives into `$run_dir/input/`... Produce two zip outputs
Recommendation

Delete the run directory and intermediate files when no longer needed, and verify the generated subsidy records before submitting them.