{"data":{"skill":{"slug":"aaron-he-zhu-performance-monitor","name":"performance-monitor","icon":"📦","repo":"https://github.com/aaron-he-zhu/aaron-marketing-skills/tree/main/seo-geo/monitor/performance-monitor","status":"approved","author":"aaron-he-zhu","authorVersion":null,"skillstoreRevision":null},"audit":{"id":"a5f4432d-30bc-4de5-b5ee-1fbfc6edbd1d","skill_id":"1396854e-ba99-4ffa-a77c-f18e833f0bf6","version":2,"content_hash":"837ff0e938b7868be669926ce0efc051","risk_level":"medium","is_blocked":false,"safe_to_publish":true,"analysis_status":"ok","agent_auto_install_policy":"allowed","manual_install_policy":"allowed","summary":"Most static findings are false positives from Markdown code spans, fixed repository links, and SEO terminology such as indexation and schema. One confirmed risk remains: the measurement loop instructs the agent to run a local Python ledger command from CLAUDE_PLUGIN_ROOT. No evidence of prompt injection, credential exfiltration, or malicious intent was found in the reviewed files.","remediation":[{"issue":"Local command execution in the measurement loop","severity":"medium","suggestion":"Make the ledger command optional, require explicit user approval, and document the exact trusted script before execution."},{"issue":"Environment-derived script path","severity":"medium","suggestion":"Validate CLAUDE_PLUGIN_ROOT and ensure the ledger script is bundled or pinned before referencing it in instructions."},{"issue":"User-derived saved report filenames","severity":"low","suggestion":"Sanitize the topic segment to a safe slug before saving under memory/monitoring."}],"risk_factor_evidence":[{"factor":"external_commands","evidence":[{"file":"SKILL.md","line_end":18,"line_start":18},{"file":"SKILL.md","line_end":20,"line_start":20},{"file":"SKILL.md","line_end":36,"line_start":26},{"file":"SKILL.md","line_end":38,"line_start":36},{"file":"SKILL.md","line_end":38,"line_start":38},{"file":"SKILL.md","line_end":42,"line_start":42},{"file":"SKILL.md","line_end":44,"line_start":44},{"file":"SKILL.md","line_end":46,"line_start":45},{"file":"SKILL.md","line_end":46,"line_start":46},{"file":"SKILL.md","line_end":49,"line_start":48},{"file":"SKILL.md","line_end":54,"line_start":49},{"file":"SKILL.md","line_end":54,"line_start":54},{"file":"SKILL.md","line_end":63,"line_start":63},{"file":"SKILL.md","line_end":68,"line_start":68},{"file":"SKILL.md","line_end":80,"line_start":80},{"file":"SKILL.md","line_end":142,"line_start":142},{"file":"SKILL.md","line_end":158,"line_start":157},{"file":"SKILL.md","line_end":160,"line_start":158}]},{"factor":"network","evidence":[{"file":"SKILL.md","line_end":10,"line_start":10},{"file":"SKILL.md","line_end":13,"line_start":13}]},{"factor":"filesystem","evidence":[{"file":"SKILL.md","line_end":22,"line_start":22},{"file":"SKILL.md","line_end":54,"line_start":54},{"file":"SKILL.md","line_end":58,"line_start":58},{"file":"SKILL.md","line_end":63,"line_start":63},{"file":"SKILL.md","line_end":89,"line_start":89},{"file":"SKILL.md","line_end":129,"line_start":129},{"file":"SKILL.md","line_end":142,"line_start":142},{"file":"SKILL.md","line_end":151,"line_start":151},{"file":"SKILL.md","line_end":157,"line_start":157},{"file":"SKILL.md","line_end":160,"line_start":160}]},{"factor":"env_access","evidence":[{"file":"SKILL.md","line_end":76,"line_start":76}]}],"critical_findings":[],"high_findings":[],"medium_findings":[{"title":"Ruby/shell backtick execution","locations":[{"file":"SKILL.md","line_end":63,"line_start":63}],"confidence":0.86,"description":"**Zero-dependency measurement loop** (both modes): every reported change or fired alert should come ","review_kind":"capability","source_category":"external_commands","source_severity":"medium","confidence_reasoning":"The measurement loop directly instructs the agent to run python3 with a script path built from CLAUDE_PLUGIN_ROOT. That is local command execution in a community skill and should require explicit trust and validation."}],"low_findings":[],"dangerous_patterns":[],"files_scanned":6,"total_lines":651,"audit_model":"codex","audited_at":"2026-07-06T18:28:41.169+00:00","created_at":"2026-07-06T23:38:13.891841+00:00","static_findings":[{"id":"blocker:references/kpi-definitions.md:13:system-reconnaissance","file":"references/kpi-definitions.md","pattern":"System reconnaissance","snippet":"| Organic search | Pages indexed | Valid indexed pages in Search Console | Close to intended indexab","category":"blocker","line_end":13,"severity":"low","line_start":13},{"id":"blocker:references/report-templates.md:76:system-reconnaissance","file":"references/report-templates.md","pattern":"System reconnaissance","snippet":"| Indexation | Valid indexed / excluded errors | [values] | [values] | [change] | [status] | [action","category":"blocker","line_end":76,"severity":"low","line_start":76},{"id":"blocker:references/report-templates.md:79:system-reconnaissance","file":"references/report-templates.md","pattern":"System reconnaissance","snippet":"| Schema | Valid / warning / error pages | [counts] | [counts] | [change] | [status] | [action] |","category":"blocker","line_end":79,"severity":"low","line_start":79},{"id":"external_commands:SKILL.md:18:ruby-shell-backtick-execution","file":"SKILL.md","pattern":"Ruby/shell backtick execution","snippet":"One monitor skill, two modes. **`report`** builds a stakeholder-facing multi-metric snapshot of what","category":"external_commands","line_end":18,"severity":"medium","line_start":18},{"id":"external_commands:SKILL.md:20:ruby-shell-backtick-execution","file":"SKILL.md","pattern":"Ruby/shell backtick execution","snippet":"**Mode set:** `report` (multi-metric snapshot, absorbed from performance-reporter) · `alert` (forwar","category":"external_commands","line_end":20,"severity":"medium","line_start":20},{"id":"external_commands:SKILL.md:26:ruby-shell-backtick-execution","file":"SKILL.md","pattern":"Ruby/shell backtick execution","snippet":"```text","category":"external_commands","line_end":36,"severity":"medium","line_start":26},{"id":"external_commands:SKILL.md:36:ruby-shell-backtick-execution","file":"SKILL.md","pattern":"Ruby/shell backtick execution","snippet":"```","category":"external_commands","line_end":38,"severity":"medium","line_start":36},{"id":"external_commands:SKILL.md:38:ruby-shell-backtick-execution","file":"SKILL.md","pattern":"Ruby/shell backtick execution","snippet":"Shortest valid invocation: `performance-monitor <domain>` (mode inferred). Output: **report** return","category":"external_commands","line_end":38,"severity":"medium","line_start":38},{"id":"external_commands:SKILL.md:42:ruby-shell-backtick-execution","file":"SKILL.md","pattern":"Ruby/shell backtick execution","snippet":"**Expected output**: mode `report` → a delta-based multi-metric report/dashboard; mode `alert` → an ","category":"external_commands","line_end":42,"severity":"medium","line_start":42},{"id":"external_commands:SKILL.md:44:ruby-shell-backtick-execution","file":"SKILL.md","pattern":"Ruby/shell backtick execution","snippet":"- **Reads**: prior baselines and current performance data. `report` reads current + prior-period met","category":"external_commands","line_end":44,"severity":"medium","line_start":44},{"id":"external_commands:SKILL.md:45:ruby-shell-backtick-execution","file":"SKILL.md","pattern":"Ruby/shell backtick execution","snippet":"- **Writes**: a user-facing monitoring deliverable plus a reusable summary storable under `memory/mo","category":"external_commands","line_end":46,"severity":"medium","line_start":45},{"id":"external_commands:SKILL.md:46:ruby-shell-backtick-execution","file":"SKILL.md","pattern":"Ruby/shell backtick execution","snippet":"- **Promotes**: significant changes, confirmed anomalies, durable thresholds, and follow-up actions;","category":"external_commands","line_end":46,"severity":"medium","line_start":46},{"id":"external_commands:SKILL.md:48:ruby-shell-backtick-execution","file":"SKILL.md","pattern":"Ruby/shell backtick execution","snippet":"- `report`: each in-scope section (traffic, rankings, GEO, authority, backlinks, content) is present","category":"external_commands","line_end":49,"severity":"medium","line_start":48},{"id":"external_commands:SKILL.md:49:ruby-shell-backtick-execution","file":"SKILL.md","pattern":"Ruby/shell backtick execution","snippet":"- `alert`: each chosen alert category has a named trigger, threshold, and priority; a Critical/High/","category":"external_commands","line_end":54,"severity":"medium","line_start":49},{"id":"external_commands:SKILL.md:54:ruby-shell-backtick-execution","file":"SKILL.md","pattern":"Ruby/shell backtick execution","snippet":"> Emit the standard shape from [skill-contract.md §Handoff Summary Format](../../../references/skill","category":"external_commands","line_end":54,"severity":"medium","line_start":54},{"id":"external_commands:SKILL.md:63:ruby-shell-backtick-execution","file":"SKILL.md","pattern":"Ruby/shell backtick execution","snippet":"**Zero-dependency measurement loop** (both modes): every reported change or fired alert should come ","category":"external_commands","line_end":63,"severity":"medium","line_start":63},{"id":"external_commands:SKILL.md:68:ruby-shell-backtick-execution","file":"SKILL.md","pattern":"Ruby/shell backtick execution","snippet":"- **Mode ambiguous** — the request fits neither past-tense (\"report on last month\") nor future-tense","category":"external_commands","line_end":68,"severity":"medium","line_start":68},{"id":"external_commands:SKILL.md:80:ruby-shell-backtick-execution","file":"SKILL.md","pattern":"Ruby/shell backtick execution","snippet":"**Step 0 — Select mode.** Read `--mode` if given. Otherwise infer: past-tense / \"how did we do\" / \"月","category":"external_commands","line_end":80,"severity":"medium","line_start":80},{"id":"external_commands:SKILL.md:142:ruby-shell-backtick-execution","file":"SKILL.md","pattern":"Ruby/shell backtick execution","snippet":"Ask \"Save these results?\" If yes, write to `memory/monitoring/` using filename `YYYY-MM-DD-<topic>.m","category":"external_commands","line_end":142,"severity":"medium","line_start":142},{"id":"external_commands:SKILL.md:157:ruby-shell-backtick-execution","file":"SKILL.md","pattern":"Ruby/shell backtick execution","snippet":"- After **report** — a change needs ongoing monitoring → run this skill in `alert` mode. A section m","category":"external_commands","line_end":158,"severity":"medium","line_start":157},{"id":"external_commands:SKILL.md:158:ruby-shell-backtick-execution","file":"SKILL.md","pattern":"Ruby/shell backtick execution","snippet":"- After **alert** — a reporting cadence is requested → run this skill in `report` mode. Standalone a","category":"external_commands","line_end":160,"severity":"medium","line_start":158},{"id":"network:SKILL.md:10:hardcoded-url","file":"SKILL.md","pattern":"Hardcoded URL","snippet":"homepage: \"https://github.com/aaron-he-zhu/aaron-marketing-skills\"","category":"network","line_end":10,"severity":"low","line_start":10},{"id":"network:SKILL.md:13:hardcoded-url","file":"SKILL.md","pattern":"Hardcoded URL","snippet":"metadata: {\"author\": \"aaron-he-zhu\", \"version\": \"16.0.0\", \"discipline\": \"seo-geo\", \"phase\": \"monitor","category":"network","line_end":13,"severity":"low","line_start":13},{"id":"filesystem:SKILL.md:22:path-traversal-sequence","file":"SKILL.md","pattern":"Path traversal sequence","snippet":"**Scope guard — what this skill does NOT do:** it does not compute the CORE-EEAT content score or ru","category":"filesystem","line_end":22,"severity":"high","line_start":22},{"id":"filesystem:SKILL.md:54:path-traversal-sequence","file":"SKILL.md","pattern":"Path traversal sequence","snippet":"> Emit the standard shape from [skill-contract.md §Handoff Summary Format](../../../references/skill","category":"filesystem","line_end":54,"severity":"high","line_start":54},{"id":"filesystem:SKILL.md:58:path-traversal-sequence","file":"SKILL.md","pattern":"Path traversal sequence","snippet":"All integrations optional (see [CONNECTORS.md](../../../CONNECTORS.md)). Tier 1 (keyless) works for ","category":"filesystem","line_end":58,"severity":"high","line_start":58},{"id":"filesystem:SKILL.md:63:path-traversal-sequence","file":"SKILL.md","pattern":"Path traversal sequence","snippet":"**Zero-dependency measurement loop** (both modes): every reported change or fired alert should come ","category":"filesystem","line_end":63,"severity":"high","line_start":63},{"id":"filesystem:SKILL.md:89:path-traversal-sequence","file":"SKILL.md","pattern":"Path traversal sequence","snippet":"4. **Keyword Rankings** — position ranges, distribution change, top improvements/declines, SERP feat","category":"filesystem","line_end":89,"severity":"high","line_start":89},{"id":"filesystem:SKILL.md:129:path-traversal-sequence","file":"SKILL.md","pattern":"Path traversal sequence","snippet":"A reported delta or a fired alert is only evidence if it beats a control over a **fixed readback win","category":"filesystem","line_end":129,"severity":"high","line_start":129},{"id":"filesystem:SKILL.md:142:path-traversal-sequence","file":"SKILL.md","pattern":"Path traversal sequence","snippet":"Ask \"Save these results?\" If yes, write to `memory/monitoring/` using filename `YYYY-MM-DD-<topic>.m","category":"filesystem","line_end":142,"severity":"high","line_start":142},{"id":"filesystem:SKILL.md:151:path-traversal-sequence","file":"SKILL.md","pattern":"Path traversal sequence","snippet":"- [Measurement & Attribution Protocol](../../../references/measurement-protocol.md) — readback windo","category":"filesystem","line_end":151,"severity":"high","line_start":151},{"id":"filesystem:SKILL.md:157:path-traversal-sequence","file":"SKILL.md","pattern":"Path traversal sequence","snippet":"- After **report** — a change needs ongoing monitoring → run this skill in `alert` mode. A section m","category":"filesystem","line_end":157,"severity":"high","line_start":157},{"id":"filesystem:SKILL.md:160:path-traversal-sequence","file":"SKILL.md","pattern":"Path traversal sequence","snippet":"Termination: the visited-set and `max-depth: 3` rules from [skill-contract.md §Termination rules](..","category":"filesystem","line_end":160,"severity":"high","line_start":160},{"id":"env_access:SKILL.md:76:configuration-library","file":"SKILL.md","pattern":"Configuration library","snippet":"- An alert category the user did not mention — leave it unconfigured; do not add alerts they did not","category":"env_access","line_end":76,"severity":"low","line_start":76},{"id":"blocker:SKILL.md:38:system-reconnaissance","file":"SKILL.md","pattern":"System reconnaissance","snippet":"Shortest valid invocation: `performance-monitor <domain>` (mode inferred). Output: **report** return","category":"blocker","line_end":38,"severity":"low","line_start":38},{"id":"blocker:SKILL.md:76:system-reconnaissance","file":"SKILL.md","pattern":"System reconnaissance","snippet":"- An alert category the user did not mention — leave it unconfigured; do not add alerts they did not","category":"blocker","line_end":76,"severity":"low","line_start":76},{"id":"blocker:SKILL.md:80:system-reconnaissance","file":"SKILL.md","pattern":"System reconnaissance","snippet":"**Step 0 — Select mode.** Read `--mode` if given. Otherwise infer: past-tense / \"how did we do\" / \"月","category":"blocker","line_end":80,"severity":"low","line_start":80}],"finding_verdicts":[{"id":"blocker:references/kpi-definitions.md:13:system-reconnaissance","reason":"The line defines Pages indexed as an SEO metric in a KPI table. It does not request host system discovery or reconnaissance.","verdict":"false_positive","confidence":0.96},{"id":"blocker:references/report-templates.md:76:system-reconnaissance","reason":"The line is a technical SEO report placeholder for indexation counts. It refers to website search indexing, not system reconnaissance.","verdict":"false_positive","confidence":0.96},{"id":"blocker:references/report-templates.md:79:system-reconnaissance","reason":"The line is a schema validation row in a report template. It is about website structured data health, not host system inspection.","verdict":"false_positive","confidence":0.95},{"id":"external_commands:SKILL.md:18:ruby-shell-backtick-execution","reason":"The backticks mark mode names like report and alert in Markdown. There is no shell execution or Ruby backtick evaluation.","verdict":"false_positive","confidence":0.96},{"id":"external_commands:SKILL.md:20:ruby-shell-backtick-execution","reason":"The line uses Markdown code spans for mode labels. It does not instruct execution of an external command.","verdict":"false_positive","confidence":0.96},{"id":"external_commands:SKILL.md:26:ruby-shell-backtick-execution","reason":"This is the opening fence for a text example block. The following lines contain sample user prompts, not executable commands.","verdict":"false_positive","confidence":0.97},{"id":"external_commands:SKILL.md:36:ruby-shell-backtick-execution","reason":"This is the closing Markdown fence for the Quick Start text block. It is not code execution.","verdict":"false_positive","confidence":0.98},{"id":"external_commands:SKILL.md:38:ruby-shell-backtick-execution","reason":"The line shows a skill invocation format and output location using Markdown code spans. It does not direct the host to run a shell command.","verdict":"false_positive","confidence":0.88},{"id":"external_commands:SKILL.md:42:ruby-shell-backtick-execution","reason":"The line describes expected report and alert outputs with inline code formatting. No external process is invoked.","verdict":"false_positive","confidence":0.95},{"id":"external_commands:SKILL.md:44:ruby-shell-backtick-execution","reason":"The line describes data the skill reads from user-provided or connected sources. The backticks are formatting around report and alert labels.","verdict":"false_positive","confidence":0.94},{"id":"external_commands:SKILL.md:45:ruby-shell-backtick-execution","reason":"The line describes writing a monitoring deliverable and reusable summary. It contains no command execution primitive.","verdict":"false_positive","confidence":0.93},{"id":"external_commands:SKILL.md:46:ruby-shell-backtick-execution","reason":"The line references memory note destinations in Markdown. It is workflow documentation, not shell or Ruby execution.","verdict":"false_positive","confidence":0.95},{"id":"external_commands:SKILL.md:48:ruby-shell-backtick-execution","reason":"The line uses inline code to name report mode. It lists completion criteria and does not run an external command.","verdict":"false_positive","confidence":0.95},{"id":"external_commands:SKILL.md:49:ruby-shell-backtick-execution","reason":"The line uses inline code to name alert mode. It defines alert configuration completeness, not command execution.","verdict":"false_positive","confidence":0.95},{"id":"external_commands:SKILL.md:54:ruby-shell-backtick-execution","reason":"The line links to a repository documentation template and uses inline formatting for mode names. It does not invoke a program.","verdict":"false_positive","confidence":0.92},{"id":"external_commands:SKILL.md:63:ruby-shell-backtick-execution","reason":"The measurement loop directly instructs the agent to run python3 with a script path built from CLAUDE_PLUGIN_ROOT. That is local command execution in a community skill and should require explicit trust and validation.","verdict":"confirmed","severity":"medium","confidence":0.86},{"id":"external_commands:SKILL.md:68:ruby-shell-backtick-execution","reason":"The line uses inline code spans for report and alert options in a decision gate. There is no external command or shell syntax.","verdict":"false_positive","confidence":0.95},{"id":"external_commands:SKILL.md:80:ruby-shell-backtick-execution","reason":"The line tells the model to read a mode flag and infer intent. The code spans are argument labels, not executable shell commands.","verdict":"false_positive","confidence":0.94},{"id":"external_commands:SKILL.md:142:ruby-shell-backtick-execution","reason":"The line describes an optional memory save after asking the user. The backticks format a directory and filename template, not a command execution sink.","verdict":"false_positive","confidence":0.9},{"id":"external_commands:SKILL.md:157:ruby-shell-backtick-execution","reason":"The line uses code spans for mode names and links to related skills. It is routing documentation, not command execution.","verdict":"false_positive","confidence":0.94},{"id":"external_commands:SKILL.md:158:ruby-shell-backtick-execution","reason":"The line uses inline code formatting for report mode in a routing rule. It does not execute a command.","verdict":"false_positive","confidence":0.94},{"id":"network:SKILL.md:10:hardcoded-url","reason":"The URL is homepage metadata in the YAML front matter. It is not fetched and does not transmit data.","verdict":"false_positive","confidence":0.97},{"id":"network:SKILL.md:13:hardcoded-url","reason":"The URL appears inside metadata for the skill homepage. There is no network request or exfiltration behavior.","verdict":"false_positive","confidence":0.96},{"id":"filesystem:SKILL.md:22:path-traversal-sequence","reason":"The traversal-like strings are fixed Markdown links to sibling skill documentation. They are not user-controlled paths or file access operations.","verdict":"false_positive","confidence":0.93},{"id":"filesystem:SKILL.md:54:path-traversal-sequence","reason":"The line contains a fixed relative Markdown link to a shared skill contract. It does not read or write through a user-supplied path.","verdict":"false_positive","confidence":0.94},{"id":"filesystem:SKILL.md:58:path-traversal-sequence","reason":"The traversal-like sequence is a fixed documentation link to CONNECTORS.md. It is not path traversal against the runtime filesystem.","verdict":"false_positive","confidence":0.94},{"id":"filesystem:SKILL.md:63:path-traversal-sequence","reason":"The path traversal match comes from fixed documentation links on the line. The separate local ledger command is covered by the external command verdict.","verdict":"false_positive","confidence":0.7},{"id":"filesystem:SKILL.md:89:path-traversal-sequence","reason":"The line contains a fixed Markdown link to the rank-tracker skill. It does not construct a filesystem path from user input.","verdict":"false_positive","confidence":0.94},{"id":"filesystem:SKILL.md:129:path-traversal-sequence","reason":"The line links to a fixed measurement protocol document. It is a repository reference, not runtime path traversal.","verdict":"false_positive","confidence":0.94},{"id":"filesystem:SKILL.md:142:path-traversal-sequence","reason":"The traversal-like sequence is a fixed documentation link, and the memory write is constrained to memory/monitoring after user confirmation. No instruction asks to escape that directory.","verdict":"false_positive","confidence":0.82},{"id":"filesystem:SKILL.md:151:path-traversal-sequence","reason":"The line is a fixed relative Markdown link to measurement-protocol.md. It is not a user-controlled file path.","verdict":"false_positive","confidence":0.94},{"id":"filesystem:SKILL.md:157:path-traversal-sequence","reason":"The line uses fixed relative Markdown links to related skills. It does not instruct arbitrary filesystem traversal.","verdict":"false_positive","confidence":0.93},{"id":"filesystem:SKILL.md:160:path-traversal-sequence","reason":"The line links to a fixed shared skill contract section. It describes termination rules, not filesystem traversal.","verdict":"false_positive","confidence":0.93},{"id":"env_access:SKILL.md:76:configuration-library","reason":"The line discusses leaving unspecified alert categories unconfigured. It contains no environment variable, configuration library access, or secret handling.","verdict":"false_positive","confidence":0.97},{"id":"blocker:SKILL.md:38:system-reconnaissance","reason":"The line describes the skill output shape and an optional memory handoff. It does not ask to enumerate host system details.","verdict":"false_positive","confidence":0.94},{"id":"blocker:SKILL.md:76:system-reconnaissance","reason":"The line limits alert categories to those requested by the user. This is a safety constraint, not reconnaissance.","verdict":"false_positive","confidence":0.97},{"id":"blocker:SKILL.md:80:system-reconnaissance","reason":"The line describes mode selection from user intent. Reading the --mode argument is not system reconnaissance.","verdict":"false_positive","confidence":0.95}],"semantic_findings":[],"subject_marketplace_commit_sha":null,"subject_content_hash":null,"subject_tree_hash":null,"subject_plugin_path":null,"audit_payload_hash":null,"confirmed_risk_level":null,"scanner_version":null,"policy_version":null,"subject":{"marketplaceCommitSha":null,"contentHash":null,"treeHash":null,"pluginPath":null,"auditPayloadHash":null},"scannerVersion":null,"policyVersion":null},"auditTranslation":null,"localization":{"requestedLocale":"en","contentLocale":"en","availableLocales":["en"],"fallbackToEnglish":false},"attestation":{"availability":"not_attestable","url":null,"status":null,"reason":"confirmed_risk_level does not match the canonical trust resolver"},"trust":{"publicState":"public","auditState":"complete","auditCurrentness":null,"confirmedRiskLevel":"safe","confirmedFindingCount":0,"capabilityReviewCount":1,"needsReviewCount":0,"falsePositiveCount":0,"agentAutoInstallPolicy":"allowed","manualInstallPolicy":"allowed","artifactSignatureState":"available","attestationState":"not_attestable","verificationState":"not_verified"},"isLatest":false}}