add-provider — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited add-provider (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Scaffold a new cloud provider adapter.
aws, gcp, azure, local.Check spec/providers.schema.json → properties.name.enum.
tsx scripts/scaffold-provider.ts <name>This creates src/providers/<name>/index.ts with the full ProviderAdapter interface stubbed out.
program — the Pulumi inline program (see src/pulumi/CLAUDE.md)getConnectionInfo — extract SSH host/port/user from stack outputsnormalizeInstanceType — map InstanceAlias to provider-native typedefaultRegion — sensible default for this providerstateBackendUrl — s3://, gs://, azblob://, or file://validateConfig — check required env vars, return errors (not throw)src/providers/index.ts: import myAdapter from './<name>'
registerProvider(myAdapter)docs/providers/<name>.md — follow docs/providers/_template.md.tests/providers/<name>/:@aws-sdk/client-mock or nock — never call real APIspulumi.runtime.setMocks().claude/rules/providers.md: no credentials in code (R6), deny-all default firewall (N10).spec/providers.schema.json: all required fields must be implemented.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.