South African Tax Article Generator
Analysis
This appears to be a simple local article generator that does not request credentials, install dependencies, or make network calls.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
parser.add_argument('--output', default='./output') ... os.makedirs(args.output, exist_ok=True) ... with open(filepath, 'w') as f:The script can create an output directory and write a generated JSON file there. This is expected for an article generator and is user-directed through the '--output' argument.
Source: unknown; Homepage: none
The registry metadata does not provide a public source or homepage for provenance review. The included artifacts are small and do not show risky install behavior, so this is only a provenance notice.
- Ensure SARS deadline accuracy and compliance information
The skill claims accuracy for tax compliance content, while the artifacts show static built-in article templates rather than official SARS validation or live data checks.
