Abs Data Api
Security checks across malware telemetry and agentic risk
Overview
The skill appears to be a purpose-aligned ABS data querying tool, with noteworthy but expected local script execution, public API access, and local caching.
Before installing, be comfortable with the skill running bundled Python scripts, contacting the public ABS API, and storing ABS metadata in a local cache. Keep queries and exports scoped to what you asked for, and refresh the cache if you need the latest ABS structures.
VirusTotal
VirusTotal findings are pending for this skill version.
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.
The agent may make public ABS API requests and create output files or charts when responding to data requests.
The skill exposes local command workflows with user-supplied dataset keys, time ranges, charting, and file-output options. This is expected for an ABS data-query skill, but the agent should avoid broad or unrequested queries and file writes.
python3 scripts/abs_query.py <ID> [KEY] [--version V] [--start-period P] [--end-period P] [--latest] [--format text|csv|json|table] [--chart] [--out FILE]
Use narrow dataset keys and date ranges, review any requested output path, and keep commands limited to the user's ABS data question.
A user has less external provenance information to rely on when deciding whether to run the bundled Python scripts.
The registry information does not identify a source repository or homepage for the bundled scripts. This is a provenance gap, though the visible behavior is coherent with the stated purpose.
Source: unknown; Homepage: none
Install only if you trust the publisher or have reviewed the bundled files; prefer a verifiable source repository for future versions.
Later answers may be influenced by cached ABS metadata until the cache refreshes or is cleared.
The skill persists retrieved ABS metadata locally and reuses it for later queries. This is expected caching of public data, but stale or changed upstream metadata could affect future answers.
Maintains ~/.cache/abs-data-api/ with a compact catalog of all ABS dataflows and per-dataset structure/codelist files.
Refresh the cache when accuracy matters, especially after ABS dataset updates, and clear the cache if results seem stale.
