cli-bootstrap — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited cli-bootstrap (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.
Verify the OrbiAds CLI is installed, authenticated, and connected to the correct GAM network before running any other CLI skill.
Requires orbiads CLI (pip install orbiads-cli). All commands use --json for structured output. Use the Bash tool to execute.
orbiads --version [free] — print the installed CLI versionorbiads auth status --json [free] — check authentication state and active tenantorbiads network info --json [free] — show the currently active GAM network context and tenant configurationorbiads network list --json [free] — list all accessible GAM networks for this tenantorbiads network switch --network-code <code> --json [free] — switch to a different GAM networkorbiads --version to confirm the CLI is installed.orbiads auth status --json. If not authenticated, tell user to run orbiads auth login.orbiads network info --json to check active network.orbiads network list --json then orbiads network switch --network-code <code> --json after user choice.orbiads network info --json output to confirm tenant configuration is active (naming conventions, delivery defaults, campaign presets). This confirms the backend will apply the user's settings when creating entities in subsequent skills.pip install orbiads-cli.orbiads auth login.Active network code, tenant ID, authentication status, and tenant configuration summary. Ready for any subsequent CLI skill.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.