Greek Individual Taxes
PassAudited by ClawScan on May 1, 2026.
Overview
This instruction-only Greek tax-preparation skill is coherent and disclosed, but it works with highly sensitive tax data and any filing should remain under human review.
Use this skill only with a dedicated tax-data folder and review all outputs before relying on them. It appears instruction-only and does not directly submit to AADE, but tax filings are high impact, so verify calculations and approve any separate submission step manually.
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.
The agent may process very private financial and personal tax information from the local data directory.
The skill is intended to read and process local tax-return data, which may include AFM/tax IDs, income, property, family, and deduction details.
Prepares E1 tax return data from local files.
Keep tax files in a dedicated directory, include only the documents needed for the task, and avoid sharing generated outputs without reviewing them.
Generated tax-return data could later be used in a high-impact filing workflow, so errors or unintended inputs could affect an official tax submission if approved.
The artifacts disclose that this skill prepares tax data and that any official submission is delegated to another skill requiring human approval.
Actual submission to AADE is handled by the `greek-compliance-aade` skill with human approval.
Review all calculated returns and submission packages carefully before invoking or approving any separate AADE submission skill.
Installing jq modifies the local environment, although this is expected and proportionate for a JSON-processing tax skill.
The setup instructions include a user-directed shell command that may install jq with sudo if it is missing.
which jq || sudo apt install jq
Install jq only from a trusted OS package source and review setup commands before running them.
