Anchore Engine API Server Skill
anchore-io
anchore-io
| Method | Path | Description |
|---|---|---|
GET | / | |
GET | /health | Simple status check |
GET | /version | Health check, returns 200 and no body if service is running |
GET | /policies | Returns the version object for the service, including db schema version info |
POST | /policies | List policies |
GET | /policies/{policyId} | Add a new policy |
PUT | /policies/{policyId} | Get specific policy |
DELETE | /policies/{policyId} | Update policy |
GET | /subscriptions | Delete policy |
POST | /subscriptions | List all subscriptions |
GET | /subscriptions/{subscriptionId} | Add a subscription of a specific type |
PUT | /subscriptions/{subscriptionId} | Get a specific subscription set |
DELETE | /subscriptions/{subscriptionId} | Update an existing and specific subscription |
GET | /summaries/imagetags | Delete subscriptions of a specific type |
POST | /images | List all visible image digests and tags |
GET | /images | Submit a new image for analysis by the engine |
DELETE | /images | List all visible images |
POST | /import/images | Bulk mark images for deletion |
GET | /images/{imageDigest} | Import an anchore image tar.gz archive file. This is a deprecated API replaced by the "/imports/images" route |
DELETE | /images/{imageDigest} | Get image metadata |
GET | /images/by_id/{imageId} | Delete an image analysis |
DELETE | /images/by_id/{imageId} | Lookup image by docker imageId |
GET | /images/{imageDigest}/check | Delete image by docker imageId |
GET | /images/by_id/{imageId}/check | Check policy evaluation status for image |
GET | /images/{imageDigest}/vuln | Check policy evaluation status for image |
GET | /images/{imageDigest}/vuln/{vtype} | Get vulnerability types |
GET | /images/by_id/{imageId}/vuln | Get vulnerabilities by type |
GET | /images/by_id/{imageId}/vuln/{vtype} | Get vulnerability types |
GET | /images/{imageDigest}/content | Get vulnerabilities by type |
GET | /images/by_id/{imageId}/content | List image content types |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install anchore-io
Downloads and installs to ~/.claude/skills/anchore-io/
0.1.20 (2026-02-19)