Agent Plugins Marketplace
All plugins

activity-audit

v1.0.0

Always-on, protected per-session command and file activity audit.

CodexClaude Code1 Skill

By Harness Start0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install activity-audit for Codex and Claude Code

Installs for the current user
codex plugin marketplace add harness-start/plugins
codex plugin marketplace upgrade harness-start
codex plugin add activity-audit@harness-start

Paste and run these commands in a terminal with Codex. They add and refresh the harness-start catalog, then install this plugin.

Compatibility: the page URL and API slug “activity-audit” remain stable.

  • Codex: activity-audit@agent-plugin-marketplaceactivity-audit@harness-start

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/harness-start/plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/activity-audit/.

Plugin files

plugins/activity-audit/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/agent-activity-audit-config/SKILL.md

Included Skills1

agent-activity-audit-configskills/agent-activity-audit-config/SKILL.md

Initialize or diagnose .agent-activity-audit.mjs for the agent-activity-audit trail plugin.

Plugin manifests2

plugins/activity-audit/.codex-plugin/plugin.json
{
  "name": "activity-audit",
  "version": "1.0.0",
  "description": "Always-on, protected per-session command and file activity audit.",
  "author": {
    "name": "Harness Start",
    "email": "[email protected]"
  },
  "hooks": "./hooks/codex.json",
  "skills": "./skills/",
  "interface": {
    "displayName": "Activity Audit",
    "shortDescription": "Always-on, protected per-session command and file activity audit.",
    "developerName": "Harness Start",
    "category": "Productivity"
  }
}
plugins/activity-audit/.claude-plugin/plugin.json
{
  "name": "activity-audit",
  "version": "1.0.0",
  "description": "Always-on, protected per-session command and file activity audit.",
  "author": {
    "name": "Harness Start",
    "email": "[email protected]"
  },
  "hooks": "./hooks/claude.json",
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[activity-audit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/activity-audit)