# Glab Attestation

> Use when working with glab attestation commands.

- Skill: `modbender/glab-attestation` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add modbender/glab-attestation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/modbender/glab-attestation/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools, Security
- Author: modbender (https://skillmd.com/u/modbender)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/modbender/glab-attestation

---


# glab attestation

## Overview

```

  Manage software attestations. (EXPERIMENTAL)                                                                          
         
  USAGE  
         
    glab attestation <command> [command] [--flags]                                    
            
  EXAMPLES  
            
    # Verify attestation for the filename.txt file in the gitlab-org/gitlab project.  
    $ glab attestation verify gitlab-org/gitlab filename.txt                          
                                                                                      
    # Verify attestation for the filename.txt file in the project with ID 123.        
    $ glab attestation verify 123 filename.txt                                        
            
  COMMANDS  
            
    verify <project_id> <artifact_path>  Verify the provenance of a specific artifact or file. (EXPERIMENTAL)
         
  FLAGS  
         
    -h --help                            Show help for this command.
```

## Quick start

```bash
glab attestation --help
```

## Subcommands

See [references/commands.md](references/commands.md) for full `--help` output.

