Versioned security assessment

Report ID: SA-C2293F8C

6/30/2026, 4:23:09 PM

m365-agents-py security assessment v2

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
m365-agents-py
Version
v2
Maintainer
sickn33
Coverage
1 Files scanned · 346 Lines analyzed
Policy version
Unavailable

Confirmed finding summary

No confirmed security findings

The completed audit recorded no confirmed security findings. This is not proof that the Skill has no side effects.

Installation context

Historical evidence

This report may not describe the currently installable artifact. Open the current Skill page for install guidance.

Open current Skill page

This report does not block or authorize the manifest or ZIP.

Static findings mostly come from Markdown code fences, Python import examples, and documented setup commands rather than hidden executable skill behavior. The skill is legitimate Microsoft 365 agent guidance, but it has medium risk because examples load secrets from environment variables, acquire OAuth tokens, and make authenticated outbound calls to Microsoft services.

Report position

Historical report

Open audit history before using this report to install.

Audit attestation

Not attestable

The required immutable binding is incomplete.

Human verification

Not verified

No human verification is recorded for this report.

Coverage

1 Files scanned · 346 Lines analyzed

2 items shown for review

Limitations

This report does not claim runtime or sandbox execution and does not prove the absence of side effects.

Evidence chain

Follow the evidence from source binding to the install contract. Available evidence supports verification; it is not a safety guarantee.

  1. Source

    Binding unavailable

  2. Artifact

    Identity incomplete

  3. Audit

    Complete

  4. Install contract

    Open manifest to verify

    Open manifest

Capabilities observed

Observed means this report recorded supporting evidence. Not recorded does not prove that a capability is absent.

Contains scripts

May execute code included with the Skill.

Not recorded by this audit

Network access

May connect to external services.

Observed in 5 evidence locations

Filesystem access

May read or write local files.

Not recorded by this audit

Env variables

May read values from the process environment.

Observed in 4 evidence locations

External commands

May invoke commands or programs outside the Skill.

Observed in 1 evidence location

Capability review items (2)
Medium
Authenticated outbound Microsoft service calls
The examples acquire tokens and send authenticated requests to Microsoft Graph, Azure OpenAI, and Copilot Studio endpoints. This is expected for the skill purpose, but misuse could expose user profile data or tenant resources if scopes and consent are not controlled.
The code clearly demonstrates token acquisition and authenticated network calls. The endpoints are Microsoft services and match the skill purpose, so this is a legitimate but sensitive pattern.
Medium
Environment-based secret handling
The skill instructs users to place client secrets, tenant IDs, Azure OpenAI endpoints, and API keys in environment configuration and load them at runtime. This is a standard pattern, but secrets must be protected and never committed.
The environment variable names include client secrets and API keys, and load_dotenv is used. The documentation also tells users to keep secrets out of source code, reducing malicious concern.

Risk findings

Confirmed security concerns are separated from items that still need review.

No confirmed security findings were recorded for this completed audit.

Expert evidence

Immutable subject identity, scanner metadata, dismissed matches, and source-level evidence.

Artifact subject

Marketplace commit
Unavailable
Content hash
Unavailable
Tree hash
Unavailable
Skill path
Unavailable
Audit payload hash
Unavailable

Analysis metadata

Audit model: codex

Analysis state: Complete

Scope is limited to the recorded files, lines, methods, and evidence. No runtime or sandbox execution is claimed.

Static false positives ignored (3)
Low
Static import and Markdown execution false positives
The dynamic import and Ruby backtick findings are scanner artifacts from Python import blocks, Markdown inline code, and fenced examples. No evidence found that the skill itself executes hidden commands or dynamically imports untrusted code.
The referenced lines are Markdown formatting or ordinary Python imports and best-practice text. They do not show shell backtick execution, eval, or dynamic loading from user input.
Low
Filesystem pattern false positives
The path traversal and hidden file warnings do not correspond to path traversal logic in the skill content. The flagged context is documentation and API scope text, not filesystem reads or writes.
The reviewed lines contain a newline in a status message and a Microsoft Power Platform scope ending in .default. No file path construction or traversal sink is present.
Low
No prompt injection evidence found
The reviewed skill content does not contain instructions that claim to override system policy, skip security analysis, or impersonate higher-priority instructions.
The file was reviewed for suspicious instruction language. No prompt injection attempt was found in the visible skill content.

Verify and export

The manifest and lockfile bind install artifacts to cryptographic hashes. This integrity claim is separate from the security assessment.

Audit attestation: not_attestable