# Admin Interface Security

> Secure the administrative interface of model registries. Use when building, deploying, or reviewing model registry access controls and admin interfaces.

- **Type:** Skill
- **Install:** `agentstack add skill-redhatproductsecurity-prodsec-skills-admin-interface-security`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [RedHatProductSecurity](https://agentstack.voostack.com/s/redhatproductsecurity)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [RedHatProductSecurity](https://github.com/RedHatProductSecurity)
- **Source:** https://github.com/RedHatProductSecurity/prodsec-skills/tree/main/module/skills/admin-interface-security

## Install

```sh
agentstack add skill-redhatproductsecurity-prodsec-skills-admin-interface-security
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Model Registry Administrative Interface Security

## Security Requirement

If the model registry has an administrative interface, only identified, authenticated, and authorized users MUST be able to connect to it.

## Required Controls

| Control | Description |
|---|---|
| **Identification** | Every admin user must have a unique identity (no shared accounts) |
| **Authentication** | Standard authentication mechanism (OIDC/OAuth 2.1 recommended) |
| **Authorization** | RBAC or ABAC to control which admin operations each user can perform |
| **Multi-factor authentication** | MFA recommended for administrative access |
| **Session management** | Short-lived sessions with automatic timeout |

## Admin Operations to Protect

| Operation | Risk |
|---|---|
| Model upload/publish | Introducing malicious or backdoored models |
| Model deletion | Removing approved models, causing service disruption |
| Access control changes | Granting unauthorized users access to models |
| Configuration changes | Weakening security settings |
| Registry metadata modification | Altering model provenance information |

## Implementation Checklist

- [ ] Require authentication for all administrative access (no anonymous admin)
- [ ] Integrate with OIDC Identity Provider for admin authentication
- [ ] Implement RBAC with least-privilege roles for admin operations
- [ ] Enforce MFA for admin accounts
- [ ] Use short-lived sessions with automatic timeout
- [ ] Log all administrative actions with the authenticated user's identity
- [ ] Restrict admin interface to internal networks or VPN unless external access is a documented requirement
- [ ] Disable default/shared admin accounts

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [RedHatProductSecurity](https://github.com/RedHatProductSecurity)
- **Source:** [RedHatProductSecurity/prodsec-skills](https://github.com/RedHatProductSecurity/prodsec-skills)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-redhatproductsecurity-prodsec-skills-admin-interface-security
- Seller: https://agentstack.voostack.com/s/redhatproductsecurity
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
