audit-report — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited audit-report (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Generate audit reports and compliance trails using Harness MCP v2 tools.
harness_list with resource_type: "audit_event" -- list audit events with filtersharness_describe with resource_type: "audit_event" -- discover available filters and fieldsAudit events are read-only. You can list and filter them but cannot create, update, or delete them.
harness_describe(resource_type="audit_event")Understand the available filter parameters before querying.
harness_list(
resource_type="audit_event",
org_id="<org>", # optional - scope to organization
project_id="<project>", # optional - scope to project
search_term="<user or resource>", # optional
page=0,
size=100
)Filter results by these standard action types:
| Action | Description |
|---|---|
CREATE | Resource creation |
UPDATE | Resource modification |
DELETE | Resource deletion |
LOGIN | User authentication |
LOGOUT | Session termination |
ACCESS | Resource access |
EXECUTE | Pipeline execution |
Common resource types in audit events:
| Resource Type | Examples |
|---|---|
PIPELINE | Pipeline create, update, delete |
SECRET | Secret access, rotation, deletion |
CONNECTOR | Connector modifications |
SERVICE | Service definition changes |
ENVIRONMENT | Environment configuration changes |
USER | User management actions |
ROLE | Role assignment changes |
USER_GROUP | Group membership changes |
Format findings using the templates in references/report-templates.md.
For report templates (General, User Activity, Security) and compliance framework mappings (SOC 2, GDPR, HIPAA), consult references/report-templates.md.
/audit-report
Generate an audit report for the last 30 days/audit-report
What has [email protected] been doing in the last 7 days?/audit-report
Show all pipeline and environment changes in the production project this month/audit-report
Show all secret access events and privilege changes from last week/audit-report
Generate SOC2 audit evidence for Q4 covering access control and change management| Error | Cause | Solution |
|---|---|---|
| No audit events returned | Time range too narrow or wrong scope | Broaden time range; verify org_id/project_id |
| Access denied | User lacks audit view permissions | Request core_audit_view permission |
| Pagination incomplete | More events than page size | Increment page parameter until all pages fetched |
| Search term returns nothing | User ID format mismatch | Try email, username, and display name variants |
size returned equals the size requested (more pages likely)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.