Iam Dataset
A consolidated series of structured data for cloud identity and access management systems, including datasets for AWS, Azure, and Google Cloud
Install / Use
npx skills add iann0036/iam-datasetInstalls into whichever agent you are using.
README
IAM Dataset
A consolidated series of structured data for cloud identity and access management systems, including datasets for AWS, Azure, and Google Cloud.
It is currently being used to support:
- iamlive
- iamfast
- aws.permissions.cloud
- azure.permissions.cloud
- gcp.permissions.cloud
- claws
- LocalStack
- Access Undenied
- Otterize
Tooling which assists in the generation of some datasources is located in the util/ directory.
AWS
For Amazon Web Services IAM, the primary datasources are map.json and iam_definition.json.
map.json
A comprehensive mapping from SDK calls to IAM actions, typically created with the assistance of the mapping tool.
For more information on this file, see aws/MAP-README.md.
iam_definition.json
A scraping of the AWS Service Authorization Reference, the AWS-provided reference of known IAM actions. It is generated using work from Parliament.
The file does have some post-crawl patching actions.
managedpolicies/name.json
The details of all AWS Managed Policies, including flags for whether the managed policy contains high sensitivity actions.
Azure
For Azure, the primary datasource is built-in-roles.json.
provider-operations.json
The direct output of the command az provider operation list which retrieves all operations from all providers.
built-in-roles-raw.json
The output of the command az role definition list with a query for all built-in roles.
built-in-roles.json
The aggregation of thr built-in roles and provider operations permitted by those built-in roles.
Google Cloud
For Google Cloud, the primary datasources are methods.json, permissions.json and role_permissions.json.
predefined_roles.json
The result of the command gcloud iam roles list, including deleted roles, showing all predefined roles.
map.json
A map of IAM permissions required for each method. [WORK IN PROGRESS]
methods.json
The combination of the methods extracted from the Google Cloud Go SDK.
methods_ext.json
Same as methods.json, but with parameter information.
permissions.json
IAM Permissions as defined by the online IAM permissions reference.
role_permissions.json
A mapping of each permission and the roles which the permission has, including whether the containment is undocumented per the IAM permission reference.
roles/name.json
The result of the command gcloud iam roles describe "$name" for all built-in roles.
Related Skills
claude-opus-4-5-migration
140.6kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
LibreChat
41.8kEnhanced ChatGPT Clone: Features Agents, MCP, Skills, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, Code Interpreter, langchain, DALL-E-3, OpenAPI Actions, Functions, Secure Multi-User A…
dbx
13.6k20 MB lightweight cross-platform database client for 70+ databases, including MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, SQL Server, and Dameng. Built-in AI, MCP Server, CLI, desktop and Docker.
product
Cloud-agnostic Kubernetes infrastructure with Terraform & Helm for homelabs, edge, and production clusters.
