activity-audit
v1.0.0Always-on, protected per-session command and file activity audit.
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
codex plugin marketplace add harness-start/plugins
codex plugin marketplace upgrade harness-start
codex plugin add activity-audit@harness-startPaste 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-marketplace→activity-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/pluginsClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/agent-activity-audit-config/SKILL.md
Included Skills1
Initialize or diagnose .agent-activity-audit.mjs for the agent-activity-audit trail plugin.
Plugin manifests2
{
"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"
}
}{
"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/"
}For maintainers
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)