AIPM
Theme

Privacy

Know what is public and what should stay private.

AIPM supports public registry packages and private org packages. This page explains what data is used for accounts, publisher profiles, package metadata, tokens, and project files.

Account identity

When you sign in, AIPM uses your GitHub identity to connect publishing actions to your account.

Publisher profile

Your display name and profile image help users see who owns an org or package.

Organization and package records

Org names, package names, metadata, versions, visibility settings, and package files are stored by the registry.

Short-lived publish tokens

Publish tokens are used by the CLI, expire quickly, and should not be saved in project files.

CLI login sessions

CLI login stores a local session on your machine so private package reads do not require pasting a token into every command.

Operational logs

The registry may process request metadata to run the service, fix abuse, and keep it available.

Local preferences

The website can save your theme choice in your browser. This is not needed for publishing.

What becomes public

Public package names, descriptions, targets, versions, manifests, and included skill files are public registry content. Check them before you publish.

  • Packages can be public or private. Public packages are visible to everyone; private packages are visible to org members with access.
  • Do not publish credentials, private prompts, customer data, internal documents, or private project notes.
  • Use aipm publish preview and .aipmignore before publishing.
  • Rotate any exposed secret immediately. Removing a package does not make a leaked secret safe again.

What AIPM does not need

AIPM does not need private source code, secrets, customer records, internal documents, or unrelated project files. A good package includes only the manifest, main skill file, examples, and tool files the skill needs.

Privacy work still planned

AIPM should add account deletion, package owner transfer, stronger audit logs, verified publisher labels, package access exports, and a privacy contact channel.