agent-bom discover azure
Analysis
The skill is a coherent Azure inventory workflow that discloses its read-only Azure credential use, but users should still review the credential scope and external agent-bom dependency before running it.
Findings (2)
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.
Requires Python 3.11+, agent-bom installed from this repository or PyPI ... python examples/operator_pull/azure_inventory_adapter.py
The workflow relies on external agent-bom code and an example adapter path rather than code included in this skill artifact.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
credentials: azure-read-only ... file_reads: - "~/.azure/azureProfile.json" - "~/.azure/config" - "~/.azure/msal_token_cache.json"
The skill explicitly uses the operator's Azure identity chain and local Azure profile/token cache files to perform read-only discovery.
