Finops Cloud Optimizer
Analysis
This skill appears purpose-aligned for cloud cost analysis, but it needs careful review because it can use logged-in cloud accounts to read sensitive billing and resource information across broad scopes.
Findings (4)
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.
Pull billing data and break it down by service, account, and tag: ... --group-by Type=DIMENSION,Key=LINKED_ACCOUNT ... --group-by Type=TAG,Key=Environment Type=TAG,Key=Team
The skill uses raw cloud CLI/API commands to enumerate account and tag-based billing data. This is purpose-aligned, but it should be scoped carefully before use.
Required binaries (all must exist): none ... Required env vars: none ... Primary credential: none
The skill is instruction-only, but its documented workflow depends on external cloud CLIs and authenticated environments that are not declared in the registry requirements.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
The agent needs access to billing data and resource metrics. At least one of: ... aws ce get-cost-and-usage ... gcloud billing accounts list ... az consumption usage list ... Scope — specific account/project/subscription, or all
These commands rely on authenticated cloud identities and may run against broad cloud scopes, while the supplied requirements list no primary credential or explicit permission boundary.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
--output json > /tmp/aws-costs-by-service.json ... > /tmp/aws-costs-by-account.json ... --output json > /tmp/azure-usage.json
The examples write cloud billing and account data into local temporary files, with no cleanup or retention guidance.
